We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Polishing
Removed support for javax.annotation and javax.inject annotations
Class-File API support with gh-33616
Remove reference to BDDMockito
Revise wording
api versioning with gh-34565
optional in spel gh-20433
HTTP headers in Servlet gh-34467
beanregistrar feature gh-34574
mention HttpHeaders changes
refine section for gh-34410
Fix broken links to upgrade notes
mention gh-34410
Updated Spring Framework 6.2 Release Notes (markdown)
Updated Spring Framework 7.0 Release Notes (markdown)
Remove trailing whitespaces
Add note about placeholder resolution change
mention 31007 and 33051
Link to GraalVM metadata documentation page
mention misc removals
paht mapping options removal
start deprecations section
mention nullability changes
retire the spring-jcl module
Fix spelling mistakes and improve wording
Improve Spring Framework Artifacts wiki page Prior to this commit, the Spring Framework Artifacts wiki page only provided examples of configuring the version for spring-context which lead to confusion for users who are unfamiliar with dependency management. This commit therefore revises the wiki page as follows. - Clarify that the spring-context examples are meant to demonstrate how to configure the version for a single Spring Framework artifact. - Split repository and dependency configuration examples. - Provide guidance for upgrading the Spring Framework version for Spring Boot users. Closes https://github.com/spring-projects/spring-framework/issues/34002