Commit Graph

18 Commits

Author SHA1 Message Date
Mark Paluch
d48ef2a527 Adopt R2DBC to H2 changes.
See #636
2022-05-19 11:23:01 -05:00
Mark Paluch
a4c9302780 Java 16 migration for R2DBC examples.
See #606.
2021-04-30 10:29:12 +02:00
Mark Paluch
ec8557c7da Update copyright years to 2021.
Closes #616
2021-04-27 14:47:20 +02:00
Mark Paluch
3d8528b1a5 #590 - Add R2DBC EntityCallback example. 2020-11-19 15:37:40 +01:00
Mark Paluch
740522ea07 #582 - Adopt to changes in Spring Data R2DBC 1.2. 2020-11-19 15:37:39 +01:00
Mark Paluch
3663ad3ea8 #546 - Adapt R2DBC Example to API changes. 2019-11-29 11:04:19 +01:00
fjacobs
8c091f324e #541 - Reflect used R2DBC in readme.
H2 is currently used and not Postgresql
2019-11-11 13:40:43 +01:00
Mark Paluch
60fff4255f #534 - Add @EnableTransactionManagement for R2DBC example. 2019-09-19 09:59:33 +02:00
Oliver Drotbohm
616f7dad62 #514 - Switch to latest Spring Data R2DBC snapshots.
This is to accommodate API refactorings in Spring Framework's transaction API.
2019-08-08 19:01:13 +02:00
Oliver Drotbohm
4576dc413f #500 - Example for declarative reactive transactions in R2DBC.
Introduced transactional service using @Transactional on the method declaration. Using the experimental Spring Boot integration to get both an H2ConnectionFactory and R2dbcTransactionManager configured. Added test case to show the rollbacks kicking in on an exception in a map operator.
2019-05-09 19:09:34 +02:00
Oliver Drotbohm
42ced6f51a #495 - Removed the need for a Postgres database from the R2DBC readme. 2019-04-26 16:22:57 +02:00
Oliver Drotbohm
aa9ad22506 #495 - Polish R2DBC example.
Upgrade to R2DBC Arabba M7 and Spring Data R2DBC snapshots. Switched configuration to use H2 instead of Postgres. Changed query definition in Spring Data repository to use named parameters instead of database specific placeholders.
2019-04-26 16:13:14 +02:00
Spring Operator
ccae97890f #491 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 426 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-22 08:13:14 +01:00
Spring Operator
6d51ebf294 #473 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://mybatis.org/dtd/mybatis-3-config.dtd (301) with 1 occurrences could not be migrated:
   ([https](https://mybatis.org/dtd/mybatis-3-config.dtd) result SSLHandshakeException).
* http://mybatis.org/dtd/mybatis-3-mapper.dtd (301) with 2 occurrences could not be migrated:
   ([https](https://mybatis.org/dtd/mybatis-3-mapper.dtd) result SSLHandshakeException).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 70 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://maven.apache.org/maven-v4_0_0.xsd with 6 occurrences migrated to:
  https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301).
* http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd with 1 occurrences migrated to:
  https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd ([https](https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd) result 302).

# Ignored
These URLs were intentionally ignored.

* http://java.sun.com/xml/ns/persistence with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 152 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 77 occurrences

Original pull request: #472
2019-03-20 10:10:59 -05:00
Mark Paluch
b38ade2298 #438 - Adapt to refactored R2DBC configuration.
AbstractR2dbcConfiguration was moved from org.springframework.data.r2dbc.repository.config.AbstractR2dbcConfiguration to org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration.
2018-12-10 08:39:37 +01:00
Mark Paluch
c36c615ecf #433 - Polishing.
Replace bean declarations with AbstractR2dbcConfiguration class.
2018-11-27 08:55:58 +01:00
Mark Paluch
c1f3a33626 #421 - Polishing.
Remove duplicate blank line in pom.xml. Pin R2DBC to Moore release train.

Original pull request: #422.
2018-10-19 11:36:27 +02:00
Oliver Gierke
d2eb42dad1 #421 - Elevate R2DBC example to top level project.
Moved r2dbc example to a top-level project. Switched to new Spring Data R2DBC project coordinates.

Original pull request: #422.
2018-10-19 11:36:19 +02:00