Mark Paluch
7db177e3cd
Remove `@Deprecated` API.
...
Closes #3208
7 months ago
Mark Paluch
b4c55baa2d
After release cleanups.
...
See #3206
7 months ago
Mark Paluch
c9dfe30e03
Prepare next development iteration.
...
See #3206
7 months ago
Mark Paluch
756595d8d8
Release version 3.5 GA (2025.0.0).
...
See #3275
7 months ago
Mark Paluch
d32113bd43
Prepare 3.5 GA (2025.0.0).
...
See #3275
7 months ago
Mark Paluch
ecfe77c40f
Polishing.
...
Reformat code, refine Javadoc.
See #3258
Original pull request: #3277
7 months ago
Chris Bono
39618faf01
Avoid matching multipart parameters annotated with `@ModelAttribute`
...
The ProxyHandlerMethodArgumentResolver now avoids matching multipart parameters annotated with @ModelAttribute . This allows multipart parameters to be handled by RequestParamMethodArgumentResolver which properly handles multipart arguments.
Also, the `@ProjectedPayload` annotation can now be used on parameters. This prepares for the upcoming removal of support for non-annotated projections.
Fixes #3258
Related tickets #2937
Original pull request: #3277
Signed-off-by: Chris Bono <chris.bono@broadcom.com>
7 months ago
Mark Paluch
3e44ad219b
Update CI Properties.
...
See #3275
7 months ago
Mark Paluch
5dae7a7ad2
Update CI Properties.
...
See #3275
7 months ago
Mark Paluch
f000243aa6
Update CI Properties.
...
See #3275
7 months ago
Mark Paluch
5a2f2bfd5c
Update CI Properties.
...
See #3275
7 months ago
Mark Paluch
cefc9232d1
Polishing.
...
Add missing Antora property.
See #3262
7 months ago
Mark Paluch
41c8a5080f
Polishing.
...
Reformat code. Simplify flow. Add ticket reference to test.
See #3287
Original pull request: #3219
7 months ago
xeounxzxu
f9d5369ff1
Avoid multiple `DeferredRepositoryInitializationListener` registrations in `RepositoryConfigurationDelegate`.
...
Closes #3287
Original pull request: #3219
7 months ago
Oscar Hernandez
4ea94056cc
Fix NPE in `CrudRepositoryExtensions`.
...
Closes #3187
7 months ago
Yanming Zhou
b4d2391cdb
Use `List.of()` and `Set.of()` where feasible.
...
Closes #3231
7 months ago
Seungrae
95d9637edc
Fix typos in reference documentation and Javadoc.
...
Signed-off-by: Seungrae Kim <obey1342@gmail.com>
Closes #3235
7 months ago
Mark Paluch
64def32d83
Polishing.
...
Use dynamic copyright year. Disable feature-scroll by default on query method details to let modules opt-in.
See #3262
7 months ago
Dmitry Sulman
ad25ad9703
Fix Antora feature-scroll attribute.
...
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
Closes #3262
7 months ago
Mark Paluch
2534f176a7
Polishing.
...
Align documentation between reactive and imperative repository variants.
See #3280
Original pull request: #3281
7 months ago
Jens Schauder
96b5b72013
Improve documentation for `CrudRepository.deleteById`.
...
The documentation now clarifies that entity might get loaded and therefore possibly OptimisticLockingFailureException might get thrown.
Closes #3280
Original pull request: #3281
7 months ago
Mark Paluch
bfc380fbea
Allow subclasses of `ReturnedType`.
...
Closes #3286
8 months ago
Mark Paluch
e17dd32b7f
After release cleanups.
...
See #3255
8 months ago
Mark Paluch
9b3a44aba5
Prepare next development iteration.
...
See #3255
8 months ago
Mark Paluch
2c4b60e2cf
Release version 3.5 RC1 (2025.0.0).
...
See #3255
8 months ago
Mark Paluch
7d07b12dc4
Prepare 3.5 RC1 (2025.0.0).
...
See #3255
8 months ago
Mark Paluch
646aea4cc0
Polishing.
...
Reorder methods. Tweak Javadoc, add references to parameter naming. Add usage to newly introduced methods.
See #3088
Original pull request: #3272
8 months ago
Chris Bono
a978209497
Add `getRequiredName` and `hasName` API to `org.springframework.data.mapping.Parameter`.
...
Introduces a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present.
Closes #3088
Original pull request: #3272
8 months ago
KIMSIWOO
c0b60b2906
Fix example code in query methods details doc.
...
Original pull request: #3224
Signed-off-by: KIMSIWOO <sa20207@naver.com>
8 months ago
Jens Schauder
ceae0dd234
Tiny improvement of examples.
...
Examples for limiting queries with and without a property argument are now better mixed.
This makes it more clear that limiting and filtering by property are orthogonal concerns.
Closes #3268
Original pull request #3269
8 months ago
Tran Ngoc Nhan
af10ad393a
Update javadoc links.
...
This fixes javadoc links in a couple of adoc files.
Original pull request: #3260
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
8 months ago
Tran Ngoc Nhan
18f27e7e95
Remove unused imports.
...
This cleans up a couple of classes by removing unused imports.
Original pull request: #3240
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
8 months ago
Mark Paluch
1b9e36c929
Accept Function to create Parameters in QueryMethod.
...
We now no longer rely on overriding a method in the QueryMethod constructor but accept a Function to create Parameters.
Closes #3263
8 months ago
Mark Paluch
f4e9581d23
After release cleanups.
...
See #3247
9 months ago
Mark Paluch
494bca5647
Prepare next development iteration.
...
See #3247
9 months ago
Mark Paluch
dc6ec33078
Release version 3.5 M2 (2025.0.0).
...
See #3247
9 months ago
Mark Paluch
f0ebfe8158
Prepare 3.5 M2 (2025.0.0).
...
See #3247
9 months ago
Christoph Strobl
cda948ed61
Remove links to gitter.
...
Closes : #3253
9 months ago
Mark Paluch
306940ccf1
Polishing.
...
See #3252
10 months ago
Christoph Strobl
d6d41242c3
Fix nullability issues for primitives and types in default package.
...
See: #3242
10 months ago
Mark Paluch
5f9659408b
Revise RepositoryInformation and RepositoryComposition caching.
...
We now use a refined strategy to cache RepositoryInformation and RepositoryComposition.
Previously, RepositoryComposition wasn't cached at all and store modules that e.g. contributed a Querydsl (or a different) fragment based on the interface declaration returned a new RepositoryComposition (and thus a different hashCode) each time RepositoryInformation was obtained leading to memory leaks caused by HashMap caching.
We now use Fragment's hashCode for the cache key resulting in RepositoryComposition being created only once for a given repository interface and input-fragments arrangement.
Closes #3252
10 months ago
Mark Paluch
0e699a2cf8
Polishing.
...
Align nullness/nullability wording. Use template methods instead of functions to create exceptions.
Original Pull Request: #3244
10 months ago
Christoph Strobl
2894ff3f04
Move and reuse existing nullability validator.
...
Original Pull Request: #3244
10 months ago
Yanming Zhou
c6d275842c
Throw exception if Kotlin projection requires non-null value but null result present
...
Closes : #3242
Original Pull Request: #3244
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
10 months ago
Mark Paluch
9670c8772f
Polishing.
...
Reformat code.
See #3168
10 months ago
mitu2
258ed3aabf
Remove branching overhead in `BytecodeUtil` by replacing `if` with `else if`.
...
Closes #3168
10 months ago
Mark Paluch
39b783e760
Consider getters using get as getter for boolean Kotlin properties.
...
We now additionally consider get-prefixed methods in addition to is-prefixed methods as getters for boolean properties.
Closes #3249
10 months ago
Mark Paluch
47a1f07b2c
After release cleanups.
...
See #3205
10 months ago
Mark Paluch
b63c8f23a3
Prepare next development iteration.
...
See #3205
10 months ago
Mark Paluch
d2ed905a36
Release version 3.5 M1 (2025.0.0).
...
See #3205
10 months ago