Juergen Hoeller
37319fc367
Merge branch '6.2.x'
...
# Conflicts:
# spring-core/src/main/java/org/springframework/cglib/core/CodeEmitter.java
4 months ago
Juergen Hoeller
3041071269
Consistently apply useCaches for single Resource lookup
...
Closes gh-35465
4 months ago
Juergen Hoeller
2da821389c
Remove redundant object allocation in cglib proxy method calls
...
Reformatted with Spring patch markers and backported to 6.2.12
Closes gh-35543
4 months ago
Nurlan Turdaliev
b4d501f888
Remove redundant object allocation in cglib proxy method calls
...
* Fixes gh-35542
Signed-off-by: Nurlan Turdaliev <nurlan0000@gmail.com>
4 months ago
rstoyanchev
8631345b71
Refine Jackson 3 vs 2 setup in CodecConfigurer
...
Closes gh-35562
4 months ago
Juergen Hoeller
1333669e2c
Introduce SimpleDestinationResolver as new default for common setups
...
Closes gh-35456
4 months ago
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.
4 months ago
Juergen Hoeller
7089bdcc3a
Merge branch '6.2.x'
...
# Conflicts:
# spring-beans/src/main/java/org/springframework/beans/factory/support/FactoryBeanRegistrySupport.java
4 months ago
Juergen Hoeller
d484e4f3ff
Ignore SQL state 3B001 in releaseSavepoint (for HSQLDB)
...
Closes gh-35564
4 months ago
Juergen Hoeller
74dc61b8c4
Fall back to local synchronization in getObjectFromFactoryBean
...
Closes gh-35545
4 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
4 months ago
Sam Brannen
1e83de072c
Merge branch '6.2.x'
4 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
4 months ago
Sébastien Deleuze
1243f40ee6
Merge branch '6.2.x'
4 months ago
Sébastien Deleuze
836634c47f
Upgrade CI workflow from Java 24 to Java 25
4 months ago
Stéphane Nicoll
e91abd442a
Simplify MockHttpServletRequestBuilders hierarchy
...
Closes gh-33231
4 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
4 months ago
Juergen Hoeller
56b082dec7
Merge branch '6.2.x'
4 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
4 months ago
Juergen Hoeller
e3da26ebbd
Clarify event parameter type for multiple mapped classes
...
Closes gh-35506
4 months ago
Brian Clozel
b59fec21d8
Merge branch '6.2.x'
4 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>
4 months ago
Sébastien Deleuze
acc3783509
Merge branch '6.2.x'
4 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
4 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
4 months ago
rstoyanchev
c765b035e5
Merge branch '6.2.x'
4 months ago
rstoyanchev
b3264ec2a8
Fix typo
4 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
4 months ago
rstoyanchev
f071f95899
Merge branch '6.2.x'
4 months ago
rstoyanchev
df860fd3cd
Polishing contribution
...
Closes gh-35493
4 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>
4 months ago
rstoyanchev
a19b51b7e0
Handle invalid position in ResourceHttpMessageWriter
...
Closes gh-35536
4 months ago
rstoyanchev
fbdece6759
Polishing in ResourceHttpMessageWriter
...
See gh-35536
4 months ago
Sam Brannen
96e90e10b9
Merge branch '6.2.x'
4 months ago
Sam Brannen
64d42fefda
Fix idref example in reference manual
...
Closes gh-35560
4 months ago
Sam Brannen
447cfa18e9
Polishing
4 months ago
Sébastien Deleuze
5138305e0b
Fix SingletonSupplier.ofNullable(T) nullability
...
See gh-35559
4 months ago
Sam Brannen
48ec990a17
Fix typos
4 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
4 months ago
Stéphane Nicoll
a2c0e1cec8
Fix typos
4 months ago
Stéphane Nicoll
8cad5711f5
Add Kotlin extensions for RestTestClient
...
Closes gh-35558
4 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
4 months ago
Sam Brannen
969517bce1
Upgrade to JUnit 6.0
...
Closes gh-35124
4 months ago
Sam Brannen
834755203e
Merge branch '6.2.x'
4 months ago
Sam Brannen
ec3d9d6253
Upgrade to JUnit 5.14
...
Closes gh-35555
4 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
4 months ago
Sam Brannen
b9e0a48e95
Revise documentation for @Retryable
4 months ago
Sam Brannen
8dd64602e8
Avoid warnings with AssertJ APIs
4 months ago
Sam Brannen
60673a0e32
Upgrade com.gradleup.shadow plugin to 9.2.2
4 months ago
rstoyanchev
7f03487875
Polishing contribution
...
Closes gh-35510
4 months ago