-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Spring 6.1.14 -> 6.2.0 #1422
Conversation
Suggested commit message:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tweaked the suggested commit message.
96434f9
to
a3fee6b
Compare
Looks good. No mutations were possible for these changes. |
03acef2
to
de6b2f1
Compare
de6b2f1
to
d8021a5
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
6.1.14
->6.2.0
Release Notes
spring-projects/spring-framework (Spring)
v6.2.0
Compare Source
⭐ New Features
@Contract
Javadoc to mentionthis
andnew
return values #33849@Lazy
proxy #33841@TestBean
fully-qualified method names #33836@DisabledInAotMode
#33833ResponseBodyEmitter
#33831pure
attribute from@Contract
#33820@CheckReturnValue
annotation #33818ThreadPoolTaskExecutor
/ThreadPoolTaskScheduler
#33807HttpServiceProxyFactory
should omit optional@RequestParam
if converted fromnull
to empty string #33794🐞 Bug Fixes
MockReset
should be honored without@Mockito[Spy]Bean
fields #33829@Primary
semantics #33819FactoryBean
with generics #33811FactoryBean
use cases no longer work #33800@MockitoBean
,@MockitoSpyBean
, &@TestBean
do not work with@DirtiesContext
"before method" modes #33783📔 Documentation
PropertyAccessor
andIndexAccessor
APIs regarding ordering #33862SpelCompilerMode
#33223🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Hejow, @OlegDokuka, and @lucky8987
v6.1.15
Compare Source
⭐ New Features
Cache
fromCacheManager
#33813aopAvailable
constants inTransactionSynchronizationUtils
for better GraalVM native image support #33796🐞 Bug Fixes
SpelParseException
for unsupported character inSpelExpressionParser
#33767@Priority
beans exist with same priority #33733@AfterThrowing
#33704Content-Disposition
header are not cleaned from temp folder (skipped byStandardServletMultipartResolver
) #33511📔 Documentation
@Async
documentation should not suggest deprecated classes #33805allowEagerInit
parameter ingetBeanNamesForType()
#33740🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Torres-09, @ZLATAN628, @hosamaly, @izeye, @kunaljani1100, @ngocnhan-tran1996, and @wilkinsona