Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration Guide for CAP Java 3.0 #892

Merged
merged 48 commits into from
Jul 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
adc39ac
Migration Guide for CAP Java 3.0 (#890)
beckermarc May 2, 2024
8987d74
Changes in cds-maven-plugin (#893)
mofterdinger May 3, 2024
7627561
Update migration.md
mofterdinger May 13, 2024
6671eac
Merge branch 'main' into cap-java-3.0
mofterdinger May 13, 2024
c75f147
Update java/migration.md
mofterdinger May 13, 2024
9c4303b
Fix typo
beckermarc May 14, 2024
4fc2a51
Update migration.md
mofterdinger May 15, 2024
47dd561
Fixed wrong property order (#935)
mofterdinger May 15, 2024
a437877
Merge branch 'main' into cap-java-3.0
beckermarc May 15, 2024
41ca6a9
[CAP Java 3.0] Explain removal of classic MTX in migration guide (#942)
beckermarc May 15, 2024
d12b265
Added table for removed properties (#936)
mofterdinger May 15, 2024
05a8f94
Update migration.md
agoerler Jun 5, 2024
1a8580c
Update java/migration.md
renejeglinsky Jun 6, 2024
a65d87d
describing new semantics of `cds.outbox.persistent.enabled` (#987)
t-bonk Jun 10, 2024
9b22651
Describe changes of goal generate (#993)
mofterdinger Jun 12, 2024
0848cfc
cds.sql.hana.optimizationMode: hex
MattSchur Jun 17, 2024
cbf1925
Java 3 Migration: CqnSearchTermPredicate (#1015)
MattSchur Jun 17, 2024
e1396d8
[3.0] Removal of `cds-feature-xsuaa` (#918)
StefanHenke Jun 18, 2024
95b48e9
Merge remote-tracking branch 'origin/main' into cap-java-3.0
beckermarc Jun 18, 2024
c4b476d
Add removed property
beckermarc Jun 18, 2024
fe7214b
cqn(String) methods
MattSchur Jun 18, 2024
45c9825
$user.tenant
MattSchur Jun 18, 2024
9acb1e8
Merge branch 'main' into cap-java-3.0
beckermarc Jun 19, 2024
120aa0e
3.0: Lazy localization by default (#1023)
beckermarc Jun 19, 2024
5fc2882
Merge branch 'main' into cap-java-3.0
beckermarc Jun 19, 2024
6a7ce06
$user.tenant deprecation
MattSchur Jun 19, 2024
a2b18c2
document cds.auditLog.personalData.throwOnMissingDataSubject change
beckermarc Jun 19, 2024
e5a5f02
Update migration.md
beckermarc Jun 19, 2024
e6d4d9d
CqnSearchPredicate
MattSchur Jun 20, 2024
18e6256
Session Context Variables
MattSchur Jun 20, 2024
72c0fe4
Prohibit star-expand and inline-all (#1039)
vmikhailenko Jun 20, 2024
cbf8639
Apply suggestions from code review
beckermarc Jun 21, 2024
993eda3
Remove warning
beckermarc Jun 21, 2024
0da0d0b
Update minimum versions in general docs
beckermarc Jun 21, 2024
68494d3
[3.0] IAS support in Remote Services and IAS migration guide (#1047)
StefanHenke Jun 25, 2024
97e5327
Merge branch 'main' into cap-java-3.0
smahati Jun 25, 2024
80b9d04
Update java/migration.md
BraunMatthias Jun 26, 2024
ced65c9
added new default value of message service structured flag
t-bonk Jun 26, 2024
4265fe7
changed default value in java messaging docs
t-bonk Jun 26, 2024
063b1e0
fixed link
t-bonk Jun 26, 2024
f130c8f
Update migration.md
beckermarc Jun 26, 2024
a7850c1
Update java/migration.md
beckermarc Jun 26, 2024
a04b33c
Merge branch 'main' into cap-java-3.0
renejeglinsky Jun 27, 2024
c3458aa
Update java/migration.md
renejeglinsky Jun 27, 2024
7cad927
Update java/migration.md
renejeglinsky Jun 27, 2024
ea3e64e
Merge branch 'main' into cap-java-3.0
renejeglinsky Jun 27, 2024
94ecf98
cosmetics
smahati Jul 1, 2024
4d2ccc2
Merge branch 'main' into cap-java-3.0
smahati Jul 1, 2024
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
28 changes: 14 additions & 14 deletions java/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ CAP Java 3.0 no longer supports @sap/cds-dk ^6.
The Production Profile now defaults to `cloud`. This ensures that various property defaults suited for local development are changed to recommended secure values for production.

One of the effects of the production profile is that the index page is disabled by default.
If you are using the root path `/` as readiness or liveness probe in Kyma you will need to make adjustments.
It is recommended to use Spring Boot actuator's `/actuator/health` endpoint instead.
If you are using the root path `/` for readiness or liveness probing in Kyma you will need to adjustment them, in this case
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smahati "readiness probe" and "liveness probe" are fixed terms in the Kyma/Kubernetes world: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/. I don't know if you were aware of that, but I think it might make sense to keep those terms.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm yes, adding an article there would have been better, I'll write that on main.

it is recommended to use Spring Boot actuator's `/actuator/health` endpoint instead.

[Learn more about the Production Profile.](developing-applications/configuring#production-profile){.learn-more}

Expand All @@ -53,19 +53,19 @@ The feature `cds-feature-xsuaa` has been removed. Support for XSUAA and IAS has

It utilizes [SAP´s `spring-security` library](https://github.com/SAP/cloud-security-services-integration-library/tree/main/spring-security) instead of the deprecated [`spring-xsuaa` library](https://github.com/SAP/cloud-security-services-integration-library/tree/main/spring-xsuaa).

If your application relies on the standard security configuration by CAP Java and depend on one of the CAP starter bundles, it is expected that you don't need to adapt code.
If your application relies on the standard security configuration by CAP Java and depend on one of the CAP starter bundles, it is expected that you won't need to adapt code.

If you have customized the security configuration, you need to adapt it to the new library. If your application had a direct dependency to `cds-feature-xsuaa`, we recommend to adopt one of our starter bundles `cds-starter-cloudfoundry` or `cds-starter-k8s`.
If you have customized the security configuration, you need to adapt it to the new library. If your application had a direct dependency to `cds-feature-xsuaa`, we recommend using one of our starter bundles `cds-starter-cloudfoundry` or `cds-starter-k8s`.

[Learn more about the security configuration.](./security#xsuaa-ias){.learn-more}
[Learn more about migration to SAP´s `spring-security` library.](https://github.com/SAP/cloud-security-services-integration-library/blob/main/spring-security/Migration_SpringXsuaaProjects.md)

### Removed MTX Classic Support

Support for classic MTX (@sap/cds-mtx) has been removed. For multitenancy using streamlined MTX (@sap/cds-mtxs) is mandatory.
If you are still using MTX Classic refer to the [multitenancy migration guide](../guides/multitenancy/old-mtx-migration).
Support for classic MTX (@sap/cds-mtx) has been removed. Using streamlined MTX (@sap/cds-mtxs) is mandatory for multitenancy.
If you're still using MTX Classic refer to the [multitenancy migration guide](../guides/multitenancy/old-mtx-migration).

In addition the deprecated `MtSubscriptionService` API, which has been superseeded by the `DeploymentService` API, has been removed.
In addition, the deprecated `MtSubscriptionService` API, has been removed. It has now been superseeded by the `DeploymentService` API.
As part of this change the compatibility mode for the `MtSubscriptionService` API has been removed. Besides the removal of the Java APIs this includes the following behavioural changes:

- During unsubscribe the tenant's content (e.g. HDI container) is now deleted by default when using the new `DeploymentService` API.
Expand All @@ -76,11 +76,11 @@ As part of this change the compatibility mode for the `MtSubscriptionService` AP
### Lazy Localization by default

EDMX resources served by the OData V4 `/$metadata` endpoints are now localized lazily by default.
This significantly reduces EDMX cache memory consumption in case many languages are used.
This significantly reduces EDMX cache memory consumption when many languages are used.
Note, that this requires at least `@sap/cds-mtxs` in version `1.12.0`.

The cds build no longer generates localized EDMX files by default anymore, but instead generates templated EDMX files and a `i18n.json` containing text bundles.
In case localized EDMX files are still required to be generated, set `--opts contentLocalizedEdmx=true` when calling `cds build`.
If you need localized EDMX files to be generated, set `--opts contentLocalizedEdmx=true` when calling `cds build`.

### Star-expand and inline-all are no longer permitted

Expand All @@ -103,7 +103,7 @@ Some parameter defaults of the goal `generate` have been adjusted:
| `sharedInterfaces` | `false` | `true` | Interfaces for global arrayed types with inline anonymous type are now generated exactly once. `sharedInterfaces` ensures such types are not generated as inline interfaces again, if used in events, actions or functions. |
| `uniqueEventContexts` | `false` | `true` | Determines whether the event context interfaces should be unique for bound actions and functions. |

Both changes are causing the generation of incompatible POJOs. The new defaults can be overwritten by setting the parameters to the old values to get the former POJOs.
Both these changes result in the generation of incompatible POJOs. To get the former POJOs, the new defaults can be overwritten by setting the parameters to the old values.

### Adjusted Property Defaults

Expand All @@ -114,14 +114,14 @@ Some property defaults have been adjusted:
| `cds.remote.services.<key>.http.csrf.enabled` | `true` | `false` | Most APIs don't require CSRF tokens. |
| `cds.sql.hana.optimizationMode` | `legacy` | `hex` | SQL for SAP HANA is optimized for the HEX engine. |
| `cds.odataV4.lazyI18n.enabled` | `null` | `true` | Lazy localization is now enabled by default in multitenant scenarios. |
| `cds.auditLog.personalData.throwOnMissingDataSubject` | `false` | `true` | Incomplete personal data annotations should result in an error by default. |
| `cds.auditLog.personalData.throwOnMissingDataSubject` | `false` | `true` | Raise errors for incomplete personal data annotations by default. |
| `cds.messaging.services.<key>.structured` | `false` | `true` | [Enhanced message representation](./messaging.md#enhanced-messages-representation) is now enabled by default. |

### Adjusted Property Behavior

| Property | New Behavior |
| --- | --- |
| `cds.outbox.persistent.enabled` | Disables all persistent outboxes independent of their specific configuration, if set to `false`. |
| `cds.outbox.persistent.enabled` | When set to `false`, all persistent outboxes are disabled regardless of their specific configuration. |

### Deprecated Session Context Variables

Expand Down Expand Up @@ -196,7 +196,7 @@ The following table gives an overview about the removed properties:

### Removed goals in `cds-maven-plugin`

The goal `addSample` is removed from the `cds-maven-plugin` and replaced with the goal `add` and property `-Dfeature=TINY_SAMPLE`.
The goal `addSample` from the `cds-maven-plugin` has been removed. Use the new goal `add` with the property `-Dfeature=TINY_SAMPLE` instead.

### Proof-Of-Possession enforced for IAS-based authentication

Expand All @@ -208,7 +208,7 @@ Because of this, applications calling a CAP Java application will need to send a

## Cloud SDK 4 to 5 { #cloudsdk5 }

CAP Java `2.6.0` and higher is compatible with Cloud SDK in version 4 and 5. For reasons of backward compatibility, CAP Java assumes Cloud SDK 4 as the default. However, we highly recommend to use at least version `5.7.0` of Cloud SDK. To upgrade your CAP Java application to Cloud SDK 5, in most cases, you don't need to adapt any code if you rely on the Cloud SDK integration package (`cds-integration-cloud-sdk`). In these cases, it's sufficient to add the following maven dependency to your CAP Java application:
CAP Java `2.6.0` and higher is compatible with Cloud SDK in version 4 and 5. For reasons of backward compatibility, CAP Java assumes Cloud SDK 4 as the default. However, we highly recommend that you use at least version `5.7.0` of Cloud SDK. If you relied on the Cloud SDK integration package (`cds-integration-cloud-sdk`), you won't need to adapt any code to upgrade your CAP Java application to Cloud SDK 5. In these cases, it's sufficient to add the following maven dependency to your CAP Java application:

```xml
<dependency>
Expand Down
Loading