1. 11 Aug, 2015 2 commits
  2. 10 Aug, 2015 18 commits
  3. 09 Aug, 2015 2 commits
  4. 07 Aug, 2015 4 commits
  5. 06 Aug, 2015 13 commits
  6. 05 Aug, 2015 1 commit
    • Phillip Webb's avatar
      Add @ImportAutoConfiguration annotation for tests · 9a537070
      Phillip Webb authored
      Add a new `@ImportAutoConfiguration` annotation that can be used by
      tests that wish to selectively import certain auto-configuration
      classes. Also add `@AutoConfigurationPackage` so that package
      registration is decoupled from `@EnableAutoConfiguration`.
      
      An added benefit of the change is @EnableAutoConfigurationImportSelector
      can now be subclassed to provide custom annotation support if needed.
      
      Fixes gh-3660
      See gh-2772
      9a537070