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 84102

Summary: Two versions of commons-logging.jar
Product: javaee Reporter: Jesse Glick <jglick>
Component: CodeAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: pjiricka, ppisl
Priority: P3 Keywords: ARCH
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2006-09-03 23:16:42 UTC
Trunk sources. web/external/jsf-1.1/commons-logging.jar is 1.0.3.
web/external/struts-1.2.7-lib/commons-logging.jar is 1.0.4. Surely we don't need
both in the build (enterprise4/modules/ext/jsf/commons-logging.jar and
modules/ext/struts/commons-logging.jar). Also we already have
libs/commons_logging module which we should use to share the impls.
Comment 1 Petr Jiricka 2006-12-20 18:09:20 UTC
Not sure about this. In general, we prefer to bundle 3rd party components as
they are, without changing anything. One question is whether we will want to
bundle JSF at all, as it is included in GlassFish, and secondly this version of
JSF is closed source.
Comment 2 Andrei Badea 2007-10-18 14:52:42 UTC
We already took commons-fileupload out of struts.zip, so we probably could do the same for commons-logging.
Comment 3 Jiri Prox 2008-04-11 01:19:30 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 4 _ potingwu 2008-12-16 16:48:54 UTC
> we prefer to bundle 3rd party components as they are, without changing anything.

I agree with this scheme. Otherwise the developers will not trust how we bundle for them and use for their real product!
Comment 5 Petr Jiricka 2009-06-10 15:20:27 UTC
I don't think we will strive to only have one version of commons-logging.jar, closing as WONTFIX.