cloud-sdk-java icon indicating copy to clipboard operation
cloud-sdk-java copied to clipboard

Use the SAP Cloud SDK for Java to reduce development effort when building applications on SAP Business Technology Platform that communicate with SAP solutions and services such as SAP S/4HANA Cloud, S...

Results 8 cloud-sdk-java issues
Sort by recently updated
recently updated
newest added

The documentation [here](https://help.sap.com/docs/SAP_DATASPHERE/43509d67b8b84e66a30851e832f66911/7a453609c8694b029493e7d87e0de60a.html?locale=en-US) says that hitting https:///api/v1/dwc/consumption/relational///$metadata will retrieve metadata but the following results in a 406 response. > ODataRequestRead( > "/api/v1/dwc/consumption/relational/('$spaceId')/('$assetId')/\$metadata" >. ODataResourcePath.of(""), >. "", > ODataProtocol.V4 > ).execute(httpClient)`

## Issue Description We got an issue with the new update com.sap.cloud.sdk:sdk-bom (source) | import | minor | 5.8.0 -> 5.9.0 -- | -- | -- | -- We use...

Bumps the production-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) | `6.1.6` |...

dependencies
java

Axis 1.7.9 came out 2 years ago and contain security issues, it has incompatible change with the 1.8 version, the rest of the application are still under 1.7.9 so we...

## Issue Description HttpClientWrapper used by cloud sdk is a non-public class. This class is returned by HttpClientAccessor and used by http clinet cache. The issue is that I am...

I was wondering why this was part of the `HttpClientWrapper`, when I realized - most likely we do not and cannot reuse connection manager between multiple instances of `HttpClient`: https://github.com/SAP/cloud-sdk-java/blob/f0dd44016892ef1f1fbd758b83c84d00948f9854/cloudplatform/connectivity-apache-httpclient4/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/HttpClientWrapper.java#L38-L48...

please review

Hello SAP Cloud SDK team, we're using a HTTP destination to a cloud system to fetch data. This works fine on BTP. As we want to execute the request using...

## Issue Description Hello, we noticed that destinations that have theAuthenticationtype **OAuth2RefreshToken** lead to an error when executing ``` DestinationAccessor.getDestination(destinationName); ``` After looking at the stack trace, I found this...