This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch feature/new-config-converter
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
from 201eb61 Close XMLStreamWriter
add dd18e90 Extract some common utils
No new revisions were added by this update.
Summary of changes:
log4j-converter-config/pom.xml | 2 +-
.../converter/config/internal/ComponentUtils.java | 156 +++++++++++++++++++++
.../config/internal/ConfigurationNodeImpl.java | 130 -----------------
.../converter/config/internal/XmlUtils.java | 144 +++++++++++++++++++
.../v2/AbstractJacksonConfigurationMapper.java | 9 +-
.../v2/PropertiesV2ConfigurationParser.java | 47 +++----
.../config/internal/v2/XmlConfigurationMapper.java | 77 +---------
.../internal/AbstractConfigurationMapperTest.java | 2 +-
.../test/resources}/log4j2.component.properties | 1 -
.../src/test/resources/log4j2.simplelog.properties | 4 +-
10 files changed, 337 insertions(+), 235 deletions(-)
create mode 100644
log4j-converter-config/src/main/java/org/apache/logging/converter/config/internal/ComponentUtils.java
delete mode 100644
log4j-converter-config/src/main/java/org/apache/logging/converter/config/internal/ConfigurationNodeImpl.java
create mode 100644
log4j-converter-config/src/main/java/org/apache/logging/converter/config/internal/XmlUtils.java
copy {log4j-converter-plugin-descriptor/src/main/shaded-resources =>
log4j-converter-config/src/test/resources}/log4j2.component.properties (97%)
copy log4j-converter-plugin-descriptor/.picocli-application-activator =>
log4j-converter-config/src/test/resources/log4j2.simplelog.properties (94%)