1. 13 1月, 2017 1 次提交
  2. 23 11月, 2016 1 次提交
  3. 16 8月, 2016 1 次提交
  4. 18 7月, 2016 1 次提交
  5. 04 7月, 2016 1 次提交
  6. 15 6月, 2016 2 次提交
    • S
      Revert build to Gradle 2.13 · 9001af7e
      Sam Brannen 提交于
      Issue: SPR-14362
      9001af7e
    • S
      Upgrade build to Gradle 2.14 · 2fd44622
      Sam Brannen 提交于
      In the process of upgrading the build to use Gradle 2.14, the
      setFieldOnLegacyEntityWithSideEffectsInToString() test method in
      ReflectionTestUtilsTests began to fail. The reason is that the log
      level for ReflectionTestUtils is now DEBUG by default with Gradle 2.14.
      The apparent cause is that log4j was present on the test runtime
      classpath for the spring-test module with all previous versions of
      Gradle (via a transitive optional dependency from another project that
      spring-test depends on). Thus the configuration in log4j.properties in
      spring-test was previously honored, but with Gradle 2.14 a different
      commons logging implementation is picked up.
      
      Thus, in addition to upgrading the build to Gradle 2.14, this commit
      introduces an explicit test runtime dependency on log4j in the
      spring-test module.
      
      The discovered bug in ReflectionTestUtils regarding DEBUG log level
      will be addressed separately.
      
      Issue: SPR-14362
      2fd44622
  7. 26 4月, 2016 1 次提交
  8. 14 3月, 2016 1 次提交
  9. 22 12月, 2015 1 次提交
  10. 09 7月, 2015 1 次提交
  11. 07 5月, 2015 1 次提交
  12. 05 1月, 2015 1 次提交
  13. 30 4月, 2014 1 次提交
  14. 13 2月, 2014 1 次提交
  15. 21 11月, 2013 1 次提交
  16. 20 11月, 2013 1 次提交
  17. 15 5月, 2013 1 次提交
  18. 29 11月, 2012 1 次提交
  19. 29 10月, 2012 1 次提交
  20. 08 8月, 2012 1 次提交
  21. 12 6月, 2012 1 次提交
  22. 16 5月, 2012 1 次提交
  23. 23 2月, 2012 1 次提交
    • C
      Upgrade to Gradle 1.0-milestone-8a · f4010f14
      Chris Beams 提交于
       - Rename customized .wrapper to default gradle/wrapper directory for
         out of the box compatibility with STS Gradle tooling
      
       - Add .settings/gradle directory to capture defaults when using STS
         Gradle tooling to import projects
      f4010f14