You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Łukasz Dywicki (JIRA)" <ji...@apache.org> on 2011/01/10 16:10:45 UTC

[jira] Created: (KARAF-366) Remove sax parser code from features core

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


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.
-
You can reply to this email to add a comment to the issue online.


[jira] [Closed] (KARAF-366) Remove sax parser code from features core

Posted by "Łukasz Dywicki (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Łukasz Dywicki closed KARAF-366.
--------------------------------

    Resolution: Fixed
      Assignee: Łukasz Dywicki

Issue is done by David Jencks.

> 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
>            Assignee: Ł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

[jira] Updated: (KARAF-366) Remove sax parser code from features core

Posted by "Andreas Pieber (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Pieber updated KARAF-366:
---------------------------------

    Affects Version/s:     (was: 2.2.0)
                       3.0.0

Changed affectsVersion to 3, because 2.2 will stay jdk5

> 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

       

[jira] [Commented] (KARAF-366) Remove sax parser code from features core

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
    [ 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

[jira] Updated: (KARAF-366) Remove sax parser code from features core

Posted by "Łukasz Dywicki (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Łukasz Dywicki updated KARAF-366:
---------------------------------

    Affects Version/s:     (was: 3.0.0)
                       2.2.0
        Fix Version/s: 3.0.0

We gonna to remove SAX in 3.0 release after switch to JDK 1.6.

> 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: 2.2.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.
-
You can reply to this email to add a comment to the issue online.