Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps org.springframework:spring-webmvc from 6.2.5 to 7.0.3.

Release notes

Sourced from org.springframework:spring-webmvc's releases.

v7.0.3

⚠️ Attention Required

  • Introduce Spring property to disable context pausing for tests #36117
  • Avoid unnecessary pausing of application contexts in the TestContext framework #36044

⭐ New Features

  • DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36141
  • Deprecate PagedListHolder and PropertyComparator for removal #36139
  • Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36134
  • Support property placeholders in HTTP service registry #36126
  • Retain original requested bean class for SpringContainedBean #36116
  • Add task rejection support to SyncTaskExecutor's concurrency throttle #36114
  • Precompute PropertyDescriptor array in SimpleBeanInfoFactory #36112
  • Add option for @ConcurrencyLimit to throw rejection exception #36109
  • Support HttpComponents 5.6 #36100
  • Fix double encoding in DefaultApiVersionInserter #36097
  • Optimize single-char wildcard path matching performance #36095
  • Allow WebFlux ApiVersionResolver to return a Mono #36084
  • Configure HttpMessageConverters as a list #36083
  • HTTP Interface with an @RequestBody Object method parameter should use class of actual value #36078
  • Consistently declare @Nullable on parameter in equals() implementations #36075
  • Support listener registration for @Transactional triggered method rollbacks #36073
  • Introduce generalized MethodFailureEvent for use in EventPublicationInterceptor #36072
  • Avoid duplicate flushes in StringHttpMessageConverter #36065
  • When no API version is provided, static resources fail to load #36059
  • When no API version is provided, /error requests also fail. #36058
  • Declare TaskCallback return value as potentially nullable #36057
  • Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet #36056
  • Update to NullAway 0.12.15 and fix new warnings #36054
  • Provide alternative to execute(Retryable) which avoids RetryException in favor of rethrowing the last original RuntimeException #36052
  • Simplify TransactionalOperator.executeAndAwait by removing Optional #36039
  • Deprecated MockMvcClientHttpRequestFactory is required for tests with HTTP service interface proxy #35989
  • Introduce Jackson XML codecs #35752
  • Support listener registration for @Retryable triggered retry executions #35382

🐞 Bug Fixes

  • Fix SmartFactoryBean type matching for ResolvableType.NONE #36123
  • AbstractMessageSendingTemplate ignores headers in convertAndSend() variant #36120
  • JmsClient.sendAndReceive() fails if headers are included #36118
  • PropertyDescriptorUtils does not reliably resolve overloaded write methods #36113
  • Fix context class resolution for nested types in AbstractJacksonHttpMessageConverter #36111
  • DefaultApiVersionInserter encodes already encoded URI #36080
  • ConverterFactory nullness mismatch with Converter #36063
  • WiretapConnector leaks data buffers when response body not consumed #36050
  • CompilationException should not use -1 for line or column numbers when they are unknown #36041
  • org.springframework.core.test.tools.TestCompiler.Errors should handle case where warnings are turned into errors #36037
  • UriComponentsBuilder loses the fragment when it consists of only a single character #36029

... (truncated)

Commits
  • 02cdd36 Release v7.0.3
  • 62fd09d Polishing
  • 9df19de Revise wording for PauseMode documentation
  • 01a57a7 Simplify DefaultContextCache implementation by using entrySet().removeIf()
  • b5c2003 Fix variable name
  • 5f5da06 Upgrade to JUnit 6.0.2
  • 9f19b40 Exclude DataAccessException and MessagingException in DisconnectedClientHelper
  • a784eb0 Improve DisconnectedClientHelper to better guard ClassNotFoundException
  • fa40406 Avoid unnecessary pausing of application contexts for tests
  • 948af8b Fix typo in Javadoc
  • 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 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)

Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.2.5 to 7.0.3.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.5...v7.0.3)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 10, 2026
@github-actions
Copy link

github-actions bot commented Feb 10, 2026

PR Summary

Started upgrading Spring WebMVC to 7.0.3 by bumping the dependency across multiple services. Updated org.springframework:spring-webmvc from 6.2.5 to 7.0.3 in seven pom.xml files. This semver-major upgrade may require compatibility validation for dependent modules. Commit history shows release v7.0.3 and related polish commits.

Changes

File Summary
microservices-aggregrator/aggregator-service/pom.xml Bumped org.springframework:spring-webmvc from 6.2.5 to 7.0.3 in the aggregator-service POM. Change limited to the dependency version; no other config changed. Semver-major upgrade; downstream compatibility should be validated.
microservices-aggregrator/information-microservice/pom.xml Bumped org.springframework:spring-webmvc from 6.2.5 to 7.0.3 in the information-microservice POM. Only the version was updated; no other modifications.
microservices-aggregrator/inventory-microservice/pom.xml Bumped org.springframework:spring-webmvc from 6.2.5 to 7.0.3 in the inventory-microservice POM. Version updated only.
microservices-api-gateway/api-gateway-service/pom.xml Bumped org.springframework:spring-webmvc from 6.2.5 to 7.0.3 in the api-gateway-service POM. Version updated only.
microservices-api-gateway/image-microservice/pom.xml Bumped org.springframework:spring-webmvc from 6.2.5 to 7.0.3 in the image-microservice POM. Version updated only.
microservices-api-gateway/price-microservice/pom.xml Bumped org.springframework:spring-webmvc from 6.2.5 to 7.0.3 in the price-microservice POM. Version updated only.
page-controller/pom.xml Bumped org.springframework:spring-webmvc from 6.2.5 to 7.0.3 in the page-controller POM. Version updated only.

autogenerated by presubmit.ai

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 Pull request needs attention.

Review Summary

Commits Considered (1)
  • a41e937: build(deps): bump org.springframework:spring-webmvc from 6.2.5 to 7.0.3

Bumps org.springframework:spring-webmvc from 6.2.5 to 7.0.3.


updated-dependencies:

  • dependency-name: org.springframework:spring-webmvc
    dependency-version: 7.0.3
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] support@github.com

Files Processed (7)
  • microservices-aggregrator/aggregator-service/pom.xml (1 hunk)
  • microservices-aggregrator/information-microservice/pom.xml (1 hunk)
  • microservices-aggregrator/inventory-microservice/pom.xml (1 hunk)
  • microservices-api-gateway/api-gateway-service/pom.xml (1 hunk)
  • microservices-api-gateway/image-microservice/pom.xml (1 hunk)
  • microservices-api-gateway/price-microservice/pom.xml (1 hunk)
  • page-controller/pom.xml (1 hunk)
Actionable Comments (7)
  • microservices-aggregrator/aggregator-service/pom.xml [41-41]

    maintainability: "Major upgrade risk: spring-webmvc 7.0.3"

  • microservices-aggregrator/information-microservice/pom.xml [41-41]

    maintainability: "Major upgrade risk: spring-webmvc 7.0.3"

  • microservices-aggregrator/inventory-microservice/pom.xml [41-41]

    maintainability: "Major upgrade risk: spring-webmvc 7.0.3"

  • microservices-api-gateway/api-gateway-service/pom.xml [41-41]

    maintainability: "Major upgrade risk: spring-webmvc 7.0.3"

  • microservices-api-gateway/image-microservice/pom.xml [41-41]

    maintainability: "Major upgrade risk: spring-webmvc 7.0.3"

  • microservices-api-gateway/price-microservice/pom.xml [41-41]

    maintainability: "Major upgrade risk: spring-webmvc 7.0.3"

  • page-controller/pom.xml [45-45]

    maintainability: "Major upgrade risk: spring-webmvc 7.0.3"

Skipped Comments (0)

<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.5</version>
<version>7.0.3</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a semver-major upgrade of Spring WebMVC (6.x to 7.0.3). Verify compatibility with the Spring Boot version in use and ensure there are no mixed Spring Framework versions across the project. Consider validating Java version compatibility (Spring Framework 7 typically requires Java 17+). Also plan to run full regression tests because API changes may affect controllers, config, or security-related components.

<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.5</version>
<version>7.0.3</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a semver-major upgrade of Spring WebMVC (6.x to 7.0.3). Verify compatibility with the Spring Boot version and ensure consistency with other Spring dependencies. Check Java version requirements and potential Jakarta namespace changes that may impact source code using legacy javax APIs. Plan comprehensive tests.

<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.5</version>
<version>7.0.3</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a semver-major upgrade of Spring WebMVC (6.x to 7.0.3). Ensure the parent Spring Boot version supports Spring Framework 7 and that you don't have conflicting versions on the classpath. Prepare for possible API changes between 6.x and 7.0.x and run full integration tests.

<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.5</version>
<version>7.0.3</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a semver-major upgrade of Spring WebMVC (6.x to 7.0.3). Confirm compatibility with the rest of the Spring stack (Boot, other Spring modules) and Java version requirements. If you rely on Java EE javax packages, be prepared for namespace changes in 7.2+ or later releases. Plan regression tests.

<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.5</version>
<version>7.0.3</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a semver-major upgrade of Spring WebMVC (6.x to 7.0.3). Ensure alignment with Spring Boot and other Spring dependencies to avoid classpath conflicts. Verify Java version and prepare for potential changes in API surface or config behavior. Execute end-to-end tests.

<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.5</version>
<version>7.0.3</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a semver-major upgrade of Spring WebMVC (6.x to 7.0.3). Validate compatibility with the rest of the dependency graph and ensure Java version requirements are met. Be aware of potential API changes and run comprehensive tests.

<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.5</version>
<version>7.0.3</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a semver-major upgrade of Spring WebMVC (6.x to 7.0.3). Ensure consistency with the rest of Spring dependencies across modules and validate Java version compatibility. Expect possible API changes and run thorough integration tests.

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants