This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from 05fb297 LOG4J2-1103 - FailoverAppender was failing with ERROR
appender Failover has no parameter that matches element Failovers
new 0bf3ae5 JEP223 detection
new a56448a Test for JEP223 detection
new 8796ae5 Test for JEP223 detection
new 16fa74e Delegate method call to make it testable (without having to
use reflection).
new 93e66ae Use existing JDK version detection that is JEP223 aware.
Version testing moved to
org.apache.logging.log4j.util.ConstantsTest.testJdkVersionDetection
new 502f9fc Cleaned up unused imports
The 6 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:
.../java/org/apache/logging/log4j/util/Constants.java | 5 ++++-
.../org/apache/logging/log4j/util/ConstantsTest.java | 16 ++++++++++++++++
.../logging/log4j/core/layout/AbstractStringLayout.java | 9 +--------
.../log4j/core/layout/AbstractStringLayoutTest.java | 1 +
4 files changed, 22 insertions(+), 9 deletions(-)
create mode 100644
log4j-api/src/test/java/org/apache/logging/log4j/util/ConstantsTest.java