Skip to content

Commit a65d87d

Browse files
authored
describing new semantics of cds.outbox.persistent.enabled (#987)
1 parent 1a8580c commit a65d87d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

java/migration.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ Some property defaults have been adjusted:
6969
| --- | --- | --- | --- |
7070
| `cds.remote.services.<key>.http.csrf.enabled` | `true` | `false` | Most APIs don't require CSRF tokens. |
7171

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+
7278

7379
### Removed Properties
7480

@@ -88,7 +94,9 @@ The following table gives an overview about the removed properties:
8894
| `cds.multiTenancy.mtxs.enabled` | | MTXS is enabled [by default](#removed-mtx-classic-support). |
8995
| `cds.multiTenancy.security.deploymentScope` | | HTTP-based tenant upgrade endpoints [have been removed](#removed-mtx-classic-support). |
9096
| `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` | |
92100
| `cds.remote.<key>.destination.headers` | `cds.remote.services.<key>.http.headers` | |
93101
| `cds.remote.<key>.destination.queries` | `cds.remote.services.<key>.http.queries` | |
94102
| `cds.remote.<key>.destination.service` | `cds.remote.services.<key>.http.service` | |

0 commit comments

Comments
 (0)