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 2016/11/20 12:04:03 UTC

logging-log4j2 git commit: LOG4J2-1681 changed scope of ticket from just making the methods public to the introduction of the Indexed(ReadOnly)StringMap interfaces

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 8ec4785c0 -> 666795d0e


LOG4J2-1681 changed scope of ticket from just making the methods public to the introduction of the Indexed(ReadOnly)StringMap interfaces


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

Branch: refs/heads/master
Commit: 666795d0e559718ab367be773e761742574e08d3
Parents: 8ec4785
Author: rpopma <rp...@apache.org>
Authored: Sun Nov 20 21:03:53 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Nov 20 21:03:53 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/666795d0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c9c815..2ca53f9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -151,7 +151,7 @@
         Add documentation regarding YAML configuration format.
       </action>
       <action issue="LOG4J2-1681" dev="rpopma" type="add">
-        Changed visibility of indexed getter methods in SortedArrayStringMap from package-protected to public.
+        Introduce interfaces IndexedStringMap and IndexedReadOnlyStringMap, supporting garbage-free iteration over sorted map.
       </action>
       <action issue="LOG4J2-1695" dev="ggregory" type="add">
         Add a Builder to ScriptPatternSelector and deprecate ScriptPatternSelector.createSelector().