1. 12 7月, 2021 2 次提交
  2. 11 7月, 2021 3 次提交
  3. 10 7月, 2021 3 次提交
  4. 09 7月, 2021 10 次提交
  5. 08 7月, 2021 1 次提交
  6. 07 7月, 2021 5 次提交
  7. 06 7月, 2021 2 次提交
    • A
      Improve Jetty 10 check on client-side · 94f56a26
      Arjen Poutsma 提交于
      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
      94f56a26
    • A
      Do not use internal API in JettyClientHttpConnector · cb251347
      Arjen Poutsma 提交于
      This commit makes sure that we no longer use the internal API in the
      Jetty support for the WebClient. With this change, we are able to
      support both Jetty 9, 10, and 11.
      
      Closes gh-27112
      cb251347
  8. 02 7月, 2021 6 次提交
  9. 01 7月, 2021 2 次提交
  10. 30 6月, 2021 6 次提交