You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/05/11 12:58:25 UTC

[11/21] logging-log4j2 git commit: [LOG4J2-1899] Add missing getters to classes in package org.apache.logging.log4j.core.net.ssl. Already did this but worth noting in changes.xml.

[LOG4J2-1899]
Add missing getters to classes in package
org.apache.logging.log4j.core.net.ssl. Already did this but worth noting
in changes.xml.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/29d5f11a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/29d5f11a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/29d5f11a

Branch: refs/heads/LOG4J2-1442
Commit: 29d5f11ab81ab7a036194769b37c4bf2203fcd9c
Parents: fb33772
Author: Gary Gregory <gg...@apache.org>
Authored: Sat May 6 21:29:53 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat May 6 21:29:53 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/29d5f11a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c40d3bb..d6f199a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,9 @@
       <action issue="LOG4J2-1896" dev="ggregory" type="update">
         Update org.apache.logging.log4j.core.net.ssl.StoreConfiguration from a String to char[] to represent its password.
       </action>
+      <action issue="LOG4J2-1899" dev="ggregory" type="update">
+        Add missing getters to classes in package org.apache.logging.log4j.core.net.ssl.
+      </action>
     </release>
     <release version="2.8.2" date="2017-04-02" description="GA Release 2.8.2">
       <action issue="LOG4J2-1861" dev="mattsicker" type="fix">