fix(deps): update dependency org.springframework:spring-framework-bom to v6
This MR contains the following updates:
Package | Type | Update | Change | Pending |
---|---|---|---|---|
org.springframework:spring-framework-bom | import | major |
5.3.24 -> 6.0.2
|
6.0.3 |
Release Notes
spring-projects/spring-framework
v6.0.2
⭐ New Features
- Rely on standard parameter name resolution in Bean Validation 3.0 #29566
:lady_beetle: Bug Fixes
- ResponseStatusException does not use the reason to set the "detail" field #29567
- LocalVariableTableParameterNameDiscoverer logs many warnings with Hibernate validation #29563
📔 Documentation
- org.springframework.web.multipart.commons not found #29562
v6.0.1
⭐ New Features
- Make
SourceHttpMessageConverter
optional #29535 - Deprecate
LocalVariableTableParameterNameDiscoverer
completely (avoiding its exposure in native images) #29531 - Make GeneratorStrategy.generate unreachable on native #29521
- Update
LogAdapter
to allow build-time code removal #29506
:lady_beetle: Bug Fixes
- Unhandled exceptions should mark Servlet observation outcome as error #29512
📔 Documentation
- Broken link in documentation section 6.10 #29554
- Fix Javadoc link text in BindingResult #29551
- Fix some typos in Kotlin WebClient example code #29538
- Fix link to Bean Utils Light Library in BeanUtils Javadoc #29534
- Fix link to WebFlux section in reference manual #29525
- Document RuntimeHints testing strategies #29523
- Reorganize and modularize the Testing chapter in the reference manual #29522
- Document switch to
SQLExceptionSubclassTranslator
in the upgrade guide #29518 - Update documentation to mention Java 17+ baseline #29514
- Link to Spring WebFlux section is broken #29513
- Update javadoc of Jackson-based decoders to reflect 2.14 baseline #29508
- Code example has callout from a different code example #29505
- Code listing callouts are displayed incorrectly in core-beans.adoc #29457
- Fix a syntax error in an XML listing in core-validation.adoc #29456
🔨 Dependency Upgrades
❤ Contributors
Thank you to all the contributors who worked on this release:
@Encyclopedias, @andregasser, @davidcostanzo, @divcon, @jiangying000, @mdeinum, and @wilkinsona
v6.0.0
See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and details of new features.
⭐ New Features
- Avoid direct URL construction and URL equality checks #29486
- Simplify creating RFC 7807 responses from functional endpoints #29462
- Allow test classes to provide runtime hints via declarative mechanisms #29455
📔 Documentation
- Align javadoc of DefaultParameterNameDiscoverer with its behavior #29494
- Document AOT support in the TestContext framework #29482
- Document Ahead of Time processing in the reference guide #29350
🔨 Dependency Upgrades
- Upgrade to Reactor 2022.0.0 #29465
❤ Contributors
Thank you to all the contributors who worked on this release:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.