1. 12 Sep, 2016 11 commits
  2. 09 Sep, 2016 13 commits
  3. 08 Sep, 2016 7 commits
  4. 07 Sep, 2016 4 commits
    • Stephane Nicoll's avatar
      Add NoSuchBeanDefinitionException failure analyzer · b450fece
      Stephane Nicoll authored
      Add a `FailureAnalyzer` that handles the case where the context does
      not start because no candidate bean was found for an `InjectionPoint`.
      
      The implementation inspects the auto-configuration report for beans
      that are candidate and output the condition(s) that lead to such beans
      to be discarded on startup. If a whole auto-configuration class is
      disabled (or excluded), its beans are inspected and candidates are
      extracted in a similar way.
      
      This works for both injection by type and by name.
      
      Closes gh-6612
      b450fece
    • Phillip Webb's avatar
      Harmonize ConditionOutcome messages · 7396ccfe
      Phillip Webb authored
      Add ConditionMessage class to help build condition messages in a
      uniform format and update existing conditions to use it.
      
      Fixes gh-6756
      7396ccfe
    • Phillip Webb's avatar
      Polish · 41dc53f5
      Phillip Webb authored
      41dc53f5
    • Dave Syer's avatar
      Use context class loader instead of one-off for command location · b5294a48
      Dave Syer authored
      This works, and feels like the right thing to do, since there is no
      guarantee that extensions won't in turn use ServiceLoader for things
      that we haven't yet anticipated.
      
      Fixes gh-6829. Cc @wilkinsona in case he has an opinion.
      b5294a48
  5. 06 Sep, 2016 1 commit
  6. 05 Sep, 2016 4 commits