[ 
https://issues.apache.org/jira/browse/KARAF-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029832#comment-13029832
 ] 

Christian Schneider commented on KARAF-366:
-------------------------------------------

Hi Lukasz,

I have worked on KARAF-601. The issue is there because old Feature files could 
not be read correctly. I have fixed this by reactivating some coe in JAXBUtil 
that uses a SaxInputSource  to map the namespace of old feature files to the 
new namespace so jaxb can read them. Unfortunately this means that we can not 
completely remove sax code.
On the other hand using sax does not mean that we need a dependency in jdk 6.

So I think we can close this issue. What do you think?

Christian


> Remove sax parser code from features core
> -----------------------------------------
>
>                 Key: KARAF-366
>                 URL: https://issues.apache.org/jira/browse/KARAF-366
>             Project: Karaf
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Ɓukasz Dywicki
>             Fix For: 3.0.0
>
>
> If we will switch to Java 1.6 we can remove tons of SAX parser code and 
> switch to JAXB without installing additional dependencies.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to