MetaDataReader exposes a private exception class on the public API
------------------------------------------------------------------
Key: FELIX-3364
URL: https://issues.apache.org/jira/browse/FELIX-3364
Project: Felix
Issue Type: Bug
Components: Metatype Service
Affects Versions: metatype-1.0.4
Reporter: Jeremias Maerki
MetaDataReader can be useful outside the Metatype bundle and is part of the
bundle's public API. But some public methods of MetaDataReader expose
XmlPullParserException which is a private class (from the embedded xmlpull):
public MetaData parse( URL url ) throws IOException, XmlPullParserException
public MetaData parse( InputStream ins ) throws IOException,
XmlPullParserException
This prohibits the use of MetaDataReader from outside the Metatype bundle.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira