update classworlds version from 1.0.1 to 1.1
--------------------------------------------
Key: SM-1688
URL: https://issues.apache.org/activemq/browse/SM-1688
Project: ServiceMix
Issue Type: Improvement
Affects Versions: 3.3, 3.2.3
Reporter: Freeman Fang
Fix For: 3.3.1, 3.2.4
In classworlds 1.0.1, the UrlUtils.java has some debug code like
if ( name.startsWith( "/" ) )
{
name = name.substring( 1 );
System.out.println( "1 name = " + name );
}
that's why we always see output like
1 name = quartz.properties
1 name = cxf.xml
when we start servicemix.
Fortunately, classworlds 1.1 remove the System.out, so we should upgrade to 1.1
accordingly to get this benefit
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.