diff --git a/docs-java/release-notes/release-notes-15-to-29.mdx b/docs-java/release-notes/release-notes-15-to-29.mdx index 59e3c2ce609..abb933d767a 100644 --- a/docs-java/release-notes/release-notes-15-to-29.mdx +++ b/docs-java/release-notes/release-notes-15-to-29.mdx @@ -3,11 +3,12 @@ ### Compatibility Notes - Following classes have been deprecated and will be removed from the next major version (V5) of the SAP Cloud SDK: + - `com.sap.cloud.sdk.cloudplatform.CloudPlatform` - `com.sap.cloud.sdk.cloudplatform.CloudPlatformFacade` - `com.sap.cloud.sdk.cloudplatform.CloudPlatformAccessor` - `com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform` - - `com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatformFacade` + - `com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatformFacade` - `com.sap.cloud.sdk.cloudplatform.connectivity.AccessToken` - `com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceResponseProvider` - `com.sap.cloud.sdk.cloudplatform.WithRuntimeDependencies` @@ -27,7 +28,7 @@ - `com.sap.cloud.sdk.cloudplatform.security.secret.exception.SecretStoreAccessException` - `com.sap.cloud.sdk.testutil.ThreadContextInvocationInterceptor` - `com.sap.cloud.sdk.testutil.ThrowableAssertionUtil` - + Most of the contained functionality has already been migrated to other places. Accessing service bindings, for example, can now be done in a uniform and standardized way using the [Service Binding Library](https://github.com/SAP/btp-environment-variable-access).