Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions java/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ CAP Java uses various dependencies that are also used by the applications themse
If the applications decide to manage the versions of these dependencies, it's helpful to know the minimum versions of these dependencies that CAP Java requires.
The following table lists these minimum versions for various common dependencies, based on the latest release:

#### Active Version 2.x { #dependencies-version-2 }

#### Active Version 3.x { #dependencies-version-3 }

| Dependency | Minimum Version | Recommended Version |
| --- | --- | --- |
| JDK | 17 | 21<sup>1</sup> |
| JDK | 17 | 21 |
| Maven | 3.6.3 | 3.9.8 |
| @sap/cds-dk | 7 | latest |
| @sap/cds-compiler | 4 | latest |
Expand All @@ -74,7 +75,18 @@ The following table lists these minimum versions for various common dependencies
| SAP Cloud SDK | 5.9 | latest |
| Java Logging | 3.7 | latest |

<sup>1</sup> When using the SAP Business Application Studio JDK 17 is recommended.
#### Maintenance Version 2.10.x { #dependencies-version-2 }

| Dependency | Minimum Version | Recommended Version |
| --- | --- | --- |
| JDK | 17 | 21 |
| Maven | 3.5.0 | 3.9.8 |
| @sap/cds-dk | 6 | 7 |
| @sap/cds-compiler | 3 | 4 |
| Spring Boot | 3.0 | latest |
| XSUAA | 3.0 | latest |
| SAP Cloud SDK | 4.24 | latest |
| Java Logging | 3.7 | latest |

::: warning
The Cloud SDK BOM `sdk-bom` manages XSUAA until version 2.x, which isn't compatible with CAP Java 2.x.
Expand All @@ -83,16 +95,6 @@ You have two options:
* Or, add [dependency management for XSUAA](https://github.com/SAP/cloud-security-services-integration-library#installation) before Cloud SDK's `sdk-bom`.
:::

#### Maintenance Version 1.34.x

| Dependency | Minimum Version | Recommended Version |
| --- | --- | --- |
| JDK | 8 | 17 |
| @sap/cds-dk | 4 | 6 |
| @sap/cds-compiler | 2 | 3 |
| Spring Boot | 2.7 | 2.7 |
| XSUAA | 2.13 | latest |
| SAP Cloud SDK | 4.10 | 4.29.0 |

### Consistent Versions

Expand Down