spring-boot/spring-boot-tools
Andy Wilkinson 45a24b8705 Upgrade to Log4j 2.9.1
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] 9422ca7489
2017-09-25 09:48:57 +01:00
..
spring-boot-antlib Make Spring Boot Antlib's integration tests compatible with JDK 9 2017-08-16 17:41:20 +02:00
spring-boot-autoconfigure-processor Remove unused ExpectedExceptions 2017-08-29 13:19:04 +02:00
spring-boot-configuration-metadata Next development version 2017-07-27 08:00:21 +00:00
spring-boot-configuration-processor Polish 2017-09-14 18:33:03 -07:00
spring-boot-gradle-plugin Simply Gradle plugin DSL for configuring a jar or war's launch script 2017-09-21 06:55:37 +01:00
spring-boot-loader Polish "Clean up Java 6 leftover" 2017-09-21 09:27:11 +02:00
spring-boot-loader-tools Merge branch '1.5.x' 2017-09-07 09:43:50 +02:00
spring-boot-maven-plugin Polish "Fix handling of empty/null arguments" 2017-09-19 15:02:08 +02:00
spring-boot-test-support Upgrade to Log4j 2.9.1 2017-09-25 09:48:57 +01:00
pom.xml Next development version 2017-07-27 08:00:21 +00:00