1. 30 Jan, 2017 5 commits
  2. 28 Jan, 2017 4 commits
    • Phillip Webb's avatar
      Merge pull request #7948 from szantopeter/master · 1c75d002
      Phillip Webb authored
      * pull7948:
        Document AWS Elastic Beanstalk deployment
      1c75d002
    • Peter Szanto's avatar
      Document AWS Elastic Beanstalk deployment · 14bd404b
      Peter Szanto authored
      Update the reference documentation to include details of Amazon
      Elastic Beanstalk.
      
      Closes gh-7948
      14bd404b
    • Phillip Webb's avatar
      Refine ImportsContextCustomizer cache logic · fa6a1385
      Phillip Webb authored
      Update `ImportsContextCustomizer` so that whenever possible a more
      specific cache key is used.
      
      Prior to this commit the customizer would generate a key based on *all*
      annotations on the test class. This has repeatedly caused issues where
      test classes that should have the same cache key did not due to
      unrelated annotations.
      
      A new `DeterminableImports` interface has been added that can be
      implemented by `ImportSelector` and `ImportBeanDefinitionRegistrar`
      implementations that are able to determine their imports early. The
      existing `ImportAutoConfigurationImportSelector` and
      `AutoConfigurationPackages` classes have been retrofitted with
      this interface.
      
      Fixes gh-7953
      fa6a1385
    • Phillip Webb's avatar
      Fix TypeExcludeFiltersContextCustomer key · aaf118c5
      Phillip Webb authored
      Update `TypeExcludeFiltersContextCustomer` to use filter instances
      as part of the key, rather than class references. In order to be used
      in tests, `TypeExcludeFilter` implementations must now implement valid
      `hashCode` and `equals` methods.
      
      Fixes gh-8125
      aaf118c5
  3. 26 Jan, 2017 26 commits
  4. 25 Jan, 2017 5 commits