You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/04/01 13:50:29 UTC

[jira] Closed: (FELIX-2211) Simplify the repository parser based on KXml2

     [ https://issues.apache.org/jira/browse/FELIX-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-2211.
-----------------------------------


> 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.