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

pkarwasz pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from 11209a3abf Rollback breaking change in `ReusableMessage`
     new c890ca0471 Fix issue #2380: Log messages with insufficient parameters 
should not throw exception.
     new f6df651de5 Fix issue 2380: Log messages with insufficient parameters 
should not throw exception.Add test cases.
     new 76e1acc5d1 Fix issue 2380: Log messages with insufficient parameters 
should not throw exception.Add test cases.
     new 529a672997 Fix issue 2380: use args.length to calculate 
noThrowableArgCount
     new 8209dfc1d6 Fix issue 2380: Log messages with sufficient parameters 
include exception should not give waring log
     new 4c2435976d Fix issue 2380: consider ReusableParameterizedMessage's 
situation

The 6 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:
 .../log4j/message/ParameterFormatterTest.java      |  35 +++++--
 .../log4j/message/ParameterizedMessageTest.java    | 101 +++++++++++++++++----
 .../logging/log4j/message/ParameterFormatter.java  |  21 +++--
 .../log4j/message/ParameterizedMessage.java        |  18 +---
 ...80_insufficient_args_in_ParameterFormatter.xml} |   5 +-
 5 files changed, 131 insertions(+), 49 deletions(-)
 copy src/changelog/{2.20.0/1197_preserve_location.xml => 
.2.x.x/fix_2380_insufficient_args_in_ParameterFormatter.xml} (51%)

Reply via email to