You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/12/03 05:59:07 UTC

[logging-log4j2] branch master updated (acad78e -> cf5f6c1)

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 acad78e  LOG4J2-63 - Add to changes.xml
     new 1b7d800  LOG4J2-2707: ArrayIndexOutOfBoundsException in UuidUtil, when MAC address is longer than 6 bytes
     new f7d627a  Merge branch 'master' of https://github.com/apache/logging-log4j2 into LOG4J2-2707
     new 8e16a8f  LOG4J2-2707: ArrayIndexOutOfBoundsException in UuidUtil, when MAC address is longer than 6 bytes Refactored static initializer of UuidUtil into a static method, so that a unit test is possible.
     new 596aa15  LOG4J2-2707: ArrayIndexOutOfBoundsException in UuidUtil, when MAC address is longer than 6 bytes Cosmetics. Added one more test case to unit test.
     new cf5f6c1  Merge pull request #314 from supertomcat/LOG4J2-2707

The 10766 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:
 .../apache/logging/log4j/core/util/UuidUtil.java   | 26 +++++++++++++---------
 .../apache/logging/log4j/core/util/UuidTest.java   | 16 +++++++++++++
 2 files changed, 31 insertions(+), 11 deletions(-)