Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2025

Bumps org.springframework:spring-framework-bom from 7.0.0-M8 to 7.0.0-M9.

Release notes

Sourced from org.springframework:spring-framework-bom's releases.

v7.0.0-M9

⭐ New Features

  • Align JpaTransactionManager default for nestedTransactionAllowed flag #35457
  • Introduce onRetryPolicyInterruption() callback in RetryListener #35442
  • Add DataFieldMaxValueIncrementer for SQLite #35440
  • Consistent support for non-default NIO.2 FileSystems #35435
  • Include exceptions for previous attempts in RetryException thrown for an InterruptedException #35434
  • Include current exception in log message for failed retry attempt #35433
  • Remove HttpServiceClient Annotation Support #35431
  • Deprecate put(MergedContextConfiguration, ApplicationContext) in ContextCache #35415
  • ServerSentEventHttpMessageReader should process empty data lines #35412
  • Make it possible to stream "application/grpc" in Spring MVC via Flux #35401
  • Add createException method to ConvertibleClientHttpResponse in RestClient #35391
  • Consider throwing an error if setVersionRequired and setDefaultVersion are called on ApiVersionConfigurer #35387
  • Accept maxAttempts(0) in RetryPolicy builder #35362
  • Generate consistent validation error messages in RetryPolicy #35355
  • Drop support for Undertow as it is not Servlet 6.1 compatible #35354
  • Expose retry attempts in RetryException #35351
  • RetryException#getCause should not be nullable #35332
  • Refine CORS logging for non-processed requests due to no CORS configuration #35314
  • Refine Jackson 3 constructors to accept only JsonMapper instances for JSON #35282
  • Revise StartupStep to implement AutoCloseable #35277
  • Add compression support in JdkClientHttpRequestFactory #35225
  • Add support for Micrometer context propagation in Kotlin coroutines #35185
  • Add support for Forwarded By HTTP header #34683
  • Update HttpStatus to align with RFC9110 where relevant #32870
  • ContextCache should close evicted context before loading new context #21007

🐞 Bug Fixes

  • Refine Nullness for Kotlin functions returning Unit #35420
  • Invalid Nullness information for Kotlin properties #35419
  • ApiVersionConfigurer.setVersionRequired(...) does not result in MissingApiVersionException #35386
  • RestTestClient returns null response body #35385
  • Interface client methods that return InputStreams do not throw exceptions on bad HTTP status codes #35375
  • @Retryable cannot be used with with @HttpServiceClient due to NullPointerException #35353
  • Wrong PathPattern parsing for segments ending in '**' #35339
  • RetryTemplate should officially expose RetryException to RetryListener.onRetryPolicyExhaustion() #35334
  • Restore mixed usage support with uri() and queryParam() for query parameters in AbstractMockHttpServletRequestBuilder.buildRequest() #35329
  • Kotlinx Serialization doesn't work when using ResponseEntity #35281
  • "Failed to read candidate component class" with classfile metadata reading #35252

📔 Documentation

  • Docs: Rework mvc-jsp section with JavaConfig example (per review feedback) #35444
  • Document programmatic retry support in the reference manual #35436
  • Improve reference docs on API versioning by path #35421
  • Fix typo in websocket doc #35393
  • Refine null-safety tooling introduction #35383

... (truncated)

Commits
  • 04492c3 Release v7.0.0-M9
  • e89056c Merge branch '6.2.x'
  • cbdd107 Next development version (v6.2.12-SNAPSHOT)
  • f2972d8 Merge branch '6.2.x'
  • d17601e Upgrade to Undertow 2.3.19, RxJava 3.1.11, Aalto 1.3.3
  • 5b38761 Clarify intended nestedTransactionAllowed default in JpaTransactionManager
  • 59804ab Align JpaTransactionManager default for nestedTransactionAllowed flag
  • dd60fdd Always process SSE "data:" line
  • 3702031 Improve docs on versioning by path segment
  • 15c5cf4 Merge branch '6.2.x'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the type: dependency-upgrade A dependency upgrade label Sep 12, 2025
@rwinch
Copy link
Member

rwinch commented Sep 12, 2025

@dependabot rebase

Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.0-M8 to 7.0.0-M9.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v7.0.0-M8...v7.0.0-M9)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-version: 7.0.0-M9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/gradle/main/org.springframework-spring-framework-bom-7.0.0-M9 branch from 4154152 to 4662c60 Compare September 12, 2025 03:17
@rwinch rwinch enabled auto-merge (rebase) September 12, 2025 03:28
@rwinch rwinch self-assigned this Sep 12, 2025
@rwinch rwinch added this to the 7.0.0-M3 milestone Sep 12, 2025
@rwinch rwinch merged commit f0f272d into main Sep 12, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/main/org.springframework-spring-framework-bom-7.0.0-M9 branch September 12, 2025 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant