Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
newtork committed Nov 10, 2023
1 parent 0c52a6a commit 9b1945c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs-java/release-notes/release-notes-15-to-29.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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).

Expand Down

0 comments on commit 9b1945c

Please sign in to comment.