Sam Brannen
c5a79fdf99
Stop using javadoc.io for external Javadoc links
...
Since our build was failing intermittently, we have decided to stop
using javadoc.io for external Javadoc links for the time being.
3 months ago
Juergen Hoeller
7089bdcc3a
Merge branch '6.2.x'
...
# Conflicts:
# spring-beans/src/main/java/org/springframework/beans/factory/support/FactoryBeanRegistrySupport.java
3 months ago
Juergen Hoeller
d484e4f3ff
Ignore SQL state 3B001 in releaseSavepoint (for HSQLDB)
...
Closes gh-35564
3 months ago
Juergen Hoeller
74dc61b8c4
Fall back to local synchronization in getObjectFromFactoryBean
...
Closes gh-35545
3 months ago
Sam Brannen
c08610ee58
Revert nullability changes in reactive transaction support
...
After further consideration, we have decided to revert the
nullability changes in the reactive TransactionCallback and
TransactionalOperator.
See gh-35561
3 months ago
Sam Brannen
1e83de072c
Merge branch '6.2.x'
3 months ago
Sam Brannen
717358b56b
Short circuit ClassUtils.findPubliclyAccessibleMethodIfPossible(...)
...
Once we find a publicly accessible method, there is no need to continue
traversing the type hierarchy.
See gh-35556
3 months ago
Sébastien Deleuze
1243f40ee6
Merge branch '6.2.x'
3 months ago
Sébastien Deleuze
836634c47f
Upgrade CI workflow from Java 24 to Java 25
3 months ago
Stéphane Nicoll
e91abd442a
Simplify MockHttpServletRequestBuilders hierarchy
...
Closes gh-33231
3 months ago
Brian Clozel
d98179e137
Enforce custom string converter in HttpMessageConverters
...
Prior to this commit, configuring a custom `StringHttpMessageConverter`
would be overwritten when the `registerDefaults()` option is enabled.
Fixes gh-35563
3 months ago
Juergen Hoeller
56b082dec7
Merge branch '6.2.x'
3 months ago
Juergen Hoeller
a6f6ecfe6c
Revise getPubliclyAccessibleMethodIfPossible to rely on Module#isExported
...
This avoids reflection and cache access for regular public and exported types.
Closes gh-35556
3 months ago
Juergen Hoeller
e3da26ebbd
Clarify event parameter type for multiple mapped classes
...
Closes gh-35506
3 months ago
Brian Clozel
b59fec21d8
Merge branch '6.2.x'
3 months ago
Maziyar Bahramian
e1c008f5a3
Fix URI Patterns docs for WebMVC and WebFlux
...
Closes gh-35551
Signed-off-by: Maziyar Bahramian <maziyar.bahramian@gmail.com>
3 months ago
Sébastien Deleuze
acc3783509
Merge branch '6.2.x'
3 months ago
Sébastien Deleuze
cb849a7071
Add a test for CGLIB Enhancer Kotlin refinements
...
This commit adds a reproducer for the change of behavior introduced via
https://youtrack.jetbrains.com/issue/KT-76667 . The test is only broken
with Kotlin 2.2.20+ without the related fix (see previous commit).
Closes gh-35487
3 months ago
Juergen Hoeller
3e37279db6
Make CGLIB Enhancer compatible with Kotlin 2.2.20+
...
This commit refines Enhancer#emitMethods to support the changes
introduced by https://youtrack.jetbrains.com/issue/KT-76667 .
See gh-35487
3 months ago
rstoyanchev
c765b035e5
Merge branch '6.2.x'
3 months ago
rstoyanchev
b3264ec2a8
Fix typo
3 months ago
Sam Brannen
563919befd
Revise nullability of Transaction[Callback|Operations|Operator]
...
This commit revises the nullability declarations in TransactionCallback,
TransactionOperations, and TransactionalOperator.
Closes gh-35561
3 months ago
rstoyanchev
f071f95899
Merge branch '6.2.x'
3 months ago
rstoyanchev
df860fd3cd
Polishing contribution
...
Closes gh-35493
3 months ago
Réda Housni Alaoui
636523a2f5
AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent
...
See gh-35493
Signed-off-by: Réda Housni Alaoui <reda-alaoui@hey.com>
3 months ago
rstoyanchev
a19b51b7e0
Handle invalid position in ResourceHttpMessageWriter
...
Closes gh-35536
3 months ago
rstoyanchev
fbdece6759
Polishing in ResourceHttpMessageWriter
...
See gh-35536
3 months ago
Sam Brannen
96e90e10b9
Merge branch '6.2.x'
3 months ago
Sam Brannen
64d42fefda
Fix idref example in reference manual
...
Closes gh-35560
3 months ago
Sam Brannen
447cfa18e9
Polishing
3 months ago
Sébastien Deleuze
5138305e0b
Fix SingletonSupplier.ofNullable(T) nullability
...
See gh-35559
3 months ago
Sam Brannen
48ec990a17
Fix typos
3 months ago
Sébastien Deleuze
1e3f8651b8
Refine SingletonSupplier<T> static methods nullability
...
SingletonSupplier<T> supplier-based static methods nullability should
be refined to accept in a flexible way nullable or non-nullable T.
Closes gh-35559
3 months ago
Stéphane Nicoll
a2c0e1cec8
Fix typos
3 months ago
Stéphane Nicoll
8cad5711f5
Add Kotlin extensions for RestTestClient
...
Closes gh-35558
3 months ago
Stéphane Nicoll
741107969a
Always invoke ConfigurationBeanNameGenerator
...
Previously, if a ConfigurationBeanNameGenerator is used to parse
configuration classes, it is not invoked for `Bean` methods that provide
a specific bean name. This doesn't give a chance to an implementation to
tune such a bean, if required.
This commit updates the signature of ConfigurationBeanNameGenerator to
provide the identified bean name on the `@Bean` declaration,if any, and
to always invoke it.
Closes gh-35505
3 months ago
Sam Brannen
969517bce1
Upgrade to JUnit 6.0
...
Closes gh-35124
3 months ago
Sam Brannen
834755203e
Merge branch '6.2.x'
3 months ago
Sam Brannen
ec3d9d6253
Upgrade to JUnit 5.14
...
Closes gh-35555
3 months ago
Sam Brannen
2bd6422db9
Update @ConcurrencyLimit documentation
...
This commit updates the reference manual in order to reflect recent
changes made to @ConcurrencyLimit.
See gh-35461
See gh-35470
See gh-35523
3 months ago
Sam Brannen
b9e0a48e95
Revise documentation for @Retryable
3 months ago
Sam Brannen
8dd64602e8
Avoid warnings with AssertJ APIs
3 months ago
Sam Brannen
60673a0e32
Upgrade com.gradleup.shadow plugin to 9.2.2
3 months ago
rstoyanchev
7f03487875
Polishing contribution
...
Closes gh-35510
3 months ago
KNU-K
e4a431e536
Refactor toString method in SockJsFrame
...
See gh-35510
Signed-off-by: KNU-K <knukang334@gmail.com>
3 months ago
rstoyanchev
2e915a3934
Provide access to API version in controller method
...
Closes gh-35424
3 months ago
Sam Brannen
7ba736dc06
Stop overriding default methods in TrackingTestNGTestListener
...
At some point, TestNG started implementing listener methods as interface
default methods, so we no longer need to override those methods with
empty implementations.
3 months ago
Sam Brannen
1b3aeba5ee
Merge branch '6.2.x'
3 months ago
Sam Brannen
5cd2cb38e1
Make AbstractTestNGSpringContextTests thread-safe regarding tracked exceptions
...
Prior to this commit, AbstractTestNGSpringContextTests was not
thread-safe with regard to tracked exceptions.
To address that, AbstractTestNGSpringContextTests now tracks the test
exception via a ThreadLocal.
Closes gh-35528
3 months ago
rstoyanchev
ba0de1edce
Merge branch '6.2.x'
3 months ago