Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2025

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

Release notes

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

v7.0.0-M8

⭐ New Features

  • Only add httpServiceProxyRegistry bean when necessary #35307
  • Introduce @Proxyable annotation for bean-specific proxy type #35296
  • Introduce bean definition attribute for enforcing an interface-based proxy #35293
  • Let Spring Boot consistently switch to CGLIB proxies for any proxy processor (including @Retryable, @Async etc.) #35286
  • HTTP method support in MappedInterceptor #35273
  • Post process outgoing messages in JmsClient #35271
  • Introduce ConfigurableApplicationContext.pause() and SmartLifecycle.isPauseable() #35269
  • Provide support to configure request interceptors in RestTestClient #35268
  • Provide more control over validation in DefaultApiVersionStrategy #35267
  • PathApiVersionResolver should not be nullable #35265
  • Replace useRequestParam with useQueryParam in ApiVersionConfigurer to align with client #35263
  • Add support for MediaType in ApiVersionInserter #35259
  • ApiVersionConfigurer misconfiguration is hard to detect when no version resolvers are added #35256
  • Support HttpServiceClient annotation #35244
  • Prefer mapping without version for requests without a version #35237
  • Provide @WebSocketScope annotation and public SCOPE_WEBSOCKET constant (for consistency with @RequestScope and co) #35235
  • Allow getting receipt from StompSession.Subscription.unsubscribe() #35224
  • Support wildcard path elements at the start of path patterns #35213
  • Improve handling of request parameter without values in MockMvc #35210
  • Display original request URI in NoResourceFoundException message #34553
  • Add RestTestClient #34428
  • Support Hibernate StatelessSession [SPR-2495] #7184

🐞 Bug Fixes

  • Fix JacksonJsonSockJsMessageCodec imports #35309
  • IllegalStateException: No API version attribute #35236

📔 Documentation

  • Document constraints for HTTP range requests #35227

🔨 Dependency Upgrades

  • Upgrade to Hibernate ORM 7.1 #35308
  • Upgrade to Jackson 3.0.0-rc6 and 2.19.2 #35228
  • Upgrade to Jackson 3.0.0-rc8 and 2.20.0-rc1 #35295
  • Upgrade to Jetty 12.1.0.beta3 #35233
  • Upgrade to Micrometer 1.16.0-M2 #35311
  • Upgrade to Reactor 2025.0.0-M6 #35310

❤️ Contributors

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

@​FBibonne, @​NeatGuyCoding, @​SRIRAM9487, @​Songdoeon, @​philwebb, and @​rworsnop

Commits
  • 13ebf96 Release v7.0.0-M8
  • a23230b Merge branch '6.2.x'
  • e208506 Next development version (v6.2.11-SNAPSHOT)
  • fcc092d Merge branch '6.2.x'
  • edda473 Build against Java 24
  • 367b229 Merge branch '6.2.x'
  • 9fa2d7d Upgrade to Jackson 2.18.4.1
  • c30427f Upgrade to Netty 4.1.124.Final
  • 1af95a0 Upgrade to Jackson 3.0.0-rc8 and 2.20.0-rc1
  • 8ec0c21 MockMvc handles param without values
  • 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 Aug 14, 2025
jzheaux added a commit that referenced this pull request Aug 15, 2025
jzheaux added a commit that referenced this pull request Aug 15, 2025
@jzheaux jzheaux force-pushed the dependabot/gradle/main/org.springframework-spring-framework-bom-7.0.0-M8 branch from db026c3 to bec7258 Compare August 15, 2025 21:18
@jzheaux jzheaux self-assigned this Aug 15, 2025
@jzheaux jzheaux added the in: build An issue in the build label Aug 15, 2025
@jzheaux jzheaux added this to the 7.0.0-M2 milestone Aug 15, 2025
jzheaux added a commit that referenced this pull request Aug 15, 2025
@jzheaux jzheaux force-pushed the dependabot/gradle/main/org.springframework-spring-framework-bom-7.0.0-M8 branch from bec7258 to e4a9a91 Compare August 15, 2025 22:15
jzheaux and others added 3 commits August 15, 2025 16:22
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.0-M7 to 7.0.0-M8.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v7.0.0-M7...v7.0.0-M8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@jzheaux jzheaux force-pushed the dependabot/gradle/main/org.springframework-spring-framework-bom-7.0.0-M8 branch from e4a9a91 to a9728f8 Compare August 15, 2025 22:23
@rwinch rwinch merged commit 319c7a4 into main Aug 18, 2025
7 checks passed
rwinch pushed a commit that referenced this pull request Aug 18, 2025
rwinch pushed a commit that referenced this pull request Aug 18, 2025
@dependabot dependabot bot deleted the dependabot/gradle/main/org.springframework-spring-framework-bom-7.0.0-M8 branch August 18, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: build An issue in the build type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants