1. 30 8月, 2016 1 次提交
  2. 26 8月, 2016 1 次提交
  3. 23 8月, 2016 1 次提交
  4. 22 8月, 2016 3 次提交
  5. 20 8月, 2016 1 次提交
    • R
      Consistent reactor-core versions · 3d68806c
      Rob Winch 提交于
      Previously the IDE (STS) was resolving a different reactor-core
      version (3.0.0.BUILD-SNAPSHOT) than the build (3.0.0.RELEASE). This
      discrepancy was due to the fact that reactor-netty now brings in
      reactor-core 3.0.0.RELEASE. Gradle's version conflict resolution is to use
      the latest version. However, the optional dependency on reactor-core
      3.0.0.BUILD-SNAPSHOT was making the build path of the IDE use the SNAPSHOT.
      
      This fix leverages a resolutionStrategy to ensure a consistent version of
      reactor-core is used throughout the entire project. It also bumps up the
      reactor-core version to 3.0.0.RELEASE to be consistent with reactor-netty.
      Care is taken to only change 3.x vesion since 2.x is still used within
      the codebase.
      3d68806c
  6. 18 8月, 2016 1 次提交
  7. 16 8月, 2016 1 次提交
  8. 09 8月, 2016 1 次提交
  9. 08 8月, 2016 1 次提交
  10. 03 8月, 2016 1 次提交
  11. 28 7月, 2016 1 次提交
  12. 27 7月, 2016 4 次提交
  13. 26 7月, 2016 3 次提交
  14. 25 7月, 2016 2 次提交
  15. 24 7月, 2016 1 次提交
  16. 23 7月, 2016 1 次提交
  17. 22 7月, 2016 1 次提交
  18. 21 7月, 2016 3 次提交
    • M
      Update xmlunit library to version 2.1.0 · 3635c9db
      Marius Grama 提交于
      xmlunit 2.1.0 is the latest release for xmlunit.
      Most of the xmlunit functionality used within spring-framework
      was done through the xmlunit 1.x helper class
      `org.custommonkey.xmlunit.XMLAssert`.
      
      As of xmlunit 2.0.0 most of the XML comparison methods are done
      through hamcrest matchers exposed by the xmlunit-matchers
      library. In some cases during the migration, the matchers
      had to be customized with custom `NodeMatcher` or
      `DifferenceEvaluator` instances in order to keep the assertions
      correct (they were performed with xmlunit 1.x previously).
      
      Issue: SPR-14043
      3635c9db
    • B
      Update Google Protobuf support to 3.0.0 · 4d035e3a
      Brian Clozel 提交于
      This commit adds support for Google Protobuf 3.0.0 and make some changes
      in the additional formats support:
      * "com.googlecode.protobuf-java-format:protobuf-java-format" is no
      longer required and its required version has been raised to 1.3+
      (this lib adds support for JSON, XML, HTML formats)
      * "com.google.protobuf:protobuf-java-util" is also now supported for
      JSON format
      
      Issue: SPR-13589
      4d035e3a
    • J
      Upgrade to Jackson 2.8.1 · 5c72ea91
      Juergen Hoeller 提交于
      5c72ea91
  19. 20 7月, 2016 1 次提交
  20. 18 7月, 2016 5 次提交
  21. 16 7月, 2016 3 次提交
  22. 15 7月, 2016 3 次提交