This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from 97e9c5a Add mention of "CVE creation process" to the security page.
new f29ce59 Remove unused docker files
new 56ffc71 Forward-port PropertiesUtil fix from #729
new e22e522 [LOG4J2-3341] Support logger level and appender refs shorthand
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.dockerignore | 27 --------------
Dockerfile | 29 ---------------
.../logging/log4j/util/PropertiesUtilTest.java | 3 +-
.../test/resources/PropertiesUtilTest.properties | 3 ++
.../apache/logging/log4j/util/PropertiesUtil.java | 6 ++-
.../properties/PropertiesConfigurationTest.java | 24 ++++++++++++
.../resources/LoggerLevelAppenderTest.properties | 19 ++++------
.../RootLoggerLevelAppenderTest.properties | 5 ++-
.../properties/PropertiesConfigurationBuilder.java | 43 ++++++++++++++++------
toolchains-docker.xml | 39 --------------------
10 files changed, 76 insertions(+), 122 deletions(-)
delete mode 100644 .dockerignore
delete mode 100644 Dockerfile
copy log4j-api-test/src/test/resources/PropertiesUtilTest.properties =>
log4j-core-test/src/test/resources/LoggerLevelAppenderTest.properties (73%)
copy
log4j-plugins/src/main/resources/META-INF/services/org.apache.logging.log4j.plugins.spi.BeanManager
=> log4j-core-test/src/test/resources/RootLoggerLevelAppenderTest.properties
(89%)
delete mode 100644 toolchains-docker.xml