Commit Graph

3091 Commits

Author SHA1 Message Date
Mark Paluch
fe54d7aaef Release version 3.4.3 (2024.1.3).
See #3234
2025-02-14 10:40:04 +01:00
Mark Paluch
b2d5be1c2c Prepare 3.4.3 (2024.1.3).
See #3234
2025-02-14 10:39:44 +01:00
Mark Paluch
15f254b75e Polishing.
Fix Querydsl lettercasing.

See #3243
2025-02-13 09:16:39 +01:00
Mark Paluch
232a3da2c8 Split extensions ref doc page into page with includes.
Closes #3243
2025-02-13 09:02:59 +01:00
Mark Paluch
191300a7fd Update CI Properties.
See #3234
2025-02-11 15:22:44 +01:00
Mark Paluch
b8950af82a Document that fluent findBy(…) queries must return a result.
Closes #3237
2025-01-22 14:14:00 +01:00
Mark Paluch
d197037027 Fix Querydsl Nullability annotations.
Closes #2044
2025-01-22 11:12:02 +01:00
Mark Paluch
be0d8c3f57 Document OpenFeign Querydsl support.
Closes #3236
2025-01-22 11:02:29 +01:00
Mark Paluch
c2f2cb8029 Document restrictions for zero Limit PageRequest translation.
Closes #3102
2025-01-21 10:25:11 +01:00
Mark Paluch
a9b9008c9d After release cleanups.
See #3221
2025-01-17 11:39:59 +01:00
Mark Paluch
86d793b9aa Prepare next development iteration.
See #3221
2025-01-17 11:39:58 +01:00
Mark Paluch
0345e9c0d0 Release version 3.4.2 (2024.1.2).
See #3221
2025-01-17 11:37:35 +01:00
Mark Paluch
dba527cdea Prepare 3.4.2 (2024.1.2).
See #3221
2025-01-17 11:37:19 +01:00
Mark Paluch
b60feb71e6 Skip unnamed DTO projection properties.
We now skip unnamed DTO projection properties and issue a warning log to raise awareness.

Skipping unnamed (null) properties avoids identification as DTO and only selects properties stemming from named constructor arguments.

Add tests for Kotlin data classes using value classes for verification.

Closes #3225
2025-01-15 12:21:25 +01:00
Tran Ngoc Nhan
19af483959 Fix typos.
Documentation, assertion messages.

Closes #3223
2025-01-13 11:57:39 +01:00
Jens Schauder
ccf3e04453 Refining QBE documentation.
Adds a configurable limitation about collection support in Query By Example.

Closes: #3226
2025-01-10 10:21:14 +01:00
Mark Paluch
3f0f788019 Extend license header copyright years to 2025.
See #3228
2025-01-08 09:58:44 +01:00
Christoph Strobl
3c382f9b43 After release cleanups.
See #3204
2024-12-13 09:38:12 +01:00
Christoph Strobl
380cd2102d Prepare next development iteration.
See #3204
2024-12-13 09:38:10 +01:00
Christoph Strobl
264dcdd518 Release version 3.4.1 (2024.1.1).
See #3204
2024-12-13 09:34:47 +01:00
Christoph Strobl
91697f8ce2 Prepare 3.4.1 (2024.1.1).
See #3204
2024-12-13 09:34:25 +01:00
Mark Paluch
75175d686d Update Projection section in reference documentation.
Closes #3216
2024-12-03 11:00:22 +01:00
Mark Paluch
36b0c26c3e Polishing.
Fix ticket reference.

See #3215
2024-12-02 09:09:58 +01:00
Mark Paluch
4bdcbd01f1 Resolve bridged method when projected PropertyDescriptor resolves to a bridge method.
We now skip synthetic bridge methods when resolving a PropertyDescriptor from a called interface method on the target type and resolve the bridged method.

Closes #3215
2024-12-02 09:08:35 +01:00
Mark Paluch
2f11039ba3 Refine Value Expression documentation.
Closes #3214
2024-11-29 09:42:40 +01:00
Mark Paluch
0a2e9f1659 Polishing.
Fix deprecation version.

See #3183
2024-11-18 08:57:03 +01:00
Mark Paluch
02ffabc85d After release cleanups.
See #3183
2024-11-15 14:13:26 +01:00
Mark Paluch
65b5b50d69 Prepare next development iteration.
See #3183
2024-11-15 14:13:25 +01:00
Mark Paluch
e0817014e8 Release version 3.4 GA (2024.1.0).
See #3183
2024-11-15 14:10:52 +01:00
Mark Paluch
f554dd69fd Prepare 3.4 GA (2024.1.0).
See #3183
2024-11-15 14:10:36 +01:00
Mark Paluch
99b95ca72e Polishing.
Tweak wording. Add Override annotations.

See #3200
Original pull request: #3201
2024-11-15 09:59:05 +01:00
Christoph Strobl
0a19501e3d Update custom repository extension section.
Closes #3200
Original pull request: #3201
2024-11-15 09:58:52 +01:00
Mark Paluch
63e16c2b67 Update CI Properties.
See #3183
2024-11-07 09:57:35 +01:00
Mark Paluch
5b85ffb36a Update CI Properties.
See #3183
2024-11-07 09:56:11 +01:00
Mark Paluch
2917ad0fab Upgrade to Maven Wrapper 3.9.9.
See #3197
2024-11-07 09:47:21 +01:00
Mark Paluch
09ba413316 Refine Scrolling refdocs.
Closes #3192
2024-11-04 09:36:09 +01:00
Stefano Cordio
9ed3a451a4 Minor improvements in BootstrapMode Javadoc.
Closes #3191
2024-11-04 08:39:54 +01:00
Christoph Strobl
1b79eeb5a2 Polishing.
Use double checked locking to be as close to the previous implementation but still benefit from the fast read operation.

Original Pull Request: #3186
2024-10-31 08:46:19 +01:00
Mark Paluch
adc8e3ffae Revisit internal caching arrangements.
Closes: #3185
Original Pull Request: #3186
2024-10-31 08:43:36 +01:00
Mark Paluch
e0e881f6b8 Prepare for removal of ListenableFuture.
Closes #3190
2024-10-30 08:32:26 +01:00
Mark Paluch
24cf1fc7d5 Polishing.
Refine Javadoc and update ReactivePageableHandlerMethodArgumentResolver. Fix nullability annotations.

See #3188
2024-10-29 09:25:41 +01:00
Sergey Zolotarev
7a5e4d7305 Remove outdated information from Javadoc for PageableHandlerMethodArgumentResolver.
Closes #3188
2024-10-29 09:25:26 +01:00
dependabot[bot]
9f11e7af4f Upgrade org.codehaus.groovy:groovy-all to 2.4.21.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes #3180
2024-10-29 09:16:23 +01:00
LajosPolya
a7fe3554c3 Fix spelling SimplePropertyValueConversions javadoc.
Closes #3189
2024-10-29 09:11:39 +01:00
Mark Paluch
07a5c58903 After release cleanups.
See #3151
2024-10-18 12:49:41 +02:00
Mark Paluch
e665f1e8f4 Prepare next development iteration.
See #3151
2024-10-18 12:49:40 +02:00
Mark Paluch
b2e45c3204 Release version 3.4 RC1 (2024.1.0).
See #3151
2024-10-18 12:47:01 +02:00
Mark Paluch
5e0a2505f2 Prepare 3.4 RC1 (2024.1.0).
See #3151
2024-10-18 12:46:43 +02:00
Mark Paluch
38e862d339 Polishing.
Remove unnecessary static keywords.

See #3178
2024-10-17 15:26:19 +02:00
serv-inc
3b20d71193 Fix typo in EnableSpringDataWebSupport.
Closes #3178
2024-10-17 15:26:07 +02:00