Author: krosenvold
Date: Tue Apr 13 17:34:29 2010
New Revision: 933714
URL: http://svn.apache.org/viewvc?rev=933714&view=rev
Log:
[MNG-4632] Class loading is not thread-safe
Fixed problem where ClassWorld was missing a synchronized.
Also code-reviewed synchronization in ClassWorld vs ClassLoader and
discovered no other problems.
Modified:
maven/maven-3/trunk/pom.xml
Modified: maven/maven-3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=933714&r1=933713&r2=933714&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Tue Apr 13 17:34:29 2010
@@ -37,7 +37,7 @@
<inceptionYear>2001</inceptionYear>
<properties>
- <classWorldsVersion>2.2.2</classWorldsVersion>
+ <classWorldsVersion>2.2.3</classWorldsVersion>
<commonsCliVersion>1.2</commonsCliVersion>
<easyMockVersion>1.2_Java1.3</easyMockVersion>
<junitVersion>3.8.2</junitVersion>