You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/11/14 09:09:05 UTC

[jira] Work started: (SM-1688) update classworlds version from 1.0.1 to 1.1

     [ https://issues.apache.org/activemq/browse/SM-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1688 started by Freeman Fang.

> 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.2.3, 3.3
>            Reporter: Freeman Fang
>            Assignee: 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.