Skip to content

Commit 3972baa

Browse files
cds-services-archetype: JDK 25 support (#2118)
Co-authored-by: Mahati Shankar <[email protected]>
1 parent 4b76c68 commit 3972baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/developing-applications/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@ It supports the following command-line options:
335335
| `-Dpackage=<a valid Java package>` | The Java package for your project's classes. Defaults to `${groupId}.${artifactId}`. |
336336
| `-DincludeModel=true` | Adds a minimalistic sample CDS model to the project. |
337337
| `-DincludeIntegrationTest=true` | Adds an integration test module to the project. |
338-
| `-DodataVersion=[v2\|v4]` | Specify which protocol adapter is activated by default. |
338+
| `-DodataVersion=[v2\|v4]` | Specify which protocol adapter is activated by default. Defaults to `v4`|
339339
| `-DtargetPlatform=cloudfoundry` | Adds CloudFoundry target platform support to the project. |
340340
| `-DinMemoryDatabase=[h2\|sqlite]` | Specify which in-memory database is used for local testing. If not specified, the default value is `h2`. |
341-
| `-DjdkVersion=[17\|21]` | Specifies the target JDK version. If not specified, the default value is `21`. |
341+
| `-DjdkVersion=[17\|21\|25]` | Specifies the target JDK version. Defaults to `21`. |
342342
| `-Dpersistence=[true\|false]` | Specify whether persistence is enabled (`true`) or disabled (`false`). Defaults to `true`. |
343343
| `-DcdsdkVersion=<a valid cds-dk version>` | Sets the provided cds-dk version in the project. If not specified, the default of CAP Java is used. |
344344

0 commit comments

Comments
 (0)