This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch fix/2346_unix_millis_date_pattern
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
omit 7aa0277dc5 Fix NPE in `PatternProcessor` for the `UNIX` pattern
add 32075af932 Update `org.eclipse.angus:jakarta.mail` to version `2.0.3`
(#2349)
add 0eb232f640 Don't fail on insufficient parameters in
`ParameterFormatter` (#2337, #2343)
add 054a4f7084 Fix NPE in `PatternProcessor` for the `UNIX` pattern
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 (7aa0277dc5)
\
N -- N -- N refs/heads/fix/2346_unix_millis_date_pattern
(054a4f7084)
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:
.../log4j/test/junit/UsingStatusLoggerMock.java | 2 +
.../logging/log4j/test/junit/package-info.java | 2 +-
.../log4j/message/ParameterFormatterTest.java | 25 +++++--
.../log4j/message/ParameterizedMessageTest.java | 87 ++++++++++++++++++----
.../logging/log4j/message/ParameterFormatter.java | 15 +++-
.../log4j/message/ParameterizedMessage.java | 18 ++++-
log4j-parent/pom.xml | 2 +-
...x_ParameterFormatter_for_insufficient_args.xml} | 4 +-
...l => update_org_eclipse_angus_jakarta_mail.xml} | 4 +-
src/site/_release-notes/_2.x.x.adoc | 1 +
10 files changed, 129 insertions(+), 31 deletions(-)
copy
src/changelog/{2.0-alpha2/LOG4J2-64_Fix_compilation_problems_in_Java_7.xml =>
.2.x.x/fix_ParameterFormatter_for_insufficient_args.xml} (55%)
copy src/changelog/.2.x.x/{update_jakarta_mail_jakarta_mail_api.xml =>
update_org_eclipse_angus_jakarta_mail.xml} (62%)