Bump org.springframework.boot:spring-boot-starter-parent from 3.5.7 to 4.0.0#810
Conversation
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.7 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
TODO:
Notes:
|
|
Current test failures are due to As far as I can see, we do use aspect oriented programming, even if only in one class: So we should probably proceed with the rename. |
also add companion module spring-boot-starter-aspectj-test as suggested in [1] [1]: https://spring.io/blog/2025/10/28/modularizing-spring-boot#how-to-migrate-to-spring-boot-4
…er-web and add corresponding test companion module following suggestions from [1] [1]: https://spring.io/blog/2025/10/28/modularizing-spring-boot#how-to-migrate-to-spring-boot-4
|
We can probably do without the explicit (unless we need to keep the |
|
We can also do without |
because it is implicit in spring-boot-starter-security-test
for consistency
|
Spring-boot 4 switched from hibernate 6 to hibernate 7 (search for
|
because this is implicit in the spring-boot test modules beware: may need to restore this in order to exclude 'android-json' again, if necessary
and corresponding test starter required when using flyway in spring-boot 4
as required for hibernate 7 [2] [2]: https://docs.hibernate.org/orm/7.0/migration-guide/#misc-spi
because spring-boot 4 uses hibernate 7.1 (latest version remains the same: 3.12.0)
|
A newer version of org.springframework.boot:spring-boot-starter-parent exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps org.springframework.boot:spring-boot-starter-parent from 3.5.7 to 4.0.0.
Release notes
Sourced from org.springframework.boot:spring-boot-starter-parent's releases.
... (truncated)
Commits
1c0e08bRelease v4.0.03487928Merge branch '3.5.x'29b8e96Switch make-default in preparation for Spring Boot 4.0.088da0ddMerge branch '3.5.x'56feeaaNext development version (v3.5.9-SNAPSHOT)3becdc7Move server.error properties to spring.web.error2b30632Merge branch '3.5.x'4f03b44Merge branch '3.4.x' into 3.5.x3d15c13Next development version (v3.4.13-SNAPSHOT)dc140dfUpgrade to Spring Framework 7.0.1You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)