Skip to content

Commit

Permalink
removed modules/classes extended (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewbigging authored Nov 8, 2023
1 parent 24a5c59 commit 6336b25
Showing 1 changed file with 21 additions and 0 deletions.
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

0 comments on commit 6336b25

Please sign in to comment.