1. 12 6月, 2018 1 次提交
  2. 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
  3. 07 6月, 2018 2 次提交
  4. 01 6月, 2018 2 次提交
  5. 25 5月, 2018 1 次提交
  6. 19 5月, 2018 1 次提交
  7. 07 5月, 2018 1 次提交
  8. 30 4月, 2018 1 次提交
  9. 28 4月, 2018 1 次提交
  10. 10 4月, 2018 1 次提交
  11. 04 4月, 2018 1 次提交
    • S
      Use Gradle 4.6's built-in support for the JUnit Platform · 56774baa
      Sam Brannen 提交于
      Gradle 4.6 provides built-in support for the JUnit Platform within the
      standard `test` task.
      
      This commit configures a custom `testJUnitJupiter` test task for
      executing JUnit Jupiter tests directly on the JUnit Platform instead of
      indirectly on JUnit 4 via @RunWith(JUnitPlatform.class).
      
      This switch provides for better integration with Gradle's test reporting
      and paves the way for a possible transition to the JUnit Platform in the
      future.
      
      Issue: SPR-16672
      56774baa
  12. 01 4月, 2018 1 次提交
  13. 27 3月, 2018 1 次提交
  14. 24 3月, 2018 2 次提交
  15. 13 3月, 2018 1 次提交
  16. 09 3月, 2018 1 次提交
  17. 05 3月, 2018 1 次提交
  18. 28 2月, 2018 1 次提交
  19. 13 2月, 2018 3 次提交
  20. 11 2月, 2018 1 次提交
  21. 07 2月, 2018 1 次提交
  22. 23 1月, 2018 2 次提交
  23. 08 1月, 2018 1 次提交
  24. 28 12月, 2017 1 次提交
  25. 22 12月, 2017 1 次提交
  26. 15 12月, 2017 1 次提交
  27. 28 11月, 2017 1 次提交
  28. 26 11月, 2017 1 次提交
  29. 22 11月, 2017 1 次提交
  30. 20 11月, 2017 1 次提交
  31. 14 11月, 2017 1 次提交
  32. 26 10月, 2017 1 次提交
  33. 23 10月, 2017 1 次提交
  34. 20 10月, 2017 1 次提交