• Andy Wilkinson's avatar
    Provide dependency management for JBoss Logging · 73ee21b4
    Andy Wilkinson authored
    Several libraries that Spring Boot supports depend on JBoss Logging but
    they use a variety of versions. This means that the actual version of
    JBoss Logging that will be used depends on your build system. Gradle
    will pick the latest version that’s in the dependency graph, Maven
    will pick the version that’s nearest the root of the graph and, if two
    dependencies are equidistant, it’ll pick the version that’s pulled in
    by the dependency listed first in the pom. In short, it’s very hard to
    reason about the version of JBoss Logging that you’ll actually use at
    runtime.
    
    This commit adds dependency management for JBoss Logging so that a
    consistent version is used, irrespective of your build system or
    dependencies.
    
    Closes gh-4185
    73ee21b4
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...