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 34593 - Deprecate libs/jaxp module
Summary: Deprecate libs/jaxp module
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: libs (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords: ARCH, PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-06-25 19:45 UTC by Jesse Glick
Modified: 2004-08-13 12:11 UTC (History)
0 users

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 2003-06-25 19:45:31 UTC
Now that J2SE 1.4 is assumed, the libs/jaxp module
is not useful - you always have JAXP (interfaces +
impl) in the JRE anyway. Suggest:

- deprecate the module (OpenIDE-Module-Deprecated)

- remove it from the build (build.properties)

- add a module auto dep in core that translates a
dependency on org.netbeans.libs.jaxp/1, or a
requirement on
javax.xml.transform.TransformerFactory, to nothing
(no dep needed)
Comment 1 Jesse Glick 2003-12-23 17:52:47 UTC
See also issue #38300.
Comment 2 Jesse Glick 2004-05-14 14:15:23 UTC
Should not be shipping useless modules.
Comment 3 _ rkubacki 2004-05-19 13:35:57 UTC
fixed with issue 38300