You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2011/01/08 04:25:46 UTC

[jira] Created: (ABDERA-278) Relax the version requirement for commons-codec in OSGi manifests

Relax the version requirement for commons-codec in OSGi manifests
-----------------------------------------------------------------

                 Key: ABDERA-278
                 URL: https://issues.apache.org/jira/browse/ABDERA-278
             Project: Abdera
          Issue Type: Improvement
    Affects Versions: 1.1.1
            Reporter: Antoine Toulme


The latest release relies on commons-codec 1.4. Commons-codec has a regression, CODEC-89, so 1.3 is still very much used.

As a result, it would be great to relax the dependency on commons-codec in the manifest for OSGi.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ABDERA-278) Relax the version requirement for commons-codec in OSGi manifests

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979152#action_12979152 ] 

Antoine Toulme commented on ABDERA-278:
---------------------------------------

Note this is for abdera-core. I don't know of all components in abdera.

> Relax the version requirement for commons-codec in OSGi manifests
> -----------------------------------------------------------------
>
>                 Key: ABDERA-278
>                 URL: https://issues.apache.org/jira/browse/ABDERA-278
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>            Reporter: Antoine Toulme
>
> The latest release relies on commons-codec 1.4. Commons-codec has a regression, CODEC-89, so 1.3 is still very much used.
> As a result, it would be great to relax the dependency on commons-codec in the manifest for OSGi.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ABDERA-278) Relax the version requirement for commons-codec in OSGi manifests

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979441#action_12979441 ] 

Antoine Toulme commented on ABDERA-278:
---------------------------------------

Confirmed, the fix is in the RC. Thanks!

> Relax the version requirement for commons-codec in OSGi manifests
> -----------------------------------------------------------------
>
>                 Key: ABDERA-278
>                 URL: https://issues.apache.org/jira/browse/ABDERA-278
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>            Reporter: Antoine Toulme
>
> The latest release relies on commons-codec 1.4. Commons-codec has a regression, CODEC-89, so 1.3 is still very much used.
> As a result, it would be great to relax the dependency on commons-codec in the manifest for OSGi.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ABDERA-278) Relax the version requirement for commons-codec in OSGi manifests

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

Christine Koppelt updated ABDERA-278:
-------------------------------------

    Fix Version/s: 1.1.2

> Relax the version requirement for commons-codec in OSGi manifests
> -----------------------------------------------------------------
>
>                 Key: ABDERA-278
>                 URL: https://issues.apache.org/jira/browse/ABDERA-278
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>            Reporter: Antoine Toulme
>             Fix For: 1.1.2
>
>
> The latest release relies on commons-codec 1.4. Commons-codec has a regression, CODEC-89, so 1.3 is still very much used.
> As a result, it would be great to relax the dependency on commons-codec in the manifest for OSGi.

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

        

[jira] Resolved: (ABDERA-278) Relax the version requirement for commons-codec in OSGi manifests

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

ant elder resolved ABDERA-278.
------------------------------

    Resolution: Fixed

I've committed a fix to this to trunk and included it in the upcoming 1.1.2 release, it would be great if you could verify if this fixes problem for you. The trunk artifacts are published to the snapshot repo as version 1.2-SNAPSHOT or the 1.1.2 release candidate artifacts are at http://people.apache.org/~antelder/abdera/1.1.2-RC2/

> Relax the version requirement for commons-codec in OSGi manifests
> -----------------------------------------------------------------
>
>                 Key: ABDERA-278
>                 URL: https://issues.apache.org/jira/browse/ABDERA-278
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>            Reporter: Antoine Toulme
>
> The latest release relies on commons-codec 1.4. Commons-codec has a regression, CODEC-89, so 1.3 is still very much used.
> As a result, it would be great to relax the dependency on commons-codec in the manifest for OSGi.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ABDERA-278) Relax the version requirement for commons-codec in OSGi manifests

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979151#action_12979151 ] 

Antoine Toulme commented on ABDERA-278:
---------------------------------------

The change would look like this:


62c62
<  ",org.apache.commons.codec.binary;version="[1.4,2)",org.apache.common
---
>  ",org.apache.commons.codec.binary;version="[1.3,2)",org.apache.common


> Relax the version requirement for commons-codec in OSGi manifests
> -----------------------------------------------------------------
>
>                 Key: ABDERA-278
>                 URL: https://issues.apache.org/jira/browse/ABDERA-278
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>            Reporter: Antoine Toulme
>
> The latest release relies on commons-codec 1.4. Commons-codec has a regression, CODEC-89, so 1.3 is still very much used.
> As a result, it would be great to relax the dependency on commons-codec in the manifest for OSGi.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ABDERA-278) Relax the version requirement for commons-codec in OSGi manifests

Posted by "ant elder (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979108#action_12979108 ] 

ant elder commented on ABDERA-278:
----------------------------------

Could you provide a patch of what you'd like the update manifest to look like?



> Relax the version requirement for commons-codec in OSGi manifests
> -----------------------------------------------------------------
>
>                 Key: ABDERA-278
>                 URL: https://issues.apache.org/jira/browse/ABDERA-278
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 1.1.1
>            Reporter: Antoine Toulme
>
> The latest release relies on commons-codec 1.4. Commons-codec has a regression, CODEC-89, so 1.3 is still very much used.
> As a result, it would be great to relax the dependency on commons-codec in the manifest for OSGi.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.