You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/12/02 10:55:12 UTC

[jira] [Updated] (SMX4-1902) Import range for org.apache.commons.logging is too restrictive in spring 4.1.x bundles

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

Jean-Baptiste Onofré updated SMX4-1902:
---------------------------------------
    Description: 
Current spring 4.1.x bundles have an import range of

{code}
org.apache.commons.logging;version="[1.1.3,2)"
{code}

This is a request with a patch to move lower boundary to 1.1.1

{code}
org.apache.commons.logging;version="[1.1.1,2)"
{code}

Major reason is to allow use of slf4j, where slf4j-jcl exports commons logging packages with 1.1.1 version.

Also minor cleanup in the poms to allow build from root level.

  was:
Current spring 4.0/4.1 bundles have an import range of

{code}
org.apache.commons.logging;version="[1.1.3,2)"
{code}

This is a request with a patch to move lower boundary to 1.1.1

{code}
org.apache.commons.logging;version="[1.1.1,2)"
{code}

Major reason is to allow use of slf4j, where slf4j-jcl exports commons logging packages with 1.1.1 version.

Also minor cleanup in the poms to allow build from root level.


> Import range for org.apache.commons.logging is too restrictive in spring 4.1.x bundles
> --------------------------------------------------------------------------------------
>
>                 Key: SMX4-1902
>                 URL: https://issues.apache.org/jira/browse/SMX4-1902
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>            Reporter: Dmitry Sklyut
>            Assignee: Jean-Baptiste Onofré
>             Fix For: bundles-2014.11
>
>         Attachments: commons-logging_import_range_change_in_spring_4_x.patch
>
>
> Current spring 4.1.x bundles have an import range of
> {code}
> org.apache.commons.logging;version="[1.1.3,2)"
> {code}
> This is a request with a patch to move lower boundary to 1.1.1
> {code}
> org.apache.commons.logging;version="[1.1.1,2)"
> {code}
> Major reason is to allow use of slf4j, where slf4j-jcl exports commons logging packages with 1.1.1 version.
> Also minor cleanup in the poms to allow build from root level.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)