Repository: logging-log4j2 Updated Branches: refs/heads/master 26c36dd06 -> 42b9976d5
Document in changes.xml: [LOG4J2-891] AbstractLifecycle should not implement equals() and hashCode(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/42b9976d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/42b9976d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/42b9976d Branch: refs/heads/master Commit: 42b9976d5a125a40817a5770afc771500b2b07fc Parents: 26c36dd Author: Gary Gregory <[email protected]> Authored: Tue Dec 2 14:27:20 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Tue Dec 2 14:27:20 2014 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/42b9976d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9a8d97d..0511446 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,9 @@ <action issue="LOG4J2-897" dev="ggregory" type="fix"> Javaodc for org.apache.log4j.BasicConfigurator.configure() is incorrect. </action> + <action issue="LOG4J2-891" dev="ggregory" type="fix"> + AbstractLifecycle should not implement equals() and hashCode(). + </action> <action issue="LOG4J2-901" dev="ggregory" type="update" due-to="Tihomir MeÅ¡ÄiÄ, Siegfried Greisinger"> Update docs for SyslogAppender: "No structured id name was supplied" </action>
