-
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
build(deps): bump org.springframework:spring-webmvc from 6.2.5 to 7.0.3 #3432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
build(deps): bump org.springframework:spring-webmvc from 6.2.5 to 7.0.3 #3432
Conversation
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>
PR SummaryStarted upgrading Spring WebMVC to 7.0.3 by bumping the dependency across multiple services. Updated Changes
autogenerated by presubmit.ai |
There was a problem hiding this 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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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.
Bumps org.springframework:spring-webmvc from 6.2.5 to 7.0.3.
Release notes
Sourced from org.springframework:spring-webmvc's releases.
... (truncated)
Commits
02cdd36Release v7.0.362fd09dPolishing9df19deRevise wording for PauseMode documentation01a57a7Simplify DefaultContextCache implementation by using entrySet().removeIf()b5c2003Fix variable name5f5da06Upgrade to JUnit 6.0.29f19b40Exclude DataAccessException and MessagingException in DisconnectedClientHelpera784eb0Improve DisconnectedClientHelper to better guard ClassNotFoundExceptionfa40406Avoid unnecessary pausing of application contexts for tests948af8bFix typo in JavadocDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)