Mark Paluch
8bedb3d7d0
Prepare next development iteration.
...
See #1996
2025-03-14 09:33:42 +01:00
Mark Paluch
f4b4a77ed7
Release version 3.5 M2 (2025.0.0).
...
See #1996
2025-03-14 09:31:05 +01:00
Jens Schauder
ba9021243c
Remove usage of Slf4J.
...
Closes #2009
2025-03-11 10:27:01 +01:00
Jens Schauder
55730eac64
Fix documentated syntax for tableName in queries.
...
Closes #1999
2025-02-21 14:17:34 +01:00
Mark Paluch
8852ca4b52
Prepare next development iteration.
...
See #1942
2025-02-14 12:25:08 +01:00
Mark Paluch
c3e5a431b4
Release version 3.5 M1 (2025.0.0).
...
See #1942
2025-02-14 12:22:37 +01:00
Mark Paluch
1eb39e47f6
Polishing.
...
Improve R2DBC Javadoc config.
See #1914
2025-02-14 09:12:47 +01:00
Mark Paluch
dff24c603c
Upgrade to Netty 4.1.118.Final.
...
Closes #1992
2025-02-13 14:56:34 +01:00
Mark Paluch
8b157aa779
Extend license header copyright years to 2025.
...
See #1973
2025-01-08 10:04:52 +01:00
Mark Paluch
2df8c2fb76
Use ReactivePageableExecutionUtils from Spring Data Commons.
...
Closes #1946
2024-11-21 09:01:51 +01:00
Mark Paluch
ff6717a0bd
Prepare next development iteration.
...
See #1916
2024-11-15 14:13:08 +01:00
Mark Paluch
2bda8fec26
Release version 3.4 GA (2024.1.0).
...
See #1916
2024-11-15 14:10:52 +01:00
Tran Ngoc Nhan
f2d62ad7e7
Polishing.
...
Pattern matching usage.
Diamond operator usage.
Remove unused import.
isEmpty usage.
Original pull request #1912
2024-10-21 09:10:13 +02:00
Mark Paluch
b788e7abac
Prepare next development iteration.
...
See #1883
2024-10-18 12:49:40 +02:00
Mark Paluch
22f12e341e
Release version 3.4 RC1 (2024.1.0).
...
See #1883
2024-10-18 12:47:01 +02:00
Mark Paluch
8c6364b4bf
Polishing.
...
Simplify R2DBC expression handling. Use new ValueExpression API instead of holding parameter binding duplicates.
Reformat code. Add author tags.
See #1904
Original pull request: #1906
2024-10-09 13:35:18 +02:00
Marcin Grzejszczak
d526cd3a22
Add support for Value Expressions for Repository Query methods.
...
Closes #1904
Original pull request: #1906
2024-10-09 13:35:16 +02:00
Mark Paluch
4834d083c4
Add StatementFilterFunction to R2dbcEntityTemplate.
...
See #1652
2024-10-01 10:28:48 +02:00
Mark Paluch
90b6d8e8a8
Polishing.
...
Use FilterFunction instead of nullable fetchSize to avoid unconditional capturing lambdas and improve defaulting.
Add since tag.
See #1652
Original pull request: #1898
2024-10-01 10:20:25 +02:00
Mikhail2048
96a4121058
Add fetchSize to ReactiveSelectOperationSupport.
...
Closes #1652
Original pull request: #1898
2024-10-01 10:18:03 +02:00
Jens Schauder
95a9f64c3e
Polishing.
...
Original pull request #1895
2024-09-24 09:09:42 +02:00
Tran Ngoc Nhan
146e5495df
Minor refactoring.
...
Original pull request #1895
2024-09-24 09:09:08 +02:00
Jens Schauder
efe18e8c2b
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:05:49 +02:00
Tran Ngoc Nhan
9277792d87
Polishing.
...
Original pull request #1894
2024-09-23 09:20:47 +02:00
Jens Schauder
eb9168f95e
Prepare next development iteration.
...
See #1791
2024-09-13 12:42:27 +02:00
Jens Schauder
f7936e0fe6
Release version 3.4 M1 (2024.1.0).
...
See #1791
2024-09-13 12:39:33 +02:00
Tran Ngoc Nhan
7b2c4e5f23
Remove unused imports.
...
Original pull request #1877
2024-09-09 08:58:02 +02:00
Mark Paluch
72774135a7
Polishing.
...
Remove Preprocessor interface. Add property accessors to RelationalQueryLookupStrategy. Reuse property accessors instead of loosely coupled object access.
See #1856
Original pull request #1863
2024-09-04 10:04:55 +02:00
Jens Schauder
f937738038
Support for table names in SpEL expressions.
...
SpEL expressions in queries get processed in two steps:
1. First SpEL expressions outside parameters are detected and processed.
This is done with a `StandardEvaluationContext` with the variables `tableName` and `qualifiedTableName` added.
This step is introduced by this commit.
2. Parameters made up by SpEL expressions are processed as usual.
Closes #1856
Original pull request #1863
2024-09-04 10:04:55 +02:00
Jens Schauder
848ffee253
Remove deprecated code.
...
Original pull request #1869
2024-08-30 13:28:01 +02:00
Christoph Strobl
2040247a11
Add support for using custom BeanNameGenerator.
...
Closes : #1853
2024-08-09 11:19:37 +02:00
Sanghyuk Jung
ec3c7081a8
Remove duplicated "the" in JavaDoc.
...
Original pull request #1840
2024-08-02 13:22:42 +02:00
LLEFEVRE
97cf38f1db
Upgrade Oracle Database version.
...
Upgrade database itself to the latest 23ai version.
The JDBC driver to 23.4.0.24.05
The R2DBC driver to 1.2.0
Closes #1804
Original pull request #1805
2024-06-06 16:07:11 +02:00
Mark Paluch
3680b777e7
Prepare next development iteration.
...
See #1768
2024-05-17 11:51:33 +02:00
Mark Paluch
1516d681d3
Release version 3.3 GA (2024.0.0).
...
See #1768
2024-05-17 11:49:25 +02:00
Mark Paluch
58d2e92327
Prepare next development iteration.
...
See #1754
2024-04-12 10:52:59 +02:00
Mark Paluch
39d130c092
Release version 3.3 RC1 (2024.0.0).
...
See #1754
2024-04-12 10:50:42 +02:00
Mark Paluch
a38b85c7fb
Align OffsetScrolling to zero-based indexes.
...
Closes #1764
2024-04-11 09:58:02 +02:00
Mark Paluch
ae272e2a1e
Align OffsetScrolling to zero-based indexes.
...
Closes #1764
2024-04-10 16:11:58 +02:00
Mark Paluch
ad8ca20438
Upgrade to R2DBC Postgresql 1.0.5.RELEASE.
...
Closes #1763
2024-04-10 15:47:16 +02:00
Mark Paluch
2561b1e44c
Prepare next development iteration.
...
See #1742
2024-03-15 11:09:58 +01:00
Mark Paluch
a87df99a20
Release version 3.3 M2 (2024.0.0).
...
See #1742
2024-03-15 11:07:32 +01:00
Jens Schauder
1600740fb7
Polishing.
...
Code formatting.
Adding author tags.
Added test for jdbc.
Fixed typo.
See #1744
Original pull request #1745
2024-03-13 09:43:45 +01:00
七夜
4a787171e3
Support conversion of elements in NOT_IN clause.
...
Closes #1744
Original pull request #1745
2024-03-13 09:43:44 +01:00
Mark Paluch
bba8dc291a
Upgrade to Netty 4.1.107.Final.
...
Closes #1749
2024-03-11 09:25:13 +01:00
Mark Paluch
3b7da898a7
Fix Javadoc build.
...
Remove package-info for package without sources. Remove ci profile from initial build steps to avoid duplicate tasks. Remove unused asciidoctor plugin.
See #1742
2024-02-20 09:32:23 +01:00
Christoph Strobl
3721876951
Prepare next development iteration.
...
See #1672
2024-02-16 14:41:24 +01:00
Christoph Strobl
08a9b5ae74
Release version 3.3 M1 (2024.0.0).
...
See #1672
2024-02-16 14:37:38 +01:00
Mark Paluch
52fe74e3cf
Read properties for DTO projections only once.
...
We now skip property population for properties that are populated through an entity creator (constructor/factory method).
Closes #1725
2024-01-29 09:00:27 +01:00
Mark Paluch
be94f7695c
Polishing.
...
Reformat code.
See #1723
2024-01-25 16:19:09 +01:00