1. 04 6月, 2013 1 次提交
  2. 31 5月, 2013 2 次提交
  3. 29 5月, 2013 1 次提交
  4. 28 5月, 2013 4 次提交
  5. 26 5月, 2013 1 次提交
  6. 23 5月, 2013 2 次提交
    • R
      Fix MergePlugin · 07b75533
      Rob Winch 提交于
      The submitted pull requests for SPR-10572 did not build.
      
      This commit fixes the MergePlugin to create from configurations rather
      than the project. It also removes unnecessarily added code that was
      commented out.
      
      Issue: SPR-10572
      07b75533
    • S
      Eliminate Gradle 1.6 deprecation warnings · bf205bfe
      Stevo Slavic 提交于
      Recently Spring framework build has been updated to use Gradle 1.6.
      With the new version some of the Gradle APIs have been deprecated.
      These deprecated APIs have been used by Spring build specific Gradle
      plugins, which resulted in deprecation warnings in build output.
      
      This patch changes Spring build specific Gradle plugins to use new
      Gradle APIs instead of deprecated ones.
      
      Even after this change build still produces warnings about Gradle
      deprecated APIs being used. These come from Spring shared Gradle
      plugins and other 3rd party Gradle plugins in use, like Gradle
      Artifactory Plugin (GAP), which are still not updated to Gradle 1.6.
      Related tickets for updating of these plugins to Gradle 1.6 are
      GRADLE-53 and GAP-144, and once they get resolved Spring framework
      build should further be updated.
      
      Issue: SPR-10572
      bf205bfe
  7. 22 5月, 2013 5 次提交
  8. 18 5月, 2013 1 次提交
  9. 17 5月, 2013 5 次提交
  10. 16 5月, 2013 7 次提交
  11. 15 5月, 2013 11 次提交