Skip to content
Open
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
8 changes: 8 additions & 0 deletions java/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ None
3. Changed default value of properties:
None

### Changes in the `cds-services-archetype`

The `cds-services-archetype` is used by the `@sap/cds-dk` to generate initial CAP Java projects.

#### Default JDK version

The default JDK version of new CAP Java projects has been changed to JDK **25**. The minimum required JDK version is still 17, this has not been changed.

### Removed repackaged Olingo Dependencies { #removed-olingo-4-to-5 }

The internally used maven modules `repackaged/odata-v4-lib` and `repackaged/odata-v2-lib` are removed from the delivery. If the project directly references these modules and doesn't compile after migrating to CAP Java 5.x, there are 3 options to keep the compatibility of the code base:
Expand Down
Loading