1. 18 6月, 2019 2 次提交
  2. 14 6月, 2019 3 次提交
  3. 13 6月, 2019 2 次提交
  4. 12 6月, 2019 5 次提交
  5. 08 6月, 2019 1 次提交
  6. 06 6月, 2019 3 次提交
  7. 05 6月, 2019 4 次提交
  8. 04 6月, 2019 1 次提交
  9. 29 5月, 2019 2 次提交
  10. 28 5月, 2019 3 次提交
    • B
      Add new constructor to JettyClientHttpConnector · 1cfedb20
      Brian Clozel 提交于
      This commit adds a new constructor to `JettyClientHttpConnector` and
      deprecates another one. Jetty is not creating `HttpClient` instances
      using a builder API, but rather setting immutable configuration at
      constructor time and using setters for the rest.
      
      This commit addresses that by deprecating the constructor variant
      accepting a `Consumer` and just delegating to Spring's implementation
      for setting the client resources as needed.
      
      Closes gh-22977
      1cfedb20
    • S
      Clean up Mockito usage · 141ef908
      Sam Brannen 提交于
      This commit migrates to the MockitoJUnitRunner where sensible, which
      will later allow for an easier migration to Mockito's extension for
      JUnit Jupiter.
      
      In addition, this commit deletes unnecessary stubbing for various mocks
      and polishes test fixture setup in various test classes.
      141ef908
    • S
      Remove charset parameter from Spring MVC JSON content type · bc205e0d
      Sebastien Deleuze 提交于
      This change is a follow-up to the ones done as part of gh-22788.
      
      Closes gh-22954
      bc205e0d
  11. 24 5月, 2019 2 次提交
  12. 22 5月, 2019 5 次提交
  13. 21 5月, 2019 4 次提交
  14. 20 5月, 2019 1 次提交
  15. 16 5月, 2019 2 次提交