1. 03 9月, 2019 1 次提交
    • B
      Use dependency management in Framework build · d4089747
      Brian Clozel 提交于
      Prior to this commit, the Spring Framework build would partially use the
      dependency management plugin to import and enforce BOMs.
      
      This commit applies the dependency management plugin to all Java
      projects and regroups all version management declaration in the root
      `build.gradle` file (versions and exclusions).
      
      Some versions are overridden in specific modules for
      backwards-compatibility reasons or extended support.
      
      This commit also adds the Gradle versions plugin that checks for
      dependency upgrades in artifact repositories and produces a report; you
      can use the following:
      
          ./gradlew dependencyUpdates
      d4089747
  2. 02 5月, 2019 1 次提交
    • M
      Add reactive transaction support SPI · beea83b9
      Mark Paluch 提交于
      This commit adds SPI interfaces to support reactive transactions
      through spring-tx with optional dependencies to Project Reactor and
      supportive implementations for TransactionalOperator and
      AbstractReactiveTransactionManager.
      beea83b9
  3. 11 2月, 2019 1 次提交
  4. 05 11月, 2018 1 次提交
  5. 24 7月, 2018 1 次提交
  6. 03 7月, 2018 1 次提交
  7. 11 4月, 2018 1 次提交
  8. 24 9月, 2017 1 次提交
  9. 23 9月, 2017 1 次提交
  10. 21 8月, 2017 1 次提交
    • B
      Move modules to independent build files · 2eeb428e
      Brian Clozel 提交于
      The main `build.gradle` file contains now only the common build
      infrastructure; all module-specific build configurations have
      been moved to their own build file.
      
      Issue: SPR-15885
      2eeb428e