1. 24 Aug, 2018 3 commits
  2. 23 Aug, 2018 3 commits
    • Stephane Nicoll's avatar
      Fix dependency between cache and hibernate · be00c1db
      Stephane Nicoll authored
      This commit fixes the ordering between `CacheAutoConfiguration` and
      `HibernateJpaAutoConfiguration` so that the auto-configured
      `CacheManager` is configured before Hibernate starts.
      
      Closes gh-14181
      be00c1db
    • Stephane Nicoll's avatar
      Restore trace request param behaviour with error controller · 5e7be502
      Stephane Nicoll authored
      This commits restores the behaviour of Spring Boot 1.x with regards to
      the "trace" request param used to add the stacktrace to the model.
      
      This was inadvertently changed so that the stacktrace would be added
      if the parameter wasn't set.
      
      Closes gh-14171
      5e7be502
    • Stephane Nicoll's avatar
      Order IntegrationAutoConfiguration properly · 9938d1f4
      Stephane Nicoll authored
      This commit makes sure that the auto-configuration for Spring
      Integration runs after the datasource has been auto-configured if
      necessary as there is an optional part that can initialize the jdbc
      schema.
      
      Closes gh-14175
      9938d1f4
  3. 22 Aug, 2018 3 commits
  4. 21 Aug, 2018 4 commits
  5. 20 Aug, 2018 7 commits
  6. 19 Aug, 2018 2 commits
  7. 17 Aug, 2018 10 commits
  8. 16 Aug, 2018 8 commits