This repository was archived by the owner on Jul 27, 2026. It is now read-only.
Commit 5267d56
Bump org.springframework.boot from 3.5.8 to 4.0.0 in /backend (#3491)
* Bump org.springframework.boot from 3.5.8 to 4.0.0 in /backend
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>
* Bump org.springframework.cloud:spring-cloud-starter-kubernetes-client-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>
* Bump org.hibernate:hibernate-jpamodelgen in /backend
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>
* Fix flyway
RISDEV-10437
* Replace PostgreSQLEnumJdbcType with NAMED_ENUM
RISDEV-10437
* Rename HttpHeaders#containsKey to containsHeader
RISDEV-10437
* Replace hibernate NullPrecedence with jpa Nulls
RISDEV-10437
* Adjust spring module names
RISDEV-10437
* Fix test dependencies
RISDEV-10437
* Add missing MockitoExtension
RISDEV-10437
* Update to jackson 3
* 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
* Parse JsonPatch using jackson 2
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
* Fix deserialization of null values for booleans
RISDEV-10437
* Fix criteria for creatingDocumentationOffice
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
* Fix use of redis in health check
RISDEV-10437
* Fix searching linkable documentation units
RISDEV-10437
* Use JPA Metamodel API instead of strings
RISDEV-10437
* Update neuris-juris-xml-export
RISDEV-10437
* Add deprecation Javadoc comments
RISDEV-10437
* Remove unneeded throws statements
RISDEV-10437
* Replace deprecated JacksonXmlRootElement
RISDEV-10437
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Malte Laukötter <malte.laukoetter@digitalservice.bund.de>1 parent d1a752a commit 5267d56
63 files changed
Lines changed: 288 additions & 206 deletions
File tree
- backend
- src
- main
- java/de/bund/digitalservice/ris/caselaw
- adapter
- database/jpa
- config
- domain/court
- resources
- test/java/de/bund/digitalservice/ris/caselaw
- adapter
- authorization
- eurlex
- domain
- integration/tests
- webtestclient
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | | - | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
200 | | - | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
204 | | - | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
212 | | - | |
213 | | - | |
| 213 | + | |
| 214 | + | |
214 | 215 | | |
215 | | - | |
| 216 | + | |
| 217 | + | |
216 | 218 | | |
217 | 219 | | |
218 | 220 | | |
| |||
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
254 | 265 | | |
255 | 266 | | |
256 | 267 | | |
| |||
263 | 274 | | |
264 | 275 | | |
265 | 276 | | |
266 | | - | |
| 277 | + | |
267 | 278 | | |
268 | 279 | | |
269 | 280 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 42 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
955 | 955 | | |
956 | 956 | | |
957 | 957 | | |
958 | | - | |
959 | | - | |
960 | | - | |
961 | | - | |
| 958 | + | |
962 | 959 | | |
963 | 960 | | |
964 | 961 | | |
| |||
976 | 973 | | |
977 | 974 | | |
978 | 975 | | |
979 | | - | |
| 976 | + | |
| 977 | + | |
980 | 978 | | |
981 | 979 | | |
982 | 980 | | |
983 | 981 | | |
984 | 982 | | |
985 | 983 | | |
986 | 984 | | |
987 | | - | |
| 985 | + | |
988 | 986 | | |
989 | 987 | | |
990 | 988 | | |
| |||
993 | 991 | | |
994 | 992 | | |
995 | 993 | | |
996 | | - | |
| 994 | + | |
997 | 995 | | |
998 | 996 | | |
999 | 997 | | |
1000 | 998 | | |
1001 | 999 | | |
1002 | 1000 | | |
1003 | | - | |
| 1001 | + | |
| 1002 | + | |
1004 | 1003 | | |
1005 | 1004 | | |
1006 | 1005 | | |
1007 | 1006 | | |
1008 | 1007 | | |
1009 | | - | |
| 1008 | + | |
| 1009 | + | |
1010 | 1010 | | |
1011 | 1011 | | |
1012 | | - | |
| 1012 | + | |
| 1013 | + | |
1013 | 1014 | | |
1014 | 1015 | | |
1015 | 1016 | | |
1016 | 1017 | | |
1017 | 1018 | | |
1018 | 1019 | | |
1019 | 1020 | | |
1020 | | - | |
| 1021 | + | |
| 1022 | + | |
1021 | 1023 | | |
1022 | 1024 | | |
1023 | 1025 | | |
1024 | | - | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
| 1026 | + | |
1032 | 1027 | | |
1033 | 1028 | | |
1034 | 1029 | | |
1035 | 1030 | | |
1036 | 1031 | | |
1037 | | - | |
| 1032 | + | |
1038 | 1033 | | |
1039 | 1034 | | |
1040 | 1035 | | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
1041 | 1049 | | |
1042 | 1050 | | |
1043 | 1051 | | |
1044 | | - | |
| 1052 | + | |
| 1053 | + | |
1045 | 1054 | | |
1046 | | - | |
| 1055 | + | |
| 1056 | + | |
1047 | 1057 | | |
1048 | 1058 | | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | | - | |
1060 | | - | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
1061 | 1069 | | |
1062 | 1070 | | |
1063 | 1071 | | |
| |||
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
567 | | - | |
| 567 | + | |
568 | 568 | | |
569 | | - | |
570 | | - | |
| 569 | + | |
571 | 570 | | |
572 | 571 | | |
573 | | - | |
574 | | - | |
| 572 | + | |
575 | 573 | | |
576 | 574 | | |
577 | 575 | | |
| |||
0 commit comments