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

RestTemplateAutoConfiguration should be conditional on not being a reactive web application #15718

Closed
wilkinsona opened this issue Jan 16, 2019 · 0 comments
Labels
theme: performance Issues related to general performance type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

Similar to #15712, RestTemplate shouldn't be used in a reactive web application, but may be used in a servlet-based web application or a non-web application. We should update the conditions on RestTemplateAutoConfiguration accordingly to avoid its auto-configuration when running a reactive web application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: performance Issues related to general performance type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant