1. 26 9月, 2019 1 次提交
  2. 21 7月, 2019 1 次提交
  3. 22 6月, 2019 1 次提交
  4. 12 6月, 2019 1 次提交
  5. 22 5月, 2019 1 次提交
  6. 12 4月, 2019 1 次提交
  7. 04 4月, 2019 1 次提交
  8. 30 3月, 2019 1 次提交
  9. 27 3月, 2019 1 次提交
  10. 06 3月, 2019 1 次提交
  11. 22 2月, 2019 1 次提交
  12. 05 2月, 2019 1 次提交
  13. 08 1月, 2019 1 次提交
  14. 25 12月, 2018 1 次提交
  15. 04 12月, 2018 2 次提交
  16. 19 11月, 2018 1 次提交
  17. 05 11月, 2018 1 次提交
  18. 30 10月, 2018 1 次提交
  19. 25 10月, 2018 1 次提交
  20. 14 9月, 2018 2 次提交
  21. 10 9月, 2018 1 次提交
  22. 05 9月, 2018 1 次提交
  23. 17 8月, 2018 1 次提交
  24. 16 8月, 2018 1 次提交
  25. 15 8月, 2018 1 次提交
  26. 07 8月, 2018 1 次提交
  27. 04 8月, 2018 1 次提交
    • J
      Upgrade to RxJava 2.2 and Kotlin 1.2.60 · 821ab624
      Juergen Hoeller 提交于
      Includes latest dependency updates (Mockito 2.21, Log4J 2.11.1, Hibernate ORM 5.3.4, Protobuf 3.6.1, JRuby 9.2, HtmlUnit 2.32, Selenium 3.14) for Spring Framework 5.1.
      
      Issue: SPR-16388
      Issue: SPR-16239
      821ab624
  28. 19 7月, 2018 1 次提交
  29. 18 7月, 2018 1 次提交
  30. 11 7月, 2018 1 次提交
  31. 12 6月, 2018 1 次提交
  32. 11 6月, 2018 1 次提交
    • B
      Remove dependency management noise from POMs · 417354da
      Brian Clozel 提交于
      Prior to this commit, the generated POMs for Spring Framework modules
      would contain unneeded/harmful information from the Spring Framework
      build:
      
      1. The BOM imports applied to each module by the dependency
      management plugin, for example for Netty or Reactor Netty.
      Spring should not export that opinion to its POMs.
      
      2. The exclusion of "org.slf4:jcl-over-slf4j" from *all* dependencies,
      which made the POMs much larger than necessary and suggested to
      developers that they should exclude it as well when using all those
      listed dependencies. In fact, only Apache Tiles currently brings that
      transitively.
      
      This commit removes that information from the POMs.
      The dependencyManagement Gradle plugin is disabled for POM generation
      and we manually resolve the dependency versions during the generation
      phase.
      The Gradle build is streamlined to exclude "org.slf4:jcl-over-slf4j"
      only when necessary.
      
      Issue: SPR-16893
      417354da
  33. 01 6月, 2018 1 次提交
  34. 25 5月, 2018 1 次提交
  35. 19 5月, 2018 1 次提交
  36. 07 5月, 2018 1 次提交
  37. 15 4月, 2018 1 次提交
  38. 03 4月, 2018 1 次提交