Christoph Strobl
cb8aed1186
Release version 1.5 RC1 (2021.2.0).
...
See #744
2022-04-19 11:10:54 +02:00
Christoph Strobl
7cd74048ad
Prepare 1.5 RC1 (2021.2.0).
...
See #744
2022-04-19 11:10:14 +02:00
Mark Paluch
4c16757406
Update build triggers.
...
See #744
2022-03-23 13:56:35 +01:00
Greg L. Turnquist
fa68ad3b42
After release cleanups.
...
See #725
2022-03-21 10:20:32 -05:00
Greg L. Turnquist
378787bb08
Prepare next development iteration.
...
See #725
2022-03-21 10:20:30 -05:00
Greg L. Turnquist
6b758abf22
Release version 1.5 M4 (2021.2.0).
...
See #725
2022-03-21 10:09:33 -05:00
Greg L. Turnquist
1da1b3308c
Prepare 1.5 M4 (2021.2.0).
...
See #725
2022-03-21 10:07:09 -05:00
Mark Paluch
c95dba2022
Disable package cycle tests.
...
Property Converters introduced a cycle so we're disabling the tests for now as we cannot resolve these from here.
See #725
2022-03-21 08:51:05 +01:00
Mark Paluch
70f87efed5
Upgrade to netty 4.1.75.Final.
...
See #740
2022-03-18 08:41:08 +01:00
Mark Paluch
1c8ad4c291
Upgrade to R2DBC Borca-SR1.
...
Closes #740
2022-03-18 08:40:38 +01:00
Mark Paluch
6dcf03372c
Use Java 8 to build snapshots for Artifactory.
...
Closes #726
2022-03-15 14:34:37 +01:00
Mark Paluch
2b0d9823e6
Correctly apply bind value for isTrue/isFalse criteria.
...
We now translate isTrue/isFalse criteria values if their actual value is not provided.
The more correct approach would be setting a value in Criteria.
Closes #733
2022-02-28 15:10:25 +01:00
Jens Schauder
09c0fc8883
Polishing.
...
Standardized GitHub references of tests.
Original pull request spring-projects/spring-data-r2dbc/pull/691
2022-02-23 10:33:21 +01:00
Jens Schauder
859c01162a
Polishing.
...
Refactored the assertions towards a custom assertion class, taking care of limited parsing of the generated SQL statements.
Original pull request spring-projects/spring-data-r2dbc/pull/691
2022-02-23 10:27:04 +01:00
Auzel
2d53c3fcce
Fixes flaky tests in PartTreeR2dbcQueryUnitTests.java
...
The order of selected columns depended on the nondeterministic behavior of getDeclaredFields.
Original pull request spring-projects/spring-data-r2dbc/pull/691
2022-02-23 10:26:50 +01:00
Mark Paluch
06e2ae63a7
Update CI properties.
...
See #725
2022-02-22 14:09:31 +01:00
Mark Paluch
20b563eabf
Upgrade to Maven Wrapper 3.8.4.
...
See #730
2022-02-22 13:56:51 +01:00
Mark Paluch
dec68d7eea
Polishing.
...
Externalize artifactory credentials identifier.
See #726
2022-02-22 10:15:21 +01:00
Mark Paluch
7089b56de4
Use Java 17 to build snapshots for Artifactory.
...
Closes #726
2022-02-22 10:15:21 +01:00
Mark Paluch
288668ae9d
After release cleanups.
...
See #709
2022-02-18 11:15:41 +01:00
Mark Paluch
2c40df7b6a
Prepare next development iteration.
...
See #709
2022-02-18 11:15:39 +01:00
Mark Paluch
ac0c85f242
Release version 1.5 M3 (2021.2.0).
...
See #709
2022-02-18 11:09:10 +01:00
Mark Paluch
3a64e3b1b9
Prepare 1.5 M3 (2021.2.0).
...
See #709
2022-02-18 11:08:46 +01:00
Christoph Strobl
6803115e9d
Update copyright year to 2022.
...
See: #722
2022-02-17 14:40:16 +01:00
dependabot[bot]
39805da536
Upgrade to Postgres driver 42.3.3.
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.2.25 to 42.3.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.25...REL42.3.3 )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:development
...
See #721
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 16:04:34 +01:00
Oliver Drotbohm
b2d5a1f35c
Adapt to changes in entity creation metadata APIs in Spring Data Commons.
2022-02-15 16:08:38 +01:00
Greg L. Turnquist
3134555e4f
Update CI properties.
...
See #709
2022-02-15 08:59:51 -06:00
dependabot[bot]
43fd5af21e
Upgrade postgresql to 42.2.25.
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.2.5 to 42.2.25.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.5...REL42.2.25 )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes #716
2022-02-10 10:55:37 +01:00
Mark Paluch
4da260e4e5
Upgrade tests to use R2DBC 0.9.
...
See #710
2022-02-07 11:20:09 +01:00
Mark Paluch
211a087afb
Upgrade to netty 4.1.73.Final.
...
Closes #717
2022-02-04 09:05:45 +01:00
Mark Paluch
e6def1d005
Upgrade to R2DBC Spec 0.9 (Borca release train).
...
Closes #710
2022-02-04 09:04:58 +01:00
Mark Paluch
4049102b6b
Polishing.
...
Extract docker credentials into properties file.
See #715
2022-02-03 13:15:27 +01:00
Greg L. Turnquist
9c1ed66937
Externalize build properties.
...
See #715 .
2022-01-31 16:43:10 -06:00
Mark Paluch
cf3f7c251c
Upgrade to Oracle JDBC driver 21.4.0.0.1.
...
See #710
2022-01-27 09:21:49 +01:00
Mark Paluch
81ccfb3d12
Disable Oracle integration tests.
...
Disabling tests until the driver no longer throws NullPointerException on Statement.returnGeneratedKeys().
See #710
2022-01-26 10:24:51 +01:00
Mark Paluch
c1c6ebfe4f
Use R2DBC BOM for oracle-r2dbc version management.
...
Also, fix R2DBC version numbers in documentation references.
See #710
2022-01-26 08:35:21 +01:00
Mark Paluch
cd0e807840
Polishing.
...
Use AUTO_INCREMENT instead of serial data type for H2 tests.
See #710 .
2022-01-25 11:18:34 +01:00
Mark Paluch
36a1400e55
Build against Borca snapshots.
...
Remove MySQL support as the MySQL driver is not yet published. Update groupId for Postgres driver to org.postgresql.
See #710
2022-01-24 15:50:54 +01:00
Mark Paluch
8893a4650b
Guard access to identifier property.
...
We now check in all places where we optionally use the Id property that an entity actually has an Id property and fall back leniently if the entity doesn't have an identifier property.
Also, we use IdentifierAccessor consistently if the property is an identifier property.
See #711
2022-01-20 13:36:11 +01:00
Christoph Strobl
91e464de7d
After release cleanups.
...
See #705
2022-01-18 09:21:33 +01:00
Christoph Strobl
828cf527b0
Prepare next development iteration.
...
See #705
2022-01-18 09:21:30 +01:00
Christoph Strobl
53ef11e16f
Release version 1.5 M2 (2021.2.0).
...
See #705
2022-01-18 09:09:36 +01:00
Christoph Strobl
33287918c9
Prepare 1.5 M2 (2021.2.0).
...
See #705
2022-01-18 09:09:00 +01:00
Mark Paluch
bc861e6864
Polishing.
...
Reformat code. Add author tags.
See: #698
Original pull request: #708 .
2022-01-17 10:55:24 +01:00
Manousos Mathioudakis
403ae5803f
Fix isTrue/isFalse comparison for SQL server by using bind values.
...
Closes : #698
Original pull request: #708 .
2022-01-17 10:54:38 +01:00
Christoph Strobl
0b7ef2be17
After release cleanups.
...
See #688
2022-01-14 11:08:03 +01:00
Christoph Strobl
f801d0cbea
Prepare next development iteration.
...
See #688
2022-01-14 11:08:00 +01:00
Christoph Strobl
85b2eed49d
Release version 1.5 M1 (2021.2.0).
...
See #688
2022-01-14 10:58:17 +01:00
Christoph Strobl
12dc989302
Prepare 1.5 M1 (2021.2.0).
...
See #688
2022-01-14 10:57:50 +01:00
Mark Paluch
ba063f02e4
Upgrade to R2DBC Arabba-SR12.
...
Closes #702
2022-01-14 08:52:41 +01:00