Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions java/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ Some property defaults have been adjusted:

| Property | Old Value | New Value | Explanation |
| --- | --- | --- | --- |
| `abc` | false | true | Any description. |
| `cds.errors.preferServiceException` | false | true | |
| `cds.multiTenancy.serviceManager.cacheRefreshInterval` | 20 | 60 | |
| `cds.multiTenancy.mock.enabled` | null | true | |
| `cds.odatav2.batch.maxRequests` | -1 | 10 | Changed due to security constraints. |
| `cds.persistence.changeset.enforceTransational` | true | false | |

### Deprecated Properties

Expand All @@ -88,7 +92,9 @@ The following table gives an overview about the removed properties:

| Removed Property | Replacement / Explanation |
| --- | --- |
| `abc` | Any description about replacement |
| `cds.errors.combined` | Removed as the underlying feature is active by default now. |
| `cds.mcp.autoConfig` | Use `cds.mcp.autoWired`. |
| `cds.taskScheduler.enabled` | Use 'cds.outbox.persistent.scheduler.enabled'. |

### Removed Java APIs

Expand Down
Loading