Repository: logging-log4j2 Updated Branches: refs/heads/master b8c6806d5 -> ecd2c7370
[LOG4J2-1138] Do not use Jackson deprecated methods. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ecd2c737 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ecd2c737 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ecd2c737 Branch: refs/heads/master Commit: ecd2c737099531dc5cf57c34e1a02d57b9813d91 Parents: b8c6806 Author: ggregory <[email protected]> Authored: Tue Sep 29 00:10:37 2015 -0700 Committer: ggregory <[email protected]> Committed: Tue Sep 29 00:10:37 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ecd2c737/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 42928ae..11501b1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,9 @@ <action issue="LOG4J2-1131" dev="ggregory" type="update"> Update mongo-java-driver from 2.13.2 to 2.13.3. </action> + <action issue="LOG4J2-1138" dev="ggregory" type="update"> + Do not use Jackson deprecated methods. + </action> </release> <release version="2.4" date="2015-09-20" description="GA Release 2.4"> <action issue="LOG4J2-635" dev="rgoers" type="add">
