I think we may have lost sight of making sure we have the latest changes from Apache Commons Lang, especially WRT performance tweaks since we initially cloned the code. I *know* I saw some perf commits fly by on the commons-dev ML...
Gary ---------- Forwarded message ---------- From: <[email protected]> Date: Fri, Sep 18, 2015 at 5:58 AM Subject: logging-log4j2 git commit: Fix Javadoc issue To: [email protected] Repository: logging-log4j2 Updated Branches: refs/heads/master c661531a1 -> 5ac3a5707 Fix Javadoc issue Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5ac3a570 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5ac3a570 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5ac3a570 Branch: refs/heads/master Commit: 5ac3a57074251e251d6fa6c7d9bdc1868b584413 Parents: c661531 Author: Mikael Ståldal <[email protected]> Authored: Fri Sep 18 14:57:48 2015 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Fri Sep 18 14:57:48 2015 +0200 ---------------------------------------------------------------------- .../org/apache/logging/log4j/core/util/datetime/FastDateParser.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5ac3a570/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDateParser.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDateParser.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDateParser.java index 0177201..f259e4a 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDateParser.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDateParser.java @@ -313,7 +313,6 @@ public class FastDateParser implements DateParser, Serializable { * given by {@link ParsePosition#getIndex()} has been updated. If the input buffer has been fully * parsed, then the index will point to just after the end of the input buffer. * - * @see org.apache.commons.lang3.time.DateParser#parse(java.lang.String, java.text.ParsePosition) * {@inheritDoc} */ @Override -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
