-
Notifications
You must be signed in to change notification settings - Fork 11
Bump org.springframework.boot from 3.5.8 to 4.0.0 in /backend #3491
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
Bump org.springframework.boot from 3.5.8 to 4.0.0 in /backend #3491
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
|
https://github.com/digitalservicebund/neuris-juris-xml-export/pull/289 needs to be merged first |
rvp-c
left a comment
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.
looks good so far, but i will go over it again tomorrow.
backend/src/main/java/de/bund/digitalservice/ris/caselaw/config/ConverterConfig.java
Show resolved
Hide resolved
rvp-c
left a comment
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.
Looks good for. Only some questions, but only for understanding the changes.
...digitalservice/ris/caselaw/adapter/database/jpa/PostgresDocumentationUnitRepositoryImpl.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/de/bund/digitalservice/ris/caselaw/config/ConverterConfig.java
Show resolved
Hide resolved
backend/src/main/java/de/bund/digitalservice/ris/caselaw/config/YearDeserializer.java
Show resolved
Hide resolved
backend/src/test/java/de/bund/digitalservice/ris/caselaw/adapter/DocxConverterServiceTest.java
Show resolved
Hide resolved
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
RISDEV-10437
|



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)