You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/04/25 00:09:23 UTC

svn propchange: r1471724 - svn:log

Author: mbenson
Revision: 1471724
Modified property: svn:log

Modified: svn:log at Wed Apr 24 22:09:23 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Apr 24 22:09:23 2013
@@ -1 +1 @@
-no singleton for Weaver; the stateful nature of the class's properties left us vulnerable to synchronization issues, so rather just create a new instance with its config in place; also add some debugging and null guarding to the maven plugin's AbstractWeaveMojo
+no singleton for WeaveProcessor; the stateful nature of the class left us vulnerable to synchronization issues, so rather just create a new instance with its config in place; also add some debugging and null guarding to the maven plugin's AbstractWeaveMojo