Mark Paluch
0b080c221f
Correctly apply Sorting of unpaged Pageable.
...
Closes #1939
2024-11-14 11:32:35 +01:00
Jens Schauder
e3f7677c83
Upgrade PostgreSQL JDBC driver to 42.6.2
...
Closes #1934
2024-11-11 13:52:37 +01:00
Jens Schauder
1016b259aa
Upgrade MySql R2DBC driver to 1.0.6
...
Closes #1933
2024-11-11 13:52:37 +01:00
Jens Schauder
c1bffcfe66
Upgrade MySql JDBC driver to 8.0.33
...
Closes #1932
2024-11-11 13:52:37 +01:00
Jens Schauder
92adbeebfa
Upgrade Maria JDBC driver to 3.1.4
...
Closes #1931
2024-11-11 13:52:37 +01:00
Jens Schauder
7fd4febfd9
Upgrade DB2 JDBC driver to 11.5.9.0
...
Closes #1930
2024-11-11 13:52:36 +01:00
Mark Paluch
bb2bc53891
Update CI Properties.
...
See #1914
2024-11-07 09:59:25 +01:00
Mark Paluch
06a68176a5
Upgrade to Maven Wrapper 3.9.9.
...
See #1928
2024-11-07 09:51:03 +01:00
Mark Paluch
7a367b4511
Polishing.
...
Use correct annotations.
See #1883
2024-10-29 09:32:17 +01:00
Jens Schauder
7274668d2d
Fix SQL generation for query with sorting.
...
Closes #1919
2024-10-25 15:26:01 +02:00
Mark Paluch
19c983f2f7
Polishing.
...
Eliminate potential NoSuchElementException from unchecked Optional.get usage. Simplify stream. Return Staged value, fix Nullability annotations.
See #1907
Original pull request: #1920
2024-10-25 14:57:45 +02:00
Jens Schauder
75073429ef
Fix id setting for partial updates of collections of immutable types.
...
We gather immutable entities of which the id has changed, in order to set them as values in the parent entity.
We now also gather unchanged entities.
So they get set with the changed one in the parent.
Closes #1907
Original pull request: #1920
2024-10-25 14:57:37 +02:00
Jens Schauder
9b9b1c179a
Upgrade MS SqlServer version to 2022-latest.
...
We upgrade of MS SqlServer used for Testcontainers based integration tests.
Closes #1917
2024-10-21 14:15:00 +02:00
Mark Paluch
75b23651e9
After release cleanups.
...
See #1881
2024-10-18 10:17:03 +02:00
Mark Paluch
33ad7dde6b
Prepare next development iteration.
...
See #1881
2024-10-18 10:17:02 +02:00
Mark Paluch
6bf2c54e1e
Release version 3.2.11 (2023.1.11).
...
See #1881
2024-10-18 10:14:33 +02:00
Mark Paluch
f82d8e5562
Prepare 3.2.11 (2023.1.11).
...
See #1881
2024-10-18 10:14:18 +02:00
Mark Paluch
8697c4c6e4
Upgrade to R2DBC Postgres 1.0.7.RELEASE.
...
Closes #1913
2024-10-17 14:37:18 +02:00
Mark Paluch
bf08761b0d
Upgrade to R2DBC Postgresql 1.0.6.
...
Closes #1910
2024-10-10 08:59:15 +02:00
Mark Paluch
ef2779ec83
Consistently run all CI steps with the same user.
...
See #1883
2024-10-09 09:30:46 +02:00
Jens Schauder
7d49d54979
Removes superfluous EnabledOnDatabase.
...
Closes #1902
2024-10-01 14:03:38 +02:00
Jens Schauder
52efd6d3ad
Polishing.
...
Original pull request #1895
2024-09-24 09:11:05 +02:00
Tran Ngoc Nhan
c4919396af
Minor refactoring.
...
Original pull request #1895
2024-09-24 09:11:05 +02:00
Jens Schauder
fd3d1f4c66
Move dependency properties.
...
Moves version properties for R2DBC drivers to parent so they get detected by the release tooling.
Original pull request #1892
2024-09-23 13:10:36 +02:00
Tran Ngoc Nhan
9a7f209a94
Polishing.
...
Original pull request #1894
2024-09-23 09:22:24 +02:00
Jens Schauder
56260ede55
Polishing.
...
Restructure test.
Remove redundant code.
Formatting.
Original pull request #1876
See #1842
2024-09-16 12:16:54 +02:00
Tran Ngoc Nhan
8b14e27553
Consider target type for custom converter determination.
...
Closes #1842
Original pull request #1876
2024-09-16 12:16:54 +02:00
Jens Schauder
3c9605160a
After release cleanups.
...
See #1857
2024-09-13 10:53:00 +02:00
Jens Schauder
4c898c19e4
Prepare next development iteration.
...
See #1857
2024-09-13 10:52:59 +02:00
Jens Schauder
67665a1114
Release version 3.2.10 (2023.1.10).
...
See #1857
2024-09-13 10:50:09 +02:00
Jens Schauder
36177b2cf0
Prepare 3.2.10 (2023.1.10).
...
See #1857
2024-09-13 10:49:51 +02:00
arefbehboudi
7b31620e4f
Refactor code with instanceof pattern variable.
...
In some cases, we currently use the traditional `instanceof` checks followed by explicit type casting.
With the introduction of pattern matching in recent Java versions, we can refactor these checks to make the code more concise and readable.
Original pull request #1868
2024-08-30 10:20:54 +02:00
Jens Schauder
2bc4cc64bf
Avoid selection of duplicate columns.
...
Closes #1865
2024-08-29 12:39:46 +02:00
Jens Schauder
b6d31326d0
Fix wrongly backported reference.
...
Closes #1861
2024-08-19 13:24:13 +02:00
albina0104
8c7ae79170
Remove a duplicated sentence from documentation.
...
Original pull request #1860
2024-08-19 09:49:41 +02:00
Jens Schauder
8211e75198
After release cleanups.
...
See #1836
2024-08-16 09:01:34 +02:00
Jens Schauder
a11d16538b
Prepare next development iteration.
...
See #1836
2024-08-16 09:01:33 +02:00
Jens Schauder
65aa2138bd
Release version 3.2.9 (2023.1.9).
...
See #1836
2024-08-16 08:58:34 +02:00
Jens Schauder
d68ca85467
Prepare 3.2.9 (2023.1.9).
...
See #1836
2024-08-16 08:58:12 +02:00
Jens Schauder
ac77d02985
Improve documentation about query construction.
...
Closes #719
2024-08-08 14:25:05 +02:00
Mark Paluch
1f1e985ced
Update CI properties.
...
See #1836
2024-08-08 10:17:46 +02:00
Mark Paluch
7e10974ec9
Upgrade to Maven Wrapper 3.9.8.
...
See #1850
2024-08-08 10:17:25 +02:00
Jens Schauder
21eadd99e3
Add documentation for SpEL support.
...
Closes #1719
2024-08-07 16:14:31 +02:00
Jens Schauder
82cd65bad5
Fix the example for spring version configuration.
...
Closes #1848
2024-08-05 12:35:02 +02:00
Eric Haag
664e001fdf
Migrate build to Spring Develocity Conventions extension.
...
Also adopt Develocity environment variables.
Original pull request #1847
2024-08-05 11:29:08 +02:00
Sanghyuk Jung
904a71a8a2
Remove duplicated "the" in JavaDoc.
...
Original pull request #1840
2024-08-02 13:23:34 +02:00
Mark Paluch
5bf4acbdd6
Bundle Javadoc with Antora documentation site.
...
Closes #1846
2024-07-31 15:13:10 +02:00
Mark Paluch
781e493498
Polishing.
...
Correctly assign SQL type for tuples.
See #1323
Original pull request: #1838
2024-07-23 13:43:00 +02:00
Mark Paluch
ae75b1dcea
Polishing.
...
Refactor convertAndAddParameter method to writeValue(…) decoupling responsibilities for a clearer value conversion code path. Also, refactor collection conversion to functional callback-style and extend test assertions.
See #1323
Original pull request: #1838
2024-07-22 15:05:36 +02:00
Jens Schauder
11be4cf042
Allow passing of tuples to repository query methods.
...
Closes #1323
Original pull request: #1838
2024-07-22 15:05:36 +02:00