Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily remove OkHttp support in Spring Cloud Gateway Mvc? #3297

Closed
cylx3126 opened this issue Mar 13, 2024 · 1 comment
Closed

Temporarily remove OkHttp support in Spring Cloud Gateway Mvc? #3297

cylx3126 opened this issue Mar 13, 2024 · 1 comment
Labels

Comments

@cylx3126
Copy link

MRE here

The OkHttp3ClientHttpRequestFactory was deprecated since Spring Framework 6.1 #30919.

Use Okhttp3 in Spring Cloud Gateway Mvc will cause an IllegalArgumentException when route GET methods.

@spencergibb
Copy link
Member

There is no explicit okhttp3 support in gateway. I'm not going to do anything specific to block it, it seems it will let users know with exceptions.

See also spring-projects/spring-boot#36632

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants