Skip to content

Commit e710625

Browse files
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

7 files changed

+242
-1835
lines changed

.cdsrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@
99
"containment": true
1010
},
1111
"cdsc": {
12-
"newParser": true,
1312
"beta": {
1413
"draftMessages": true
1514
}
16-
},
17-
"sql": {
18-
"native_hana_associations": false
1915
}
2016
}

0 commit comments

Comments
 (0)