This is an automated email from the ASF dual-hosted git repository.
smckinney pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git.
from 1147b22 o Removed unused imports o Using static method in a static way o Closed
a InputStream o Removed a useless private constructor o Added generics
new 255f7ca Log4j 2.13.3 upgrade
new e5d784d log4j file name changed
new c9cb1f0 Merge branch 'pr/13'
The 3 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:
config/bootstrap/log4j.xml | 40 -------------------------
config/bootstrap/log4j2.xml | 50 +++++++++++++++++++++++++++++++
config/log4j.xml | 57 -----------------------------------
config/log4j2.xml | 70 +++++++++++++++++++++++++++++++++++++++++++
pom.xml | 70 +++++++++++++++++++++++++++++++------------
src/test/resources/log4j.xml | 57 -----------------------------------
src/test/resources/log4j2.xml | 69 ++++++++++++++++++++++++++++++++++++++++++
7 files changed, 240 insertions(+), 173 deletions(-)
delete mode 100755 config/bootstrap/log4j.xml
create mode 100755 config/bootstrap/log4j2.xml
delete mode 100755 config/log4j.xml
create mode 100755 config/log4j2.xml
delete mode 100755 src/test/resources/log4j.xml
create mode 100755 src/test/resources/log4j2.xml
|