From a5f2e61496132efe56fa7248e284974904b53b9c Mon Sep 17 00:00:00 2001 From: Vladimir Mikhaylenko Date: Tue, 12 May 2026 15:05:57 +0200 Subject: [PATCH] Document codegen module migration in 5.0 --- java/migration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/migration.md b/java/migration.md index 7d6b4d281..f3503fed3 100644 --- a/java/migration.md +++ b/java/migration.md @@ -157,6 +157,10 @@ The internally used maven modules `repackaged/odata-v4-lib` and `repackaged/odat 3. Use upstream open-source Apache Olingo. Change dependencies from corresponding internal CAP `mvn` modules to OSS packages `org.apache.olingo:olingo-odata4`, `org.apache.olingo:olingo-odata2` +#### Module `com.sap.cds:cds4j-codegen` is removed + +The module `cds4j-codegen` is no longer available in CAP 5.0. The module `com.sap.cds:cds-services-code-generator` is delivered instead. + ## CAP Java 3.10 to CAP Java 4.0 { #three-to-four } ### New License