You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform and version: Java SDK and Spring Boot App
Operating System and version: N/A
Description
We are migrating our app from spring boot 2.X to spring boot 3.X. A major change is the use of org.apache.hc.core5.http instead of org.apache.http.
In our app we are using the CheckoutSdk.builder() to instantiate a CheckoutApi Bean and we provide it a custom HttpClientBuilder which uses some custom Interceptors.
We are not able to find a way of using the new apache HttpClientBuilder with Checkout SDK. Is it possible to allow/implement the use of the new HttpClientBuilder from org.apache.hc.core5.http ?
Proposed Solution
N/A
The text was updated successfully, but these errors were encountered:
antoineriou
changed the title
Spring Boot 3 and Apache core 5 support
Apache core 5 support (Spring Boot 3)
Oct 17, 2023
Hi @jzrebiec and @antoineriou. We reprioritised the updates and implementations, so we didn’t have time to continue this change. However, it is still open, and we will try to resume work on it in the coming months, although we don’t have an ETA yet. Apologies for not updating this information here sooner. In any case, you have the opportunity to submit a PR to update the SDK with this proposal. Please feel free to do so, and I will be glad to review it.
Environment
Description
We are migrating our app from spring boot 2.X to spring boot 3.X. A major change is the use of
org.apache.hc.core5.http
instead oforg.apache.http
.In our app we are using the
CheckoutSdk.builder()
to instantiate a CheckoutApi Bean and we provide it a custom HttpClientBuilder which uses some custom Interceptors.We are not able to find a way of using the new apache HttpClientBuilder with Checkout SDK. Is it possible to allow/implement the use of the new HttpClientBuilder from
org.apache.hc.core5.http
?Proposed Solution
N/A
The text was updated successfully, but these errors were encountered: