1. 28 3月, 2019 1 次提交
  2. 06 7月, 2016 1 次提交
  3. 19 6月, 2015 1 次提交
  4. 06 5月, 2015 1 次提交
  5. 28 2月, 2015 1 次提交
  6. 31 1月, 2012 1 次提交
    • C
      Move integration tests => src/test · 0a07a0ed
      Chris Beams 提交于
      This commit eliminates the 'integration-tests' subproject in favor of
      managing these sources under the root project's own 'src' directory.
      
      This helps to avoid special-case handling for integration-tests in the
      Gradle build, e.g. avoiding publication of jars to Artifactory /
      Maven Central.
      
      It is also semantically more correct. This is not a Spring Framework
      subproject so much as it is a collection of integration tests that
      span functionality across many subprojects. In this way, it makes
      sense to place them directly under the root project.
      
      Issue: SPR-8116
      0a07a0ed