File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ Some property defaults have been adjusted:
69
69
| --- | --- | --- | --- |
70
70
| ` cds.remote.services.<key>.http.csrf.enabled ` | ` true ` | ` false ` | Most APIs don't require CSRF tokens. |
71
71
72
+ ### Adjusted Property Behavior
73
+
74
+ | Property | New Behavior |
75
+ | --- | --- |
76
+ | ` cds.outbox.persistent.enabled ` | Disables all persistent outboxes independent of their specific configuration, if set to ` false ` . |
77
+
72
78
73
79
### Removed Properties
74
80
@@ -88,7 +94,9 @@ The following table gives an overview about the removed properties:
88
94
| ` cds.multiTenancy.mtxs.enabled ` | | MTXS is enabled [ by default] ( #removed-mtx-classic-support ) . |
89
95
| ` cds.multiTenancy.security.deploymentScope ` | | HTTP-based tenant upgrade endpoints [ have been removed] ( #removed-mtx-classic-support ) . |
90
96
| ` cds.odataV4.apply.inCqn.enabled ` | ` cds.odataV4.apply.transformations.enabled ` | |
91
- | ` cds.outbox.persistent ` | ` cds.outbox.services.<key> ` | |
97
+ | ` cds.outbox.persistent.maxAttempts ` | ` cds.outbox.services.<key>.maxAttempts ` | |
98
+ | ` cds.outbox.persistent.storeLastError ` | ` cds.outbox.services.<key>.storeLastError ` | |
99
+ | ` cds.outbox.persistent.ordered ` | ` cds.outbox.services.<key>.ordered ` | |
92
100
| ` cds.remote.<key>.destination.headers ` | ` cds.remote.services.<key>.http.headers ` | |
93
101
| ` cds.remote.<key>.destination.queries ` | ` cds.remote.services.<key>.http.queries ` | |
94
102
| ` cds.remote.<key>.destination.service ` | ` cds.remote.services.<key>.http.service ` | |
You can’t perform that action at this time.
0 commit comments