Bump org.springframework.boot from 3.5.8 to 4.0.0 in /backend#3491
Merged
malte-laukoetter merged 21 commits intomainfrom Dec 18, 2025
Merged
Conversation
b688401 to
31db9d9
Compare
d73bc7a to
18abe0b
Compare
057e725 to
c47bf69
Compare
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.8 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.8...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…-config Bumps [org.springframework.cloud:spring-cloud-starter-kubernetes-client-config](https://github.com/spring-cloud/spring-cloud-kubernetes) from 3.3.0 to 5.0.0. - [Release notes](https://github.com/spring-cloud/spring-cloud-kubernetes/releases) - [Commits](spring-cloud/spring-cloud-kubernetes@v3.3.0...v5.0.0) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-starter-kubernetes-client-config dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) from 6.6.36.Final to 7.1.11.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.11/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.36...7.1.11) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-jpamodelgen dependency-version: 7.1.11.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
* Replace ObjectMapper with JsonMapper * Remove no longer needed json converters * Remove jsr310 time * Adjust jackson imports We need to use Jackson 2 for the patch imports but want to use Jackson 3 for everything else RISDEV-10437
The library we use for json patch support does not support Jackson 3 yet Therefore, we created a Serializer and Deserializer that call the Jackson 2 ObjectMapper for the JsonPatch class. RISDEV-10437
RISDEV-10437
The field creatingDocumentationOffice couldn't be found as it is only part of DocumentationUnitDTO. With Spring Boot 4 the Root object needs to actually be created from the correct class (it worked before eventhough creatingDocumentationOffice is only a part of DecisionDTO). RISDEV-10437
RISDEV-10437
4b7f073 to
5086ceb
Compare
Member
|
https://github.com/digitalservicebund/neuris-juris-xml-export/pull/289 needs to be merged first |
rvp-c
reviewed
Dec 16, 2025
Contributor
rvp-c
left a comment
There was a problem hiding this comment.
looks good so far, but i will go over it again tomorrow.
rvp-c
approved these changes
Dec 18, 2025
Contributor
rvp-c
left a comment
There was a problem hiding this comment.
Looks good for. Only some questions, but only for understanding the changes.
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps org.springframework.boot from 3.5.8 to 4.0.0.
Release notes
Sourced from org.springframework.boot'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'dc140dfUpgrade to Spring Framework 7.0.175da8b8Align restclient-test properties with module's name331e9bcRemove metadata for previously deleted propertyDependabot 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)