1. 01 Jun, 2014 2 commits
  2. 31 May, 2014 1 commit
    • Phillip Webb's avatar
      Exclude commons-logging from starter POMs · c719ab7a
      Phillip Webb authored
      Update all relevant starter POMs to include a `spring-core` dependency
      with an exclusion on `commons-logging`. This prevents `commons-logging`
      and `jcl-over-slf4j` from both being on the classpath.
      
      Also add enforcer rules to ensure that commons-logging doesn't sneak
      back in, and that there is no dependency convergence. (some additional
      libraries were required in spring-boot-dependencies)
      
      Tested with a sample maven project as well as using the `spring jar`
      command.
      
      Fixes gh-985
      c719ab7a
  3. 30 May, 2014 30 commits
  4. 29 May, 2014 5 commits
  5. 28 May, 2014 2 commits
    • Phillip Webb's avatar
      Restore commons-logging dependency for spring-boot · bdcb9407
      Phillip Webb authored
      Restore the dependency on commons-logging (transitively via spring-core)
      for spring-boot. This means that we are not tied directly to SLF4J, but
      it is still an option that can be used via `jcl-over-slf4j`.
      
      The `spring-boot-starter-parent` continues to replace `commons-logging`
      with `jcl-over-slf4j`.
      
      Fixes gh-981
      bdcb9407
    • Phillip Webb's avatar
      Polish · 5a5a7be4
      Phillip Webb authored
      5a5a7be4