Uploaded image for project: 'ServiceMix'
  1. ServiceMix
  2. SM-1688

update classworlds version from 1.0.1 to 1.1

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.3, 3.3
    • 3.2.4, 3.3.1
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: