You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -479,7 +481,7 @@ Other options in this goal enable or disable certain features that change the wa
479
481
- Leading `_` will remain in the name after conversions. This supports conventions where an association and its foreign key have names like `_assoc` and `assoc`.
480
482
These conversions no longer influence the splitting.
The method `getService()` in generated [event-specific Event Context interfaces](../event-handlers/#eventcontext) is overridden to return the typed service interface instead of the generic `Service` type.
485
487
@@ -517,7 +519,7 @@ Following levels of the details are available:
517
519
518
520
-`NONE` - no `@Generated` annotation is added. This is not recommended.
519
521
520
-
###Using a Local cds-dk
522
+
## Using a Local cds-dk
521
523
522
524
Starting with version 3.6.0 of the `cds-services-archetype`, the default setup of a newly created CAP Java project has changed. The `@sap/cds-dk` is maintained as a `devDependency` in `package.json` and installed with an `npm ci` during the Maven build.
523
525
The `install-cdsdk` goal is no longer used to install the `@sap/cds-dk` locally and it's also marked as deprecated. The version of the `@sap/cds-dk` is no longer maintained in _pom.xml_, it's configured in the _package.json_:
@@ -534,7 +536,7 @@ A `package-lock.json` is also created during project creation with the `cds-serv
534
536
For multitenant applications, ensure that the `@sap/cds-dk` version in the sidecar is in sync.
535
537
:::
536
538
537
-
####MigrateFromGoal `install-cdsdk` to `npm ci`
539
+
### Migrate From Goal `install-cdsdk` to `npm ci`
538
540
{ #migration-install-cdsdk }
539
541
540
542
To migrate from the deprecated goal `install-cdsdk` to the new `npm ci` approach, the following steps are required:
0 commit comments