Mark Paluch
6b4179d669
Release version 3.5.10 (2025.0.10).
...
See #3457
1 week ago
Mark Paluch
78e96633db
Prepare 3.5.10 (2025.0.10).
...
See #3457
1 week ago
wonderfulrosemari
1e2d294e7f
Polishing.
...
Refine public API Javadoc descriptions.
Closes #2602
Original pull request: #3465
Signed-off-by: wonderfulrosemari <whwlsgur1419@naver.com>
3 weeks ago
Mark Paluch
0311295c6f
Update GitHub action branch triggers.
...
See #3457
4 weeks ago
Mark Paluch
5a7f25f03d
Refine Antora-build.
...
See spring-projects/spring-data-build#2797
4 weeks ago
Mark Paluch
2bf7e24b97
Polishing.
...
Simplify code and tests.
See #3459
Original pull request: #3461
1 month ago
seongjun.ha
3f2a13583d
Ignore events of unrelated `BeanFactory` in `DeferredRepositoryInitializationListener`.
...
Compare the event's ApplicationContext.getBeanFactory() with the listener's
BeanFactory to filter out child context events, preventing premature
repository initialization.
Closes #3459
Original pull request: #3461
Signed-off-by: seongjun.ha <seongjun.ha@rapportlabs.kr>
1 month ago
Tran Ngoc Nhan
abf7e9c4d0
Fix missing braces.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Closes #3462
1 month ago
Mark Paluch
342bf0ecb9
Update GitHub action branch triggers.
...
See #3457
1 month ago
Christoph Strobl
610bb123db
Remove obsolete CI configuration.
...
See spring-projects/spring-data-build#2764
1 month ago
Mark Paluch
5882f5998a
Add GitHub actions CI.
...
See spring-projects/spring-data-build#2764
1 month ago
Mark Paluch
d1dc3f4bd0
After release cleanups.
...
See #3443
1 month ago
Mark Paluch
8d58f6e0d4
Prepare next development iteration.
...
See #3443
1 month ago
Mark Paluch
a9a362325f
Release version 3.5.9 (2025.0.9).
...
See #3443
1 month ago
Mark Paluch
10f8f15271
Prepare 3.5.9 (2025.0.9).
...
See #3443
1 month ago
Mark Paluch
bb705bad1f
Update CI Properties.
...
See #3443
1 month ago
Mark Paluch
6f5dca3b64
Update CI Properties.
...
See #3443
2 months ago
Christoph Strobl
9432e4a29d
After release cleanups.
...
See #3427
2 months ago
Christoph Strobl
6b1c3f24a9
Prepare next development iteration.
...
See #3427
2 months ago
Christoph Strobl
00c19e6563
Release version 3.5.8 (2025.0.8).
...
See #3427
2 months ago
Christoph Strobl
a733609d11
Prepare 3.5.8 (2025.0.8).
...
See #3427
2 months ago
Tran Ngoc Nhan
97db86de88
Fix typos in Javadoc.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Closes #3440
2 months ago
Mark Paluch
7be63814ed
Add Readme templates.
...
See spring-projects/spring-data-build#2758
2 months ago
Jens Schauder
0e0f32bb05
Polishing.
...
Undo one wierd import replacement.
Original pull request #3315
2 months ago
Tran Ngoc Nhan
5d3ebd2717
Fix typos
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull request #3429
2 months ago
Jongil Kim
a297af9e91
Fix typos.
...
Signed-off-by: Kim Jongil <whddlf0504@naver.com>
Original pull request #3430
# Conflicts:
# src/main/java/org/springframework/data/mapping/PropertyReferenceException.java
2 months ago
Jens Schauder
2c46503194
Polishing.
...
Improve wording.
Original pull request #3438
# Conflicts:
# src/main/java/org/springframework/data/util/ReflectionUtils.java
2 months ago
Tran Ngoc Nhan
ff2d154fcf
Fix Javadoc typos.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull request #3438
# Conflicts:
# src/main/java/org/springframework/data/util/ReflectionUtils.java
2 months ago
Jens Schauder
6f944c0c2d
Polishing.
...
Improve wording.
See #3438
2 months ago
Tran Ngoc Nhan
50029802fb
Remove unused method.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull request #3408
2 months ago
Mark Paluch
7449dd7352
Extend license header copyright years to present.
...
See #3436
3 months ago
Mark Paluch
4dab3b94c1
After release cleanups.
...
See #3405
3 months ago
Mark Paluch
930462f56e
Prepare next development iteration.
...
See #3405
3 months ago
Mark Paluch
c78f782931
Release version 3.5.7 (2025.0.7).
...
See #3405
3 months ago
Mark Paluch
c628b27d83
Prepare 3.5.7 (2025.0.7).
...
See #3405
3 months ago
Tran Ngoc Nhan
f28c2043d7
Correct Javadoc `@link` references in test Java files.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull requesst: #3426
3 months ago
Mark Paluch
48281288fc
Update CI Properties.
...
See #3405
3 months ago
Mark Paluch
43814d2ef0
Polishing.
...
Improve Javadoc.
4 months ago
Mark Paluch
f599827bb0
Refine Fluent Query reference documentation.
...
Closes #3419
4 months ago
Mark Paluch
1ad4d057b0
Polishing.
...
Use mapNotNull(…) instead of filter + map.
See #3413
4 months ago
Mark Paluch
5a40833885
Update reactive auditing documentation considering `Authentication` can be `null`.
...
Closes #3413
4 months ago
Mark Paluch
21809f7ac9
Defer `ReturnedClass.inputProperties` lookup.
...
We now deferr input properties lookup to avoid eager parameter introspection and therefore potentially logging of missing property names even in case these are not required.
Also, introduce isDtoProjection() and isInterfaceProjection() methods to simplify calling code typically introspecting ReturnedType.getReturnType().isInterface().
Closes #3410
4 months ago
Mark Paluch
8bfe5d0a90
After release cleanups.
...
See #3381
4 months ago
Mark Paluch
111d97c5d6
Prepare next development iteration.
...
See #3381
4 months ago
Mark Paluch
bda0b8194e
Release version 3.5.6 (2025.0.6).
...
See #3381
4 months ago
Mark Paluch
5f4e31c71f
Prepare 3.5.6 (2025.0.6).
...
See #3381
4 months ago
Mark Paluch
e1234a1755
Update Update security documentation.
...
See #3381
4 months ago
Mark Paluch
8cabeca24f
Filter bridge methods from `DefaultCrudMethods` lookup.
...
We now filter bridge methods when looking up the most specific method when looking for an override.
Closes #3401
4 months ago
Tran Ngoc Nhan
8306220931
Remove duplicate documentation heading identifiers.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Closes #3399
4 months ago
Jens Schauder
4c073e929f
Fix typo on QueryAnnotation Javadoc.
...
Closes #3395
5 months ago