-
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 5.3.28 -> 5.3.29 #723
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
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.
Changes LGTM. The build fails because for some reason Jitpack no longer serves some of the Error Prone fork build artifacts. I filed jitpack/jitpack.io#5741 for this.
19e16e3
to
c70c732
Compare
Looks good. No mutations were possible for these changes. |
2 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
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.
#725 was merged; build now passes.
c70c732
to
761904f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR contains the following updates:
5.3.28
->5.3.29
Release Notes
spring-projects/spring-framework (Spring)
v5.3.29
Compare Source
⭐ New Features
JdbcTemplate
does not callhandleWarnings
in case of exception #30852AnnotationUtils.isCandidateClass
call withnull
as annotation type #30843DefaultSingletonBeanRegistry.isDependent()
#30841ObjectUtils.nullSafeConciseToString()
#30811ObjectUtils.nullSafeConciseToString()
#30806ResolvableType.hasUnresolvableGenerics()
should cache its result #30715LogFactory
contains all public methods from ApacheLogFactory
#30711🐞 Bug Fixes
toString()
inFieldError
#30800@TransactionalEventListener
#30784Jackson2ObjectMapperBuilder
breaks whenmodules
customizer followsmodulesToInstall
#30752📔 Documentation
ReactiveTransactionManager
exception declarations #30819JdbcTransactionManager
vsDataSourceTransactionManager
#30814🔨 Dependency Upgrades