You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Christian Müller (Created JIRA)" <ji...@apache.org> on 2011/11/25 20:23:39 UTC

[jira] [Created] (SMX4-982) Create OSGI bundle for commons-pool 1.5.6

Create OSGI bundle for commons-pool 1.5.6
-----------------------------------------

                 Key: SMX4-982
                 URL: https://issues.apache.org/jira/browse/SMX4-982
             Project: ServiceMix 4
          Issue Type: Task
          Components: Bundles
            Reporter: Christian Müller
            Priority: Minor


To upgrade commons-pool in Camel we need a new OSGI bundle for commons-pool.
commons-pool is already an OSGI bundle, but the OSGI metainformation are not as good as it should:

commons-pool-1.5.6.jar:
{noformat}
Export-Package: org.apache.commons.pool.impl;version="1.5.6",org.apach
 e.commons.pool;version="1.5.6"
{noformat}

it should:
{noformat}
Export-Package: org.apache.commons.pool.impl;uses:="org.apache.commons
 .pool";version="1.5.6",org.apache.commons.pool;version="1.5.6"
{noformat}

[CAMEL-4623|https://issues.apache.org/jira/browse/CAMEL-4623]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (SMX4-982) Create OSGI bundle for commons-pool 1.5.6

Posted by "Jean-Baptiste Onofré (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SMX4-982.
---------------------------------------

    Resolution: Duplicate
    
> Create OSGI bundle for commons-pool 1.5.6
> -----------------------------------------
>
>                 Key: SMX4-982
>                 URL: https://issues.apache.org/jira/browse/SMX4-982
>             Project: ServiceMix 4
>          Issue Type: Task
>          Components: Bundles
>            Reporter: Christian Müller
>            Priority: Minor
>
> To upgrade commons-pool in Camel we need a new OSGI bundle for commons-pool.
> commons-pool is already an OSGI bundle, but the OSGI metainformation are not as good as it should:
> commons-pool-1.5.6.jar:
> {noformat}
> Export-Package: org.apache.commons.pool.impl;version="1.5.6",org.apach
>  e.commons.pool;version="1.5.6"
> {noformat}
> it should:
> {noformat}
> Export-Package: org.apache.commons.pool.impl;uses:="org.apache.commons
>  .pool";version="1.5.6",org.apache.commons.pool;version="1.5.6"
> {noformat}
> [CAMEL-4623|https://issues.apache.org/jira/browse/CAMEL-4623]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira