This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from c813616555 LOG4J2-3476 ignore JUL ApiLogger.setLevel without error
     new 22f1955fd9 [LOG4J-3413] Fixes resolution of non-Log4j properties
     new 2d3246467b [LOG4J2-3439] Corrects default SSL configuration
     new facf2f2074 Changelog entry for LOG4J2-3429
     new 8bfd936a34 Adds missing reporter credit
     new ca08ed8e46 [LOG4J2-2872] Normalizes level names
     new 271e489fb4 LOG4J2-3462 Duplicate dependency in pom.xml (#812)
     new e0d25b863a [LOG4J2-3440] Synchronize Log4j 1.x and Log4j 2.x appenders
     new 3464578e58 Changelog entries for LOG4J2-2872 and LOG4J-3340
     new 2db7968d56 [LOG4J2-3475] Add missing message parameterization in 
RegexFilter
     new af60ec3b29 Add changelog entry for LOG4J2-3475
     new a9982b8cdc Add developer info in POM

The 11 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:
 .../src/main/java/org/apache/log4j/Category.java   |  49 +++++++---
 .../org/apache/log4j/bridge/AppenderAdapter.java   |   7 +-
 .../org/apache/log4j/legacy/core/CategoryUtil.java |  45 +++++++++-
 .../test/java/org/apache/log4j/CategoryTest.java   | 100 +++++++++++++++++++--
 .../test/java/org/apache/log4j/ListAppender.java   |   4 +
 .../config/PropertiesReconfigurationTest.java      |  16 +---
 .../apache/log4j/helpers/UtilLoggingLevelTest.java |   7 +-
 .../java/org/apache/logging/log4j/LevelTest.java   |  19 +++-
 .../logging/log4j/util/PropertiesUtilTest.java     |  28 ++++++
 .../log4j/util/PropertySourceTokenizerTest.java    |   4 +
 .../src/test/resources/Jira3413Test.properties     |  29 +++---
 .../main/java/org/apache/logging/log4j/Level.java  |  18 ++--
 .../apache/logging/log4j/util/PropertySource.java  |  27 ++++--
 .../logging/log4j/core/filter/RegexFilterTest.java |  20 +++++
 .../core/net/ssl/SslConfigurationFactoryTest.java  |  73 +++++++++++++++
 .../logging/log4j/core/filter/RegexFilter.java     |   6 +-
 .../net/ssl/AbstractKeyStoreConfiguration.java     |   4 +-
 .../log4j/core/net/ssl/KeyStoreConfiguration.java  |   2 +-
 .../core/net/ssl/SslConfigurationDefaults.java     |   7 +-
 .../core/net/ssl/SslConfigurationFactory.java      |   8 +-
 pom.xml                                            |  16 ++--
 src/changes/changes.xml                            |  12 +++
 src/site/asciidoc/manual/appenders.adoc            |   7 +-
 23 files changed, 426 insertions(+), 82 deletions(-)
 copy 
log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/Dockerfile
 => log4j-api-test/src/test/resources/Jira3413Test.properties (64%)
 create mode 100644 
log4j-core-test/src/test/java/org/apache/logging/log4j/core/net/ssl/SslConfigurationFactoryTest.java

Reply via email to