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 2021/11/20 17:44:31 UTC

[logging-log4j2] branch master updated (f37a3b5 -> cb1ec45)

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 f37a3b5  migrate chagnes from release-2.x
     add ed3f262  Fix the number of {}-placeholders in the string literal argument does not match the number of other arguments to the logging call.
     new cb1ec45  LOG4J2-3110 - Add changes.xml entry

The 1 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:
 .../main/java/org/apache/logging/log4j/core/net/TcpSocketManager.java  | 2 +-
 .../logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.java      | 2 +-
 .../main/java/org/apache/logging/log4j/core/util/OptionConverter.java  | 2 +-
 .../java/org/apache/logging/log4j/flume/appender/Log4jEventSource.java | 2 +-
 src/changes/changes.xml                                                | 3 +++
 5 files changed, 7 insertions(+), 4 deletions(-)

[logging-log4j2] 01/01: LOG4J2-3110 - Add changes.xml entry

Posted by rg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit cb1ec450258937167248a542f89f4947fb3fa628
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Nov 20 10:42:59 2021 -0700

    LOG4J2-3110 - Add changes.xml entry
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1c3db2..ec46c70 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -2969,6 +2969,9 @@
       <action issue="LOG4J2-1384" dev="ggregory" type="update">
         Update Apache Commons CSV from 1.2 to 1.3.
       </action>
+      <action issue="LOG4J2-3110" dev="rgoers" type="fix" due-to="Arturo Bernal">
+        Fix the number of {}-placeholders in the string literal argument does not match the number of other arguments to the logging call.
+      </action>
       <action issue="LOG4J2-1372" dev="rgoers" type="fix" due-to="Kamal Mettananda, Gary Gregory">
         XMLLayout indents, but not the first child tag (Event).
       </action>