This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 205011

Summary: Two copies of Commons Logging in ide cluster
Product: web Reporter: Jesse Glick <jglick>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: normal CC: Sam.MIT, tstupka
Priority: P3 Keywords: ARCH
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2011-11-11 17:56:25 UTC
html.validation should not bundle its own copy of Commons Logging. It should merely declare a dependency on the org.apache.commons.logging bundle. Currently that is at 1.1; if html.validation really needs 1.1.1 then the common module should be updated.
Comment 1 Marek Fukala 2012-04-23 12:28:53 UTC
*** Bug 193754 has been marked as a duplicate of this bug. ***
Comment 2 Marek Fukala 2012-04-23 12:48:35 UTC
web-main#f81a2b2f439d

the 1.1.1 version bundled in html.validator has been removed and the module now depends on o.a.c.logging bundle (currently 1.1).

According to the http://commons.apache.org/logging/ the 1.1.1 contains just some bugfixes to 1.1 so using 1.1 should be ok. I've done some testing and everything seems to work fine.

If anyone upgrades the bundle to 1.1.1 it would be nice.
Comment 3 Quality Engineering 2012-04-24 10:01:43 UTC
Integrated into 'main-golden', will be available in build *201204240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f81a2b2f439d
User: Marek Fukala <mfukala@netbeans.org>
Log: #205011 - Two copies of Commons Logging in ide cluster