1. 31 3月, 2015 2 次提交
  2. 25 3月, 2015 1 次提交
  3. 24 3月, 2015 2 次提交
  4. 21 3月, 2015 1 次提交
  5. 17 3月, 2015 1 次提交
  6. 14 3月, 2015 1 次提交
  7. 07 3月, 2015 1 次提交
  8. 06 3月, 2015 2 次提交
    • B
      Break down Core and Web chapters in reference doc · 74072237
      Brian Clozel 提交于
      Core and Web chapters are important chapters in the Spring Framework
      reference documentation, and splitting them in multiple files will
      help to evolve the documentation while not creating too many files.
      
      Issue: SPR-12309
      74072237
    • B
      Update Asciidoctor Gradle plugin · 503956d7
      Brian Clozel 提交于
      Upgrade to asciidoctor-gradle-plugin version 1.5.2.
      Various syntax fixes in the index.adoc reference documentation.
      503956d7
  9. 03 3月, 2015 1 次提交
  10. 02 3月, 2015 3 次提交
  11. 28 2月, 2015 1 次提交
  12. 27 2月, 2015 1 次提交
  13. 26 2月, 2015 1 次提交
  14. 25 2月, 2015 2 次提交
  15. 19 2月, 2015 2 次提交
    • S
      Add Commons Pool 2 support · aabf73de
      Stephane Nicoll 提交于
      Deprecated CommonsPoolTargetSource (supporting commons pool 1.5+) in
      favor of CommonsPool2TargetSource with a similar contract.
      
      Commons Pool 2.x uses object equality while Commons Pool 1.x used
      identity equality. This clearly means that Commons Pool 2 behaves
      differently if several instances having the same identity according to
      their `Object#equals(Object)` method are managed in the same pool. To
      provide a smooth upgrade, a backward-compatible pool is created by
      default; use `setUseObjectEquality(boolean)` if you need the standard
      Commons Pool 2.x behavior.
      
      Issue: SPR-12532
      aabf73de
    • J
      81ae1153
  16. 18 2月, 2015 1 次提交
  17. 12 2月, 2015 3 次提交
    • S
      AspectJ support for javax.transaction.Transactional · fa8d202a
      Stephane Nicoll 提交于
      Issue: SPR-11803
      fa8d202a
    • J
      be76da65
    • A
      Fix Animal Sniffer · 7a6a1320
      Andy Wilkinson 提交于
      Jasper Reports’ transitive dependency on spring-context (via
      castor-xml which is a new dependency in 6.0.3) was being mapped by
      Gradle to a dependency on the spring-context project. For reasons that
      I do not fully understand this was causing -source and -javadoc jars
      to be added to the project's compile classpath which is used by the
      Animal Sniffer Ant task. When the task runs these jars do not exist
      which causes it to fail. This commit fixes the problem by adding an
      exclusion of org.springframework:spring-context to the Jasper Reports
      dependencies in spring-context-support and spring-webmvc.
      7a6a1320
  18. 11 2月, 2015 2 次提交
  19. 26 1月, 2015 1 次提交
  20. 23 1月, 2015 1 次提交
  21. 22 1月, 2015 1 次提交
  22. 20 1月, 2015 1 次提交
  23. 05 1月, 2015 1 次提交
  24. 23 12月, 2014 1 次提交
  25. 12 12月, 2014 1 次提交
  26. 05 12月, 2014 1 次提交
  27. 03 12月, 2014 1 次提交
  28. 02 12月, 2014 1 次提交
  29. 29 11月, 2014 1 次提交
  30. 28 11月, 2014 1 次提交