Repository: logging-log4j2 Updated Branches: refs/heads/master a5fa4bd7b -> 7891bc828
Remove mention of [LOG4J2-1899] per discussion in https://issues.apache.org/jira/browse/LOG4J2-1896 (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/7891bc82 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7891bc82 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7891bc82 Branch: refs/heads/master Commit: 7891bc8280d0c89ebe3916404b85d49b63a11128 Parents: a5fa4bd Author: Gary Gregory <[email protected]> Authored: Sun May 7 09:58:58 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun May 7 09:58:58 2017 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7891bc82/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9023d60..8ef6901 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -76,9 +76,6 @@ <action issue="LOG4J2-1877" dev="ggregory" type="update" due-to="Chandra Tungathurthi"> Missing documentation for Max index limit in DefaultRolloverStrategy. </action> - <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>
