Mark Paluch
fe1818fed3
Release version 3.5.9 (2025.0.9).
...
See #2221
1 month ago
Mark Paluch
05184ae009
Prepare 3.5.9 (2025.0.9).
...
See #2221
1 month ago
Christoph Strobl
0b2575e704
Polishing.
...
Add missing Version annotation and return early in IdGeneratingEntityCallback.
Update r2dbc variant of IdGeneratingEntityCallback to match jdbc.
Original Pull Request: #2200
1 month ago
Jens Schauder
2b46b91a08
Removed is new check from id generation by sequence.
...
The check prevented the id generation when there was a version property, since that was already set at the time of the check and therefore the check failed.
Closes : #2199
Original Pull Request: #2200
1 month ago
Mark Paluch
1dfe36c674
Update CI Properties.
...
See #2221
1 month ago
Mark Paluch
2d1df28682
Polishing.
...
Fix javadoc tags.
See #2221
1 month ago
Mark Paluch
c7dbc35f5c
Upgrade to H2 R2DBC Driver 1.0.1.RELEASE.
...
See #2231
1 month ago
Mark Paluch
598a7f4c98
Upgrade to Postgres JDBC Driver 42.7.9.
...
See #2230
1 month ago
Mark Paluch
e8aa5dc638
Upgrade to MariaDB JDBC Driver 3.5.7.
...
See #2229
1 month ago
Mark Paluch
88cb7da801
Update CI Properties.
...
See #2221
2 months ago
Christoph Strobl
0d375486f9
After release cleanups.
...
See #2197
2 months ago
Christoph Strobl
0be565a305
Prepare next development iteration.
...
See #2197
2 months ago
Christoph Strobl
010fce605a
Release version 3.5.8 (2025.0.8).
...
See #2197
2 months ago
Christoph Strobl
7d3837b397
Prepare 3.5.8 (2025.0.8).
...
See #2197
2 months ago
Mark Paluch
59bfd5918d
Upgrade to R2DBC MSSQL 1.0.4.
...
Closes #2220
2 months ago
Mark Paluch
03bda5f61c
Build against R2DBC MSSQL 1.0.4 snapshots.
...
See #2220
2 months ago
Tran Ngoc Nhan
56680102d8
Fix a/an in Javadoc.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull request #2216
2 months ago
Mark Paluch
918e0e26b8
Polishing.
...
Fix invalid parameter reference.
Original pull request #2213
2 months ago
Tran Ngoc Nhan
ca8903e292
Fix typos.
...
Original pull request #2213
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 months ago
Mark Paluch
7fb61eee9f
Extend license header copyright years to present.
...
See #2212
3 months ago
Tran Ngoc Nhan
a3612a34d1
Polish javadoc
...
Original pull request #2206
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 months ago
Jens Schauder
ccaa562211
Polishing.
...
Improved wording to match the project style.
3 months ago
Tran Ngoc Nhan
64f609a73e
Correct MappingRelationalConverter Javadoc.
...
Original pull request #2207
Closes #2205
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 months ago
Jens Schauder
22d0caaab4
Make limitations of callbacks clear.
...
Closes #2195
3 months ago
Jens Schauder
e71e59448f
Polishing.
...
Minor formatting and documentation improvements.
See #2182
Original pull request #2189
3 months ago
Alexander Tochin
1afba6464b
Escaper escapes the escape character itself.
...
Closes #2182
Original pull request #2189
Signed-off-by: Alexander Tochin <alterant@gmail.com>
3 months ago
Mark Paluch
dcfab7548c
After release cleanups.
...
See #2179
3 months ago
Mark Paluch
6e50db9ef1
Prepare next development iteration.
...
See #2179
3 months ago
Mark Paluch
75fa97fa12
Release version 3.5.7 (2025.0.7).
...
See #2179
3 months ago
Mark Paluch
55218642c6
Prepare 3.5.7 (2025.0.7).
...
See #2179
3 months ago
Mark Paluch
31e9bb7ef2
Update CI Properties.
...
See #2179
3 months ago
Mark Paluch
f91f848af8
Upgrade to MariaDB 3.5.6 and DB2 12.1.3.0 drivers.
...
Closes #2194
3 months ago
Mark Paluch
ebe3177d54
Add `docker-java.properties`.
...
See spring-projects/spring-data-build#2726
4 months ago
Mark Paluch
667d8f430d
Disable concurrency tests for now.
...
See #2176
4 months ago
Mark Paluch
0958a99331
Polishing.
...
No longer throw TransientDataAccessResourceException if R2DBC update does not yield any updated rows.
Remove mentions of IncorrectUpdateSemanticsDataAccessException, add mention of OptimisticLockingFailureException to affected methods.
Consistent OptimisticLockingFailureException exception message.
See #2176
Original pull request: #2185
4 months ago
Jens Schauder
8c30022ecc
Do not throw `IncorrectUpdateSemanticsDataAccessException` on zero updated rows.
...
When an update results in 0 updated rows (without optimistic locking) we now ignore it, instead of throwing an exception.
The reason is that at least some databases return 0 when a row for updating was found, but none of the values changed.
Closes #2176
Original pull request: #2185
4 months ago
Mark Paluch
120ead7b8e
After release cleanups.
...
See #2158
4 months ago
Mark Paluch
4bf2f37a6e
Prepare next development iteration.
...
See #2158
4 months ago
Mark Paluch
9f996deca7
Release version 3.5.6 (2025.0.6).
...
See #2158
4 months ago
Mark Paluch
afbccabe98
Prepare 3.5.6 (2025.0.6).
...
See #2158
4 months ago
Mark Paluch
84b0022ddd
Update Update security documentation.
...
See #2158
4 months ago
Mark Paluch
0e63bd8af0
Polishing.
...
Fix Javadoc issues.
See #2159
4 months ago
Jens Schauder
837c595836
Fix Javadoc formatting
...
See #2173
5 months ago
Mark Paluch
82912828b8
Upgrade to R2DBC Postgresql 1.0.9.RELEASE.
...
Closes #2172
5 months ago
Mark Paluch
1f13880b32
Upgrade to Archunit 1.4.1.
...
Also, remove unused degraph.
Closes #2169
5 months ago
Reynald Pader
34a845c5c7
Fix PostgreSQL dependency coordinates in reference documentation.
...
Fixed the group ID in the docs to align with the new artifact coordinates.
Signed-off-by: Reynald Pader <reynaldmpader@gmail.com>
Closes #2163
5 months ago
Mark Paluch
a1e9391897
Polishing.
...
Refine deprecation messages. Simplify conversion, use Stream methods directly.
See #2138
Original pull request #2161
5 months ago
Jens Schauder
519a2ebaa2
Deprecate methods accepting `Query` and `Pageable` returning `Page`.
...
Since both the Query and the Pageable have limit, offset and sorting information, these methods are confusing and the strategy to resolve the conflict is not clear.
Existing code using the methods got replaced.
Users of these methods should use the various findAll and findBy methods to construct Page objects as desired.
Closes #2138
Original pull request #2161
5 months ago
Jens Schauder
70ba06aeae
Polishing.
...
Undo removal of "withers".
Original pull request #2148
5 months ago
Nathan Xu
e33657ad83
Documentation improvements.
...
Fixes various typos and similar.
Signed-off-by: Nathan Xu <nathan.qinghyang.xu@gmail.com>
Original pull request #2148
5 months ago