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 - Two copies of Commons Logging in ide cluster
Summary: Two copies of Commons Logging in ide cluster
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords: ARCH
: 193754 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-11 17:56 UTC by Jesse Glick
Modified: 2012-04-24 10:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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