spring-framework/spring-web
Arjen Poutsma 94f56a2684 Improve Jetty 10 check on client-side
Before this commit, JettyClientHttpResponse checked for the presence of
a server-side class to determine whether it is running on Jetty 10.
Unfortunately, that class is not necessarily present when just using the
Jetty client.

This commit improves the Jetty 10 check, so that it also works when
the Jetty client is used without the server.

Closes gh-27136
2021-07-06 11:04:06 +02:00
..
src Improve Jetty 10 check on client-side 2021-07-06 11:04:06 +02:00
spring-web.gradle Add BlockHoundIntegration for spring-web 2021-03-22 21:18:48 +00:00