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 cdf9f50 Move type converter plugins to log4j-core
new dea97d9 LOG4J2-3306 - OptionConverter could cause a StackOverflowError
new 69932f0 LOG4J2-3306 - OptionConverter could cause a StackOverflowError
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:
.../org/apache/log4j/helpers/OptionConverter.java | 113 +++++++++++---------
.../log4j/core/util/OptionConverterTest.java | 95 +++++++++++++++++
.../logging/log4j/core/util/OptionConverter.java | 118 ++++++++++++---------
src/changes/changes.xml | 3 +
4 files changed, 227 insertions(+), 102 deletions(-)
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/util/OptionConverterTest.java