Bug 46758 - Use the StAX API jar from Apache Geronimo
Summary: Use the StAX API jar from Apache Geronimo
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords: PatchAvailable
Depends on:
Blocks: 46756
  Show dependency tree
 
Reported: 2009-02-23 02:10 UTC by Jukka Zitting
Modified: 2009-02-24 00:29 UTC (History)
0 users



Attachments
Patch to use the Geronimo version of the StAX API jar (1.07 KB, patch)
2009-02-23 02:10 UTC, Jukka Zitting
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jukka Zitting 2009-02-23 02:10:08 UTC
Created attachment 23299 [details]
Patch to use the Geronimo version of the StAX API jar

As mentioned in https://issues.apache.org/jira/browse/LEGAL-42, the licensing
terms of the JSR 173 API jar (jsr173_1.0_api.jar) are a bit troublesome.

There's an ALv2 version of the StAX API jar from the Apache Geronimo project.
I suggest that we use that jar instead of the official JSR 173 jar to avoid
licensing issues.

Assuming we make this change, the JSR 173 entries in the proposed new LICENSE
and NOTICE files in bug 46756 can be removed.
Comment 1 Yegor Kozlov 2009-02-24 00:29:29 UTC
Applied in r747303.

Yegor