You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2021/12/14 08:48:21 UTC

[logging-log4j-site] branch asf-staging updated (8c7a5a6 -> 60c6f7a)

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

rpopma pushed a change to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4j-site.git.


    from 8c7a5a6  Merge remote-tracking branch 'origin/asf-staging' into asf-staging
     new b873839  Fix incorrect version 2.15.1 in text: should be 2.16.0
     new 60c6f7a  Fix typo: primative should be primitive

The 2 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-2.16.0/manual/appenders.html     | 4 ++--
 log4j-2.16.0/manual/configuration.html | 2 +-
 log4j-2.16.0/manual/lookups.html       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

[logging-log4j-site] 01/02: Fix incorrect version 2.15.1 in text: should be 2.16.0

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

rpopma pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4j-site.git

commit b873839f6e7c3f6d8b7bf3b5f8ca9def1d402857
Author: Remko Popma <re...@yahoo.com>
AuthorDate: Tue Dec 14 16:30:54 2021 +0900

    Fix incorrect version 2.15.1 in text: should be 2.16.0
---
 log4j-2.16.0/manual/appenders.html | 2 +-
 log4j-2.16.0/manual/lookups.html   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/log4j-2.16.0/manual/appenders.html b/log4j-2.16.0/manual/appenders.html
index 072b262..a25c26e 100644
--- a/log4j-2.16.0/manual/appenders.html
+++ b/log4j-2.16.0/manual/appenders.html
@@ -2372,7 +2372,7 @@ public class ConnectionFactory {
           
 <p>The JMS Appender sends the formatted log event to a JMS Destination.</p>
           
-<p>The JMS Appender requires JNDI support so as of release 2.15.1 this appender will not function unless
+<p>The JMS Appender requires JNDI support so as of release 2.16.0 this appender will not function unless
             log4j2.enableJndi=truelog4j2.enableJndi=true is configured as a system property or environment
             variable. See the <a href="./configuration.html#enableJndi">enableJndi</a> system property.</p>
           
diff --git a/log4j-2.16.0/manual/lookups.html b/log4j-2.16.0/manual/lookups.html
index ee6cfae..a053beb 100644
--- a/log4j-2.16.0/manual/lookups.html
+++ b/log4j-2.16.0/manual/lookups.html
@@ -519,7 +519,7 @@
 <h3><a name="Jndi_Lookup"></a>Jndi Lookup</h3>
           
 <p>
-            As of Log4j 2.15.1 JNDI operations require that log4j2.enableJndi=true be set as a system
+            As of Log4j 2.16.0 JNDI operations require that log4j2.enableJndi=true be set as a system
             property or the corresponding environment variable for this lookup to function. See the
             <a href="./configuration.html#enableJndi">enableJndi</a> system property.
           </p>

[logging-log4j-site] 02/02: Fix typo: primative should be primitive

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

rpopma pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4j-site.git

commit 60c6f7a6dff585211f16511aff4c4a4b7a9f6451
Author: Remko Popma <re...@yahoo.com>
AuthorDate: Tue Dec 14 17:48:11 2021 +0900

    Fix typo: primative should be primitive
---
 log4j-2.16.0/manual/appenders.html     | 2 +-
 log4j-2.16.0/manual/configuration.html | 2 +-
 log4j-2.16.0/manual/lookups.html       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/log4j-2.16.0/manual/appenders.html b/log4j-2.16.0/manual/appenders.html
index a25c26e..7d95804 100644
--- a/log4j-2.16.0/manual/appenders.html
+++ b/log4j-2.16.0/manual/appenders.html
@@ -2408,7 +2408,7 @@ public class ConnectionFactory {
               
 <td>
                 A comma separated list of fully qualified class names that may be accessed by LDAP. The classes
-                must implement Serializable. Only applies when the JMS Appender By default only Java primative classes are allowed.
+                must implement Serializable. Only applies when the JMS Appender By default only Java primitive classes are allowed.
               </td>
             </tr>
             
diff --git a/log4j-2.16.0/manual/configuration.html b/log4j-2.16.0/manual/configuration.html
index 8576e66..5c5aec7 100644
--- a/log4j-2.16.0/manual/configuration.html
+++ b/log4j-2.16.0/manual/configuration.html
@@ -2699,7 +2699,7 @@ public class AwesomeTest {
     
 <td>
       System property that specifies fully qualified class names that may be accessed by LDAP. The classes
-      must implement Serializable. By default only Java primative classes are allowed.
+      must implement Serializable. By default only Java primitive classes are allowed.
     </td>
   </tr>
   
diff --git a/log4j-2.16.0/manual/lookups.html b/log4j-2.16.0/manual/lookups.html
index a053beb..81beb33 100644
--- a/log4j-2.16.0/manual/lookups.html
+++ b/log4j-2.16.0/manual/lookups.html
@@ -532,7 +532,7 @@
 <p>By default the JDNI Lookup only supports the java, ldap, and ldaps protocols or no protocol. Additional
             protocols may be supported by specifying them on the log4j2.allowedJndiProtocols property.
             When using LDAP Java classes that implement the Referenceable interface are not supported for security
-            reasons. Only the Java primative classes are supported by default as well as any classes specified by the
+            reasons. Only the Java primitive classes are supported by default as well as any classes specified by the
             log4j2.allowedLdapClasses property. When using LDAP only references to the local host name
             or ip address are supported along with any hosts or ip addresses listed in the
             log4j2.allowedLdapHosts property.</p>