You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/01/15 10:16:56 UTC

[logging-log4j2] branch LOG4J2-2998 updated (9212969 -> 65a3bc3)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a change to branch LOG4J2-2998
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


 discard 9212969  LOG4J2-2998 Fix truncation of excessive strings ending with a high surrogate in JsonWriter.
     add 65a3bc3  LOG4J2-2998 Fix truncation of excessive strings ending with a high surrogate in JsonWriter.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9212969)
            \
             N -- N -- N   refs/heads/LOG4J2-2998 (65a3bc3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/logging/log4j/layout/template/json/util/JsonWriter.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)