-
Notifications
You must be signed in to change notification settings - Fork 37
Bump org.springframework.boot:spring-boot-starter-parent from 3.5.7 to 4.0.0 #810
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: develop
Are you sure you want to change the base?
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] <[email protected]>
|
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: FAIRDataPoint/src/main/java/org/fairdatapoint/service/index/common/IndexFeatureAspect.java Lines 29 to 31 in 0803e8a
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)
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.1Dependabot 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 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)