Skip to content

Conversation

@sp00m
Copy link
Contributor

@sp00m sp00m commented Dec 17, 2024

Since version v29.1.0 of your SDK, you're relying on Apache HttpClient v5.4 (diff).

This version of HttpClient doesn't play well with Istio: istio/istio#53239

A way to fix this is to disable the protocol upgrade, which HttpClient allows. This is what this PRs proposes.

It's also the recommended approach by Spring Boot: spring-projects/spring-boot#43139 (while waiting for envoyproxy/envoy#36305).

@sp00m sp00m requested a review from a team as a code owner December 17, 2024 21:16
@gcatanese
Copy link
Contributor

Thank you very much @sp00m for your contribution. It looks like a valid solution. I'd add a one-line comment to explain the purpose of protocolUpgradeEnabled.

@sp00m
Copy link
Contributor Author

sp00m commented Dec 20, 2024

Thank you very much @sp00m for your contribution. It looks like a valid solution. I'd add a one-line comment to explain the purpose of protocolUpgradeEnabled.

Done, feel free to update.

@DjoykeAbyah DjoykeAbyah merged commit edc79d8 into Adyen:main Dec 30, 2024
1 check failed
DjoykeAbyah added a commit that referenced this pull request Dec 30, 2024
DjoykeAbyah added a commit that referenced this pull request Dec 30, 2024
sp00m added a commit to sp00m/adyen-java-api-library that referenced this pull request Feb 3, 2025
gcatanese pushed a commit that referenced this pull request Feb 26, 2025
…1414)" (#1425)

This reverts commit cc52b02.

Co-authored-by: Djoyke Reijans <115019123+DjoykeAbyah@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants