Skip to content

Commit 35b30b2

Browse files
Merge remote-tracking branch 'origin/main' into test-cds-dk-970-snapshot
2 parents c3f69c2 + abf0dc8 commit 35b30b2

10 files changed

Lines changed: 536 additions & 573 deletions

File tree

app/package-lock.json

Lines changed: 158 additions & 180 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "approuter",
33
"dependencies": {
4-
"@sap/approuter": "^20"
4+
"@sap/approuter": "^21"
55
},
66
"scripts": {
77
"start": "node node_modules/@sap/approuter/approuter.js"

db/books.cds

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,9 @@ entity Contents: Hierarchy {
6565
page : Integer;
6666
parent : Association to Contents @odata.draft.enclosed;
6767
book : Association to Books;
68+
// for cascade delete
69+
@cascade.delete
70+
@odata.draft.enclosed
71+
children : Association to many Contents on children.parent = $self;
6872
}
6973

db/package-lock.json

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-surefire-plugin</artifactId>
51-
<version>3.5.4</version>
51+
<version>3.5.5</version>
5252
<configuration>
5353
<failIfNoTests>false</failIfNoTests>
5454
</configuration>
@@ -66,7 +66,7 @@
6666
<!-- Tests ending with *IT.java will be executed here -->
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-failsafe-plugin</artifactId>
69-
<version>3.5.4</version>
69+
<version>3.5.5</version>
7070
<executions>
7171
<execution>
7272
<goals>

mtx/sidecar/package-lock.json

Lines changed: 43 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)