• Andy Wilkinson's avatar
    Upgrade to Log4j 2.9.1 · 45a24b87
    Andy Wilkinson authored
    This commit uppgrade our Log4j dependency to 2.9.1. It also modifies
    ModifiedClassPathRunner so that log4j-*.jar jars are always excluded
    from the class path when using the runner. This is necessary due to
    a change in Log4j [1] which makes assumptions about the class loader
    hierarchy that do not hold true when using the modified class path
    runner. Specifically, it assumes that the system class loader should
    always be used to load providers. This is exactly what we don't want
    to happen when using the modified class path runner as it breaks the
    filtering of the class path and leads to Log4j classes being loaded
    from both the system class loader and the filtering class loader.
    
    Closes gh-10407
    
    [1] https://github.com/apache/logging-log4j2/commit/9422ca7489d545b92dda9dd357c1b057d7a2f217
    45a24b87
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure 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-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...