cloud-sdk-java
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...
**Scenario:** * My target OpenAPI endpoint gives an error upon receiving `null` values - total garbage, I know. **Use Case:** * Currently this is the code, that I need to...
## Issue Description Hi Colleagues, We are in the phase of upgrading the SAP cloud sdk version from `4.28.0` to `5.13.0`. However in the process, we noticed that after upgrading...
Bumps the production-major group with 1 update: [org.json:json](https://github.com/douglascrockford/JSON-java). Updates `org.json:json` from 20250107 to 20250517 Release notes Sourced from org.json:json's releases. 20250517 Pull Request Description #969 refactored large test for strict...
Bumps the plugins group with 1 update: [org.apache.maven.plugins:maven-archetype-plugin](https://github.com/apache/maven-archetype). Updates `org.apache.maven.plugins:maven-archetype-plugin` from 3.3.1 to 3.4.0 Release notes Sourced from org.apache.maven.plugins:maven-archetype-plugin's releases. 3.4.0 🚀 New features and improvements Bump archetype descriptor version...
Bumps the production-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) | `6.2.6` | `6.2.7` | | io.swagger.core.v3:swagger-models...
Hello, We are consuming the cloud-sdk version 5.17.0 which in turn consumes Apache Commons Configuration 1.10 in our application. Black Duck identified a Medium priority vulnerability with this version. Please...
## Context https://github.com/SAP/cloud-sdk-java/issues/807 We previously used [commons-configuration](https://mvnrepository.com/artifact/commons-configuration/commons-configuration) but the new version is at [commons-configuration2](https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2) ### Feature scope: - [ ] Migrate to commons-configuration2 ## Definition of Done - [ ]...
### Describe the Bug In the last two weeks it occurred twice, that all calls to a `saml-bearer` destination were stopped by the circuit breaker. Looking into the cause, that...
### Ask the Question Hi all, We have configured a onPrem destination and we would like to fetch csrf token and hit Http POST request to the same. Initially we...
### Describe the Bug For the API Trial Balance - Read (OData V2) for S/4Hana Public Cloud, I am unable to reproduce the call[ https://myXXXXXX-api.s4hana.cloud.sap/sap/opu/odata/sap/C_TRIALBALANCE_CDS/C_TRIALBALANCE(P_FromPostingDate=datetime'2025-01-01T00:00:00',P_ToPostingDate=datetime'2025-01-31T23:59:59')/Results from the SDK documentation. In...