Simplify the repository parser based on KXml2
---------------------------------------------
Key: FELIX-2211
URL: https://issues.apache.org/jira/browse/FELIX-2211
Project: Felix
Issue Type: Task
Components: Bundle Repository (OBR)
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
Fix For: bundlerepository-1.6.0
Using SAX on top of a pull parser is just way too complicated. It also leads
to using reflection and some spurious method calls.
Refactoring to be similar to the new StaxParser will be much easier to maintain
and will allow a greater decoupling between the data model and the parser
(where the setters do not have to be named the same as the xml element names).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.