This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch fix/2.25.x/xml-control-characters
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 350f7260bc fix: copy semantics
add 66f225c8e3 fix: formatting
add 09683fc138 fix: move JUnit 5 tests to separate class
No new revisions were added by this update.
Summary of changes:
.../log4j/core/layout/XmlLayoutJUnit5Test.java | 111 +++++++++++++++++++++
.../logging/log4j/core/layout/XmlLayoutTest.java | 89 -----------------
.../log4j/core/jackson/Log4jXmlObjectMapper.java | 4 +-
3 files changed, 112 insertions(+), 92 deletions(-)
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/layout/XmlLayoutJUnit5Test.java