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

[V5] Removed modules/classes extended, re: Multitenancy #1587

Merged
merged 1 commit into from
Nov 8, 2023
Merged
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
21 changes: 21 additions & 0 deletions docs-java_versioned_docs/version-v5/guides/5.0-upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ Additionally, `asHttp` and `asRfc` will no longer always return a new instance o
- `com.sap.cloud.sdk.frameworks`
- child module `com.sap.cloud.sdk.frameworks:resilience4j` has been moved to `com.sap.cloud.sdk.cloudplatform:resilience4j`
- child module `com.sap.cloud.sdk.frameworks:apache-httpclient5` has been moved to `com.sap.cloud.sdk.cloudplatform:connectivity-apache-httpclient5`
- `com.sap.cloud.sdk.cloudplatform:cloudplatform-core-scp-cf`
- The following modules' logic has been refactored into other modules, see release notes for details:
- `com.sap.cloud.sdk.cloudplatform:security-dwc`
- `com.sap.cloud.sdk.cloudplatform:security-scp-cf`
- `com.sap.cloud.sdk.cloudplatform:tenant-dwc`
- `com.sap.cloud.sdk.cloudplatform:tenant-scp-cf`

</details>

Expand Down Expand Up @@ -458,6 +464,21 @@ Additionally, `asHttp` and `asRfc` will no longer always return a new instance o
<td>Destination custom property: <br /><code>cloudsdk.principalPropagationMode = (recommended|compatibility)</code></td>
<td>Default: <code>compatibility</code>, for reduced token exchanges. <a href="https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/configure-principal-propagation-via-user-exchange-token" target="_new">See more.</a></td>
</tr>
<tr>
<td>ScpCfTenant</td>
<td>DefaultTenant</td>
<td> - </td>
</tr>
<tr>
<td>DwcTenant</td>
<td>DefaultTenant</td>
<td> - </td>
</tr>
<tr>
<td>ScpCfTenantFacade</td>
<td>DefaultTenantFacade</td>
<td> - </td>
</tr>
</tbody>
</table>
</details>
Expand Down