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 9e4df7d  Annotate another thread context test
     new 25d88be  Use try-with-resources
     new cdf9f50  Move type converter plugins to log4j-core

The 2 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:
 .../plugins/convert/CoreTypeConvertersTest.java    |  90 +-----
 .../config/plugins/convert/CoreTypeConverters.java | 337 ++++++++++++++++++++-
 .../core/config}/plugins/convert/HexConverter.java |   2 +-
 .../plugins/convert/TypeConverterRegistryTest.java |  62 +---
 log4j-plugins/src/main/java/module-info.java       |   1 -
 .../log4j/plugins/convert/TypeConverters.java      | 331 --------------------
 .../plugins/convert/plugins/Log4jPlugins.java      |  55 ----
 .../plugins/spi/impl/InjectionTargetBean.java      |   4 +-
 ...e.logging.log4j.plugins.processor.PluginService |   1 -
 9 files changed, 349 insertions(+), 534 deletions(-)
 copy 
log4j-plugins-test/src/test/java/org/apache/logging/log4j/plugins/convert/TypeConverterRegistryTest.java
 => 
log4j-core-test/src/test/java/org/apache/logging/log4j/core/plugins/convert/CoreTypeConvertersTest.java
 (55%)
 rename {log4j-plugins/src/main/java/org/apache/logging/log4j => 
log4j-core/src/main/java/org/apache/logging/log4j/core/config}/plugins/convert/HexConverter.java
 (95%)
 delete mode 100644 
log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/convert/plugins/Log4jPlugins.java
 delete mode 100644 
log4j-plugins/src/main/resources/META-INF/services/org.apache.logging.log4j.plugins.processor.PluginService

Reply via email to