Skip to content

Commit 499637e

Browse files
chore: Update Java Properties (#2009)
Updates Java properties to the latest version. Co-authored-by: chgeo <7470719+chgeo@users.noreply.github.com>
1 parent 1888ead commit 499637e

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

java/developing-applications/properties.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926
"header": false,
927927
"name": "cds.multiTenancy.dataSource.hanaEncryptionMode",
928928
"type": "String",
929-
"doc": "Optional tenant encryption mode used by the HANA database. Possible values are<br>DEDICATED_KEY and MANAGED_KEY."
929+
"doc": "Optional tenant encryption mode used by the HANA database for new tenants. Possible values<br>are DEDICATED_KEY and MANAGED_KEY."
930930
},
931931
{
932932
"header": true,
@@ -1398,6 +1398,13 @@
13981398
"default": "false",
13991399
"doc": "Determines, if error messages are automatically extended with additional debug information<br>(only for development)."
14001400
},
1401+
{
1402+
"header": false,
1403+
"name": "cds.errors.preferServiceException",
1404+
"type": "boolean",
1405+
"default": "false",
1406+
"doc": "Determines, if CDS4j exceptions are replaced with corresponding ServiceException."
1407+
},
14011408
{
14021409
"header": true,
14031410
"name": "cds.errors.stackMessages",
@@ -1522,6 +1529,49 @@
15221529
"default": "true",
15231530
"doc": "Determines, if it is enabled."
15241531
},
1532+
{
1533+
"header": true,
1534+
"name": "cds.query.restrictions",
1535+
"doc": "Properties for query restrictions."
1536+
},
1537+
{
1538+
"header": false,
1539+
"name": "cds.query.restrictions.enabled",
1540+
"type": "boolean",
1541+
"default": "false",
1542+
"doc": "Determines, if it is enabled."
1543+
},
1544+
{
1545+
"header": true,
1546+
"name": "cds.query.restrictions.expand",
1547+
"doc": "Properties for expand query restrictions."
1548+
},
1549+
{
1550+
"header": false,
1551+
"name": "cds.query.restrictions.expand.maxLevels",
1552+
"type": "int",
1553+
"default": "-1",
1554+
"doc": "The default limit on how many levels of expands are allowed. `-1` means no restriction."
1555+
},
1556+
{
1557+
"header": false,
1558+
"name": "cds.query.restrictions.expand.enabled",
1559+
"type": "boolean",
1560+
"default": "true",
1561+
"doc": "Determines, if it is enabled."
1562+
},
1563+
{
1564+
"header": true,
1565+
"name": "cds.query.restrictions.filter",
1566+
"doc": "Properties for filter query restrictions."
1567+
},
1568+
{
1569+
"header": false,
1570+
"name": "cds.query.restrictions.filter.enabled",
1571+
"type": "boolean",
1572+
"default": "true",
1573+
"doc": "Determines, if it is enabled."
1574+
},
15251575
{
15261576
"header": true,
15271577
"name": "cds.sql",

0 commit comments

Comments
 (0)