Skip to content

Commit 2f0c20b

Browse files
authored
CAP Java: Migration Guide 4 to 5 (#2427)
1 parent 6af54cd commit 2f0c20b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

java/migration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@ uacp: Used as link target from Help Portal at https://help.sap.com/products/BTP/
2222

2323
[[toc]]
2424

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+
2540
## CAP Java 3.10 to CAP Java 4.0 { #three-to-four }
2641

2742
### New License

0 commit comments

Comments
 (0)