Sam Brannen
92ee20c896
Adhere to new Checkstyle rule
11 months ago
Sam Brannen
8db1340263
Merge branch '6.2.x'
11 months ago
Sam Brannen
208d52d852
Introduce Checkstyle rule for separator symbol location
11 months ago
Sébastien Deleuze
2f8c5a580a
Polishing
11 months ago
Sébastien Deleuze
2bc213d703
Allow registering aliases with BeanRegistry
...
Closes gh-34599
11 months ago
rstoyanchev
087d239148
Merge branch '6.2.x'
11 months ago
rstoyanchev
18c3b637e4
Fix dated Javadoc in MvcUriComponentsBuilder
...
related to forwarded headers
Closes gh-34615
11 months ago
rstoyanchev
34c69bfc67
Allow empty comment in ServerResponse.SseBuilder
...
Closes gh-34608
11 months ago
rstoyanchev
37d7af42ac
Allow setting ApplicationContext on MockServerWebExchange
...
Closes gh-34601
11 months ago
Juergen Hoeller
73c4b46ed7
Merge branch '6.2.x'
11 months ago
Juergen Hoeller
cc986cd2e8
Defer triggerAfterCompletion invocation in doRollbackOnCommitException
...
Closes gh-34595
11 months ago
Sébastien Deleuze
6ab87477ea
Merge branch '6.2.x'
11 months ago
Sébastien Deleuze
0141725638
Polishing
...
Closes gh-34592
11 months ago
Dmitry Sulman
0c2ba4e38e
Recursively box/unbox nested inline value classes
...
See gh-34592
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
11 months ago
Sam Brannen
84ba6b4b26
Add package to Javadoc link
11 months ago
Sam Brannen
e05d4f2f18
Merge branch '6.2.x'
11 months ago
Sam Brannen
c6a9aa59a3
Remove BDDMockito Checkstyle rule
...
This commit removes the BDDMockito Checkstyle rule, since it did not
actually enforce the use of BDDMockito.
This commit also updates static imports to use Mockito instead of
BDDMockito where appropriate (automated via the Eclipse IDE Organize
Imports clean-up task).
Closes gh-34616
11 months ago
Juergen Hoeller
69ed984a81
Merge branch '6.2.x'
11 months ago
Juergen Hoeller
ad949a7450
Add includeNonSingletons flag for ObjectProvider stream access
...
Closes gh-34591
11 months ago
Sam Brannen
ce815006d2
Generate compiled SpEL expressions using Java 17 byte code level
...
Closes gh-34602
11 months ago
Sam Brannen
d6a7aefd1d
Add comments regarding Java 1.8 byte code level for CGLIB
...
Unfortunately, it is not possible to raise the byte code level beyond
Java 1.8 for classes generated using CGLIB due to the fact that CGLIB
generates STATICHOOK methods which set static final fields outside the
initializer method <clinit> (i.e., a static initialization block).
Attempting to raise the level to Java 17 (or even Java 9) results in
exceptions like the following.
Caused by: java.lang.IllegalAccessError: Update to static final field
org.example.MyBean$$SpringCGLIB$$0.CGLIB$THREAD_CALLBACKS attempted from
a different method (CGLIB$STATICHOOK1) than the initializer method <clinit>
at org.example.MyBean$$SpringCGLIB$$0.CGLIB$STATICHOOK1(<generated>)
at org.example.MyBean$$SpringCGLIB$$0.<clinit>(<generated>)
This commit therefore introduces inline comments pointing out why we
stay with Java 1.8 byte code level with CGLIB.
See gh-34602
11 months ago
Juergen Hoeller
a0763d13c5
Merge branch '6.2.x'
11 months ago
Juergen Hoeller
86b2617c7f
Suggest compilation with -parameters in case of ambiguity
...
Closes gh-34609
11 months ago
Juergen Hoeller
760376c318
Restore check for jar root existence (now via getEntryName/getJarEntry)
...
Closes gh-34607
11 months ago
Juergen Hoeller
5b6abe4c13
Upgrade to ASM 9.8 (for early Java 25 support)
...
Closes gh-34600
11 months ago
Sam Brannen
30a7f7be28
Merge branch '6.2.x'
11 months ago
Sam Brannen
7a839e988a
Make dependencies on AssertJ and JUnit in spring-core-test optional
...
This commit also removes unnecessary dependencies in
spring-core-test.gradle and updates framework-docs.gradle accordingly.
Closes gh-34612
11 months ago
ChanHyeongLee
8ee09e5766
Separate commonly used DepositionTypeCheck into methods
...
Closes gh-34573
Signed-off-by: ChanHyeongLee <cksgud410@gmail.com>
[brian.clozel@broadcom.com: apply code conventions]
Signed-off-by: Brian Clozel <brian.clozel@broadcom.com>
11 months ago
Sébastien Deleuze
de75b6e1a2
Merge branch '6.2.x'
11 months ago
Sébastien Deleuze
46859d6391
Polishing
...
Closes gh-34594
11 months ago
Russell Bolles
573e74b8bd
Refine FormHttpMessageConverter exception handling
...
FormHttpMessageConverter could throw a more specific
HttpMessageNotReadableException instead of an IllegalArgumentException
when the http form data is invalid.
See gh-34594
Signed-off-by: Russell Bolles <rbolles@netflix.com>
11 months ago
Sam Brannen
b660d8c553
Merge branch '6.2.x'
11 months ago
Sam Brannen
6c231804a0
Upgrade to Mockito 5.16.1
11 months ago
Sam Brannen
892a5cdca6
Upgrade to AspectJ 1.9.23
...
This commit upgrades the build to use AspectJ 1.9.23 which provides
support for JDK 23.
Closes gh-34598
11 months ago
Sam Brannen
37a135447c
Rely on standard @Repeatable support in AnnotationJmxAttributeSource
...
This commit removes the use of RepeatableContainers.of() in
AnnotationJmxAttributeSource since that is unnecessary when using the
MergedAnnotations API with @Repeatable annotations such as
@ManagedOperationParameter and @ManagedNotification.
Closes gh-34606
11 months ago
Sam Brannen
13efc2205b
Test status quo for @Repeatable annotation support in AnnotationJmxAttributeSource
11 months ago
Sam Brannen
6e1706a8a4
Polish [Annotation]JmxAttributeSource
11 months ago
Sam Brannen
f678af4626
Merge branch '6.2.x'
11 months ago
Tran Ngoc Nhan
7c3913050a
Fix formatting and update links to scripting libraries and HDIV
...
Closes gh-34603
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com>
(cherry picked from commit 666e2df0f3 )
11 months ago
Tran Ngoc Nhan
666e2df0f3
Fix formatting and update links to scripting libraries and HDIV
...
Closes gh-34603
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com>
11 months ago
Sam Brannen
ae13eac86b
Merge branch '6.2.x'
11 months ago
Sam Brannen
ec488282a8
Upgrade to JUnit 5.12.1
11 months ago
Juergen Hoeller
d2a8b56742
Merge branch '6.2.x'
11 months ago
Juergen Hoeller
911cdb2ad0
Add resolveAutowireCandidates variant with includeNonSingletons and allowEagerInit
...
Closes gh-34591
11 months ago
Brian Clozel
4724020174
Merge branch '6.2.x'
11 months ago
Brian Clozel
0f83c483bb
Remove invalid link from reference documentation
...
Closes gh-34593
11 months ago
Sébastien Deleuze
90e32cadeb
Merge branch '6.2.x'
11 months ago
Sébastien Deleuze
c9050607bc
Fix StringUtils#uriDecode Javadoc
...
Closes gh-34590
11 months ago
Brian Clozel
d9bd168d54
Merge branch '6.2.x'
11 months ago
Brian Clozel
5e82ee6bd7
Next development version (v6.2.5-SNAPSHOT)
11 months ago