1. 14 May, 2019 25 commits
  2. 13 May, 2019 14 commits
  3. 11 May, 2019 1 commit
    • Madhura Bhave's avatar
      Revert "Disable ConfigurationProperties scanning for slice tests" · f1786c35
      Madhura Bhave authored
      This reverts commit 3b4ff7d7.
      The commit caused the build to fail because it disabled
      `@ConfigurationPropertiesScan` completely in slice tests. It
      did not take into account components that were explicitly included
      in slice tests using the `components` attribute. Since `@ConfigurationPropertiesScan`
      replaces `@Component` and `@EnableConfigurationProperties`, these components
      are no longer registered even though explicitly included.
      f1786c35