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...
### Describe the Bug We have an additional property, `URL.queries.`, configured in the destination service. We use the SAP Cloud SDK framework to retrieve data from the data source called...
Related: * https://github.com/SAP/cloud-sdk-java/pull/803 * https://github.com/sap-tutorials/Tutorials/issues/23939 * https://github.com/sap-tutorials/Tutorials/pull/23942 Reference: * https://help.sap.com/docs/SAP_HANA_PLATFORM/4505d0bdaf4948449b7f7379d24d0f0d/5176fc47760c4c6f89612af5551715f2.html#set-the-java-virtual-machine-jvm- Reproduction: ``` [2025-05-15T08:27:59.217Z] info cloudFoundryDeploy - Finalizing Java application... [2025-05-15T08:27:59.467Z] info cloudFoundryDeploy - Configuration from /tmp/buildpacks/126c302c6313d766/config/components.yml modified with: jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']...
### Bug Description In our Project, we use CAP remote service to create, update and delete ad hoc items and CAP remote Service relies on Cloud SDK Java. This works...
### Describe the Bug The current implementation of caching and evicting an HTTP Client lead to not closed `HttpClients`. # https://github.com/SAP/cloud-sdk-java/blob/4fb1f6a0a4a2517a10dc4b02c69a6f072d98db8a/cloudplatform/connectivity-apache-httpclient5/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DefaultApacheHttpClient5Cache.java#L42-L47 Technically the `HttpClients` are `CloseableHttpClient` and should / need(specifically...
## Context https://github.com/SAP/cloud-sdk-java-backlog/issues/464 We want to reduce the Spring dependency. Currently: * Users require explicit `org.springframework:spring-core::compile` * Users require explicit `org.springframework:spring-web::compile` Expected (1): * [x] Legacy users are not negatively...
## Context Related * https://github.com/SAP/cloud-sdk-java-backlog/issues/495 A property in builder could offer the option to disable circuit-breaker altogether. This has the benefit that we do not change default behavior. ## Definition...
### Ask the Question Hi Colleagues, We have a CAP Java multi tenant application and we consume DestinationAccessor and DestinationService across to consume destination details. There are parallel operations/API calls...
Bumps the production-major group with 1 update: [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework). Updates `org.springframework:spring-framework-bom` from 6.2.12 to 7.0.0 Release notes Sourced from org.springframework:spring-framework-bom's releases. v7.0.0 :star: New Features Make SessionHolder publicly accessible for external...
## Context Related https://github.com/SAP/cloud-sdk-java/pull/1004 - [x] I opened this PR to document our decision for approval / dismissal. In case this comes up again in the future. - [x] We...