You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/migration.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,21 @@ uacp: Used as link target from Help Portal at https://help.sap.com/products/BTP/
22
22
23
23
[[toc]]
24
24
25
+
## CAP Java 4.9 to CAP Java 5.0 { #four-to-five }
26
+
27
+
### Spring Boot 4
28
+
29
+
CAP Java 5 uses Spring Boot 4 as underlying framework. Consult the [Spring Boot 4.0 Migration Guide](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide) for changes between Spring Boot 3.5 and Spring Boot 4.0.
30
+
31
+
### Minimum Versions
32
+
33
+
CAP Java 4.0 increased some minimum required versions:
34
+
35
+
| Dependency | Minimum Version |
36
+
| --- | --- |
37
+
| Spring Boot | 4.0 |
38
+
| XSUAA | TBD |
39
+
25
40
## CAP Java 3.10 to CAP Java 4.0 { #three-to-four }
0 commit comments