1. 05 11月, 2019 3 次提交
  2. 04 11月, 2019 5 次提交
    • S
      d6002092
    • S
      Remove TestGroup.CI enum constant · 01fb35bd
      Sam Brannen 提交于
      Prior to this commit, the TestGroup.CI enum constant was only used in a
      single test method in spring-core. In order to enable that test, the
      `testGroups` JVM system property was configured for the
      Publication-master CI build plan; however, the `testGroups` system
      property is not set when executing local builds. Consequently, there
      has been a Gradle cache miss for every `test` task when building
      something locally that's already been built on the CI server.
      
      This commit addresses this issue by removing the `TestGroup.CI` enum
      constant. The `-PtestGroups=ci` command line configuration for the
      Publication-master CI build plan has also been removed on the CI server.
      
      Closes gh-23918
      01fb35bd
    • W
      Polish · 88550563
      wonwoo 提交于
      88550563
    • S
      Merge pull request #23729 from facewindu · 87d4ad39
      Stephane Nicoll 提交于
      * pr/23729:
        Fix spring-core jar task 'up-to-date'-ness
      
      Closes gh-23729
      87d4ad39
    • F
      Fix spring-core jar task 'up-to-date'-ness · 2411b657
      François Guillot 提交于
      See gh-23729
      2411b657
  3. 03 11月, 2019 1 次提交
  4. 02 11月, 2019 1 次提交
  5. 01 11月, 2019 2 次提交
  6. 31 10月, 2019 12 次提交
  7. 30 10月, 2019 16 次提交