Repository: logging-log4j2 Updated Branches: refs/heads/master d5d00d09e -> 905a3fd2f
LOG4J-2056 - modularize log4j-api. Turn others into automatic modules Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/905a3fd2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/905a3fd2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/905a3fd2 Branch: refs/heads/master Commit: 905a3fd2feb4cdc61d1fb1ea2d024fd552edc873 Parents: d5d00d0 Author: Ralph Goers <[email protected]> Authored: Sat Oct 14 22:42:59 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Sat Oct 14 22:42:59 2017 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/905a3fd2/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e77e9c8..296cc47 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,6 +31,9 @@ - "remove" - Removed --> <release version="2.10.0" date="2017-MM-DD" description="GA Release 2.10.0"> + <action issue="LOG4J2-2056" dev="rgoers" type="add"> + Modularize Log4j-api and make most other log4j jars automatic modules. + </action> <action issue="LOG4J2-1431" dev="mattsicker" type="add"> Simplify log4j system property naming scheme. </action>
