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
Show file tree
Hide file tree
Changes from 5 commits
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
4 changes: 2 additions & 2 deletions java/developing-applications/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Now, that you're familiar with how to configure your application, start to creat

When running your application in production, it makes sense to strictly disable some development-oriented features.
The production profile configures a set of selected property defaults, recommended for production deployments, at once.
To specify the production profile, set `cds.environment.production.profile` to a Spring profile used in production deployments.
By default the production profile is set to `cloud`. To specify a custom production profile, set `cds.environment.production.profile` to a Spring profile used in your production deployments.

::: tip Production profile = `cloud`
It is recommended to set `cds.environment.production.profile` to `cloud`. The Java Buildpacks set the `cloud` profile for applications by default.
The Java Buildpacks set the `cloud` profile for applications by default.
Other active profiles for production deployments are typically set using the environment variable `SPRING_PROFILES_ACTIVE` on your application in your deployment descriptors (`mta.yaml`, Helm charts, etc.).
:::

Expand Down
98 changes: 84 additions & 14 deletions java/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,91 @@ uacp: Used as link target from Help Portal at https://help.sap.com/products/BTP/

[[toc]]

## CAP Java 2.10 to CAP Java 3.0 { #two-to-three }

## CAP Java 1.34 to CAP Java 2.0 { #one-to-two}
::: warning
This is a **preview** of the changes planned for CAP Java 3.0 (planned to be released July 2024)
renejeglinsky marked this conversation as resolved.
Show resolved Hide resolved
:::

### Minimum Versions

CAP Java 3.0 increased some minimum required versions:

| Dependency | Minimum Version |
| --- | --- |
| Maven | 3.6.3 |
| Cloud SDK | 5.9.0 |

### Production Profile `cloud`

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.

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

### Adjusted Property Defaults

Some property defaults have been adjusted:

| Property | Old Value | New Value | Explanation |
| --- | --- | --- | --- |
| `cds.remote.services.<key>.http.csrf.enabled` | `true` | `false` | Most APIs don't require CSRF tokens. |


### Replaced Properies
mofterdinger marked this conversation as resolved.
Show resolved Hide resolved

- `cds.data-source.csvInitializationMode` -> `cds.data-source.csv.initializationMode`
- `cds.data-source.csvFileSuffix` -> `cds.data-source.csv.fileSuffix`
- `cds.data-source.csvPaths` -> `cds.data-source.csv.paths`
- `cds.data-source.csvSingleChangeset` -> `cds.data-source.csv.singleChangeset`
- `cds.remote.remoteServiceConfig.destination.type` -> `cds.remote.services.<key>.type`
- `cds.remote.remoteServiceConfig.destination.suffix` -> `cds.remote.services.<key>.http.suffix`
- `cds.remote.remoteServiceConfig.destination.service` -> `cds.remote.services.<key>.http.service`
- `cds.remote.remoteServiceConfig.destination.headers` -> `cds.remote.services.<key>.http.headers`
- `cds.remote.remoteServiceConfig.destination.queries` -> `cds.remote.services.<key>.http.queries`
- `cds.sql.search.useLocalizedView` -> `cds.sql.search.model`
- `cds.identity.authConfig.enabled` -> `cds.security.authentication.authConfig.enabled`
- `cds.xsuaa.authConfig.enabled` -> `cds.security.authentication.authConfig.enabled`
- `cds.odataV4.apply.inCqn.enabled` -> `cds.odataV4.apply.transformations.enabled`
- `cds.multiTenancy.healthCheck.intervalMillis` -> `cds.multiTenancy.healthCheck.interval`
- `cds.messaging.services.<key>.outbox.persistent.enabled` -> `cds.messaging.services.<key>.outbox.name`
- `cds.auditlog.outbox.persistent.enabled` -> `cds.auditlog.outbox.name`

### Removed Properties

- `cds.sql.supportedLocales`
- `cds.security.mock.users.<key>.unrestricted`

### Removed Java APIs

- Removed deprecated classes:
- `com.sap.cds.services.environment.ServiceBinding`
- `com.sap.cds.services.environment.ServiceBindingAdapter`

- Removed deprecated methods:
- `com.sap.cds.services.request.ModifiableUserInfo.setUnrestrictedAttributes`
- `com.sap.cds.services.request.ModifiableUserInfo.addUnrestrictedAttribute`
- `com.sap.cds.services.request.ModifiableUserInfo.removeUnrestrictedAttribute`
- `com.sap.cds.services.request.UserInfo.isUnrestrictedAttribute`
- `com.sap.cds.services.request.UserInfo.getUnrestrictedAttributes`

### Changes 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`.

## 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:

```xml
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>connectivity-apache-httpclient4</artifactId>
</dependency>
```

If you are using Cloud SDK APIs explicitly in your code consider the migration guide for Cloud SDK 5 itself: https://sap.github.io/cloud-sdk/docs/java/guides/5.0-upgrade-steps

## CAP Java 1.34 to CAP Java 2.0 { #one-to-two }

This section describes the changes in CAP Java between the major versions 1.34 and 2.0. It provides also helpful information how to migrate a CAP Java application to the new major version 2.0.

Expand Down Expand Up @@ -1040,16 +1123,3 @@ After rebuilding and restarting your application, your Application Services are
<!-- TODO: Move this to "Development" section -->

<span id="afterenablingodata" />

## 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.2.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:

```xml
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>connectivity-apache-httpclient4</artifactId>
</dependency>
```


Loading