Mark Paluch
282f9c3bdb
Release version 4.0.4 (2025.1.4).
...
See #3456
1 week ago
Mark Paluch
2c36f2c98d
Prepare 4.0.4 (2025.1.4).
...
See #3456
1 week ago
wonderfulrosemari
430dadd92b
Polishing.
...
Refine public API Javadoc descriptions.
Closes #2602
Original pull request: #3465
Signed-off-by: wonderfulrosemari <whwlsgur1419@naver.com>
3 weeks ago
Christoph Strobl
c807eecbe2
Polishing.
...
Original Pull Request: #3458
3 weeks ago
Mark Paluch
852d789de7
Render method parameter annotations in AOT repositories.
...
We now include annotations of repository query method parameters to allow introspection through Parameters for reflective checks.
See: spring-projects/spring-data-relational#2245
Closes : #3458
3 weeks ago
Christoph Strobl
0a0ef80a64
Update Nullable constraints.
...
See: #3170
3 weeks ago
Mark Paluch
2d6183a48f
Update GitHub action branch triggers.
...
See #3456
4 weeks ago
Mark Paluch
b711e8e596
Refine Antora-build.
...
See spring-projects/spring-data-build#2797
4 weeks ago
Mark Paluch
95cb6ca254
Polishing.
...
Simplify code and tests.
See #3459
Original pull request: #3461
4 weeks ago
seongjun.ha
1dfbc01d8a
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>
4 weeks ago
Tran Ngoc Nhan
4020bffb6d
Fix missing braces.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Closes #3462
4 weeks ago
Mark Paluch
f538204bd4
Update GitHub action branch triggers.
...
See #3456
4 weeks ago
Christoph Strobl
2b36187bb6
Remove obsolete CI configuration.
...
See spring-projects/spring-data-build#2764
1 month ago
Mark Paluch
4bad861055
Add GitHub actions CI.
...
See spring-projects/spring-data-build#2764
1 month ago
Mark Paluch
69a703de3e
After release cleanups.
...
See #3444
1 month ago
Mark Paluch
8b3ef0f298
Prepare next development iteration.
...
See #3444
1 month ago
Mark Paluch
371fdb6989
Release version 4.0.3 (2025.1.3).
...
See #3444
1 month ago
Mark Paluch
8c88d51e09
Prepare 4.0.3 (2025.1.3).
...
See #3444
1 month ago
Mark Paluch
cd7c3419eb
Polishing.
...
Reformat code, add contract annotation.
See #3452
Original pull request: #3454
1 month ago
Tran Ngoc Nhan
1a0a882f97
Remove `Assert#notNull` for nullable `Link`.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Closes #3452
Original pull request: #3454
1 month ago
Mark Paluch
198e942ef3
Update CI Properties.
...
See #3444
2 months ago
Christoph Strobl
bc348048a1
After release cleanups.
...
See #3428
2 months ago
Christoph Strobl
4d190689c9
Prepare next development iteration.
...
See #3428
2 months ago
Christoph Strobl
616608e116
Release version 4.0.2 (2025.1.2).
...
See #3428
2 months ago
Christoph Strobl
cf829f6016
Prepare 4.0.2 (2025.1.2).
...
See #3428
2 months ago
Tran Ngoc Nhan
fe1213d099
Fix typos in Javadoc.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Closes #3440
2 months ago
Mark Paluch
0337e4f5db
Add Readme templates.
...
See spring-projects/spring-data-build#2758
2 months ago
Jens Schauder
e4b74bd93e
Polishing.
...
Undo one wierd import replacement.
Original pull request #3315
2 months ago
Tran Ngoc Nhan
c6500ab252
Remove unused imports.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull request #3315
2 months ago
Tran Ngoc Nhan
2d1f25ac6d
Fix typos
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull request #3429
2 months ago
Jongil Kim
21d3534f13
Fix typos.
...
Signed-off-by: Kim Jongil <whddlf0504@naver.com>
Original pull request #3430
2 months ago
Jens Schauder
3b7944c241
Polishing.
...
Improve wording.
Original pull request #3438
2 months ago
Tran Ngoc Nhan
30ab1a31b8
Fix Javadoc typos.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull request #3438
2 months ago
Jens Schauder
a5f1f5720c
Polishing.
...
Formatting.
Original pull request #3408
2 months ago
Tran Ngoc Nhan
a3583ca3c6
Remove unused method.
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Original pull request #3408
2 months ago
Mark Paluch
007d64685f
Extend license header copyright years to present.
...
See #3435
3 months ago
Mark Paluch
36ef684fb9
After release cleanups.
...
See #3406
3 months ago
Mark Paluch
8f6b5a02e5
Prepare next development iteration.
...
See #3406
3 months ago
Mark Paluch
37f520f9de
Release version 4.0.1 (2025.1.1).
...
See #3406
3 months ago
Mark Paluch
465466d4a5
Prepare 4.0.1 (2025.1.1).
...
See #3406
3 months ago
Mark Paluch
372b6b6499
Polishing.
...
Fix Javadoc URLs.
See #3423
3 months ago
Tran Ngoc Nhan
0af3e0c6d0
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
7f4c768ded
Update CI Properties.
...
See #3406
3 months ago
Mark Paluch
76581b7cf3
Polishing.
...
Avoid var usage.
See #3424
4 months ago
Mark Paluch
451a3aef5f
Set `ApplicationEventPublisher` on repository factory if it implements `ApplicationEventPublisherAware`.
...
Closes #3424
4 months ago
Mark Paluch
c9019b8cee
Polishing.
...
Improve Javadoc.
See #3423
4 months ago
Mark Paluch
a3cbc1ef5f
Refine `repositoryBaseClass` property configuration for `@Enable…Repositories` repository factory definitions.
...
Also extend documentation for repository factory and factory bean customization.
Closes #3423
4 months ago
Oliver Drotbohm
d7808e62af
Adapt to invocation chain changes in JacksonJsonHttpMessageConverter.canWrite(…).
...
Fixes GH-3421.
4 months ago
Mark Paluch
7372971524
Refine Fluent Query reference documentation.
...
Closes #3419
4 months ago
Mark Paluch
08e22c5195
Polishing.
...
Reformat code.
See #3414
Original pull request: #3415
4 months ago