Skip to content

Comments

Upgrade Spring 7.0.4 -> 7.0.5#2112

Open
Picnic-DevPla-Bot wants to merge 1 commit intomasterfrom
renovate/spring-7.0.x
Open

Upgrade Spring 7.0.4 -> 7.0.5#2112
Picnic-DevPla-Bot wants to merge 1 commit intomasterfrom
renovate/spring-7.0.x

Conversation

@Picnic-DevPla-Bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
Spring import patch 7.0.4 -> 7.0.5

Release Notes

spring-projects/spring-framework (Spring)

v7.0.5

Compare Source

⚠️ Attention Required

  • Optimize request and response header handling in Spring MVC #​36334

⭐ New Features

  • Consistent adaptation of HTTP headers on Servlet responses #​36343
  • Copy methodAnnotations in MethodParameter copy constructor #​36342
  • Improve performance of validation groups determination in WebFlux #​36336
  • Reuse AnnotatedMethod annotation cache in derived instances #​36322
  • Optimize the addition of a charset to the MediaType in AbstractHttpMessageConverter #​36320
  • Optimize MediaType(MediaType, Charset) constructor #​36318
  • Detect all common size exceptions from Tomcat and Commons FileUpload 2.x #​36317
  • Consistently support @Autowired as a meta-annotation #​36315
  • Avoid duplicate required attribute lookup for @Autowired annotations #​36314
  • Cache @ResponseBody presence per controller class in RequestResponseBodyMethodProcessor #​36311

🐞 Bug Fixes

  • ResolvableType#getGenerics() breaks serialization #​36346
  • DefaultHttpMessageConverters not adding provided configurer #​36332
  • Restore early MessageConsumer creation for temporary queue #​36321
  • Multipart upload leak on client abort (ByteBuf.release() not called) #​36262

📔 Documentation

  • Document that SpEL expressions using Optional with null-safe and Elvis operators are not compilable #​36331
  • Improve documentation of baseline API version to emphasize version must be supported #​36316
  • Stop referring to obsolete ListenableFuture in documentation #​36313
  • Stop referring to standard Java features as "Java 8" features in documentation #​36310

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Niravil and @​TAKETODAY


  • If you want to rebase/retry this PR, check this box

@github-actions
Copy link

github-actions bot commented Feb 20, 2026

Suggested commit message:

Upgrade Spring 7.0.4 -> 7.0.5 (#2112)

See:
- https://github.com/spring-projects/spring-framework/releases/tag/v7.0.5
- https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5

@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2026

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

This pull request updates the Spring Framework BOM (Bill of Materials) dependency version in the Maven configuration from 7.0.4 to 7.0.5, applying a minor version increment to the dependency management configuration.

Changes

Cohort / File(s) Summary
Dependency Version Update
pom.xml
Updated Spring Framework BOM version from 7.0.4 to 7.0.5 in the dependencyManagement section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • Upgrade Spring 7.0.3 -> 7.0.4 #2105: Performs a related sequential version bump of the same org.springframework:spring-framework-bom dependency (7.0.3→7.0.4), indicating an ongoing pattern of incremental Spring Framework updates.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: upgrading Spring Framework from version 7.0.4 to 7.0.5, which matches the changeset.
Description check ✅ Passed The description is directly related to the changeset, providing detailed release notes and a summary table of the Spring dependency upgrade from 7.0.4 to 7.0.5.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/spring-7.0.x

Comment @coderabbitai help to get the list of available commands and usage tips.

@Stephan202 Stephan202 added this to the 0.29.0 milestone Feb 20, 2026
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants