On 10/04/2011 01:03 PM, Andrew Overholt wrote:
I would have guessed that xml-commons-apis would have provided this (there are items in javax/xml/stream), but there is not an entry for javax.xml.stream in its manifest. File a bug?
Yes, please. We should ensure the OSGi MANIFEST entries match that from the Orbit project:
Indeed, this looks like it is something brand new in xml-commons-external-1.4.01 (2009-12-15):
* Added the StAX 1.0 API (JSR 173). Sources based off of the distribution from Apache Geronimo. (mrglavas)
Note that it looks like the classes should be in xml-apis-ext.jar and not xml-apis.jar.
Strictly speaking, a newer version of the API is shipped with JDK 1.6 itself, so a hard dependency is not really necessary.