[
https://issues.apache.org/jira/browse/FELIX-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger resolved FELIX-3364.
--------------------------------------
Resolution: Fixed
Fix Version/s: metatype-1.0.6
Thanks for reporting and providing a patch. I have applied it in Rev. 1399648
> 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
> Assignee: Felix Meschberger
> Labels: patch
> Fix For: metatype-1.0.6
>
> Attachments: xmlpullparser-visibility-patch.diff
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira