Skip to content

Commit

Permalink
[MNG-4632] Class loading is not thread-safe
Browse files Browse the repository at this point in the history
Fixed problem where ClassWorld was missing a synchronized.

Also code-reviewed synchronization in ClassWorld vs ClassLoader and
discovered no other problems.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@933714 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
krosenvold committed Apr 13, 2010
1 parent 6917060 commit dbc214d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dbc214d

Please sign in to comment.