Commit e710625
Use CAP Java 4.0.2, cds-dk ^9 and cds-mtxs ^3 (#498)
This PR updates the Bookshop to new major versions of several CAP
components:
- CAP Java 4.0.2
- @sap/cds-dk ^9
- @sap/cds ^9
- @sap/cds-compiler ^6
- @sap/cds-mtxs ^3
It also adopts new default values for configuration parameters and
removes outdated settings:
- removed from `.cdsrc.json`:
- `sql.native_hana_associations: false` -> new default in cds ^9
- `cdsc.newParser: true` -> new default in cdsc ^6
- removed from `mtx/sidecar/package.json`:
```
"[development]": {
"requires": { "auth": "dummy" }
}
```
---------
Co-authored-by: Marc Becker <[email protected]>1 parent 74220b2 commit e710625
File tree
7 files changed
+242
-1835
lines changed- mtx/sidecar
- srv/src/main/resources
7 files changed
+242
-1835
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
0 commit comments