[jira] [Commented] (SHIRO-655) shiro-core has an undesirable runtime OSGi dependency to spring-beans

2018-11-24 Thread Steinar Bang (JIRA)


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

Steinar Bang commented on SHIRO-655:


Submitted pull request with a fix: https://github.com/apache/shiro/pull/92

> shiro-core has an undesirable runtime OSGi dependency to spring-beans
> -
>
> Key: SHIRO-655
> URL: https://issues.apache.org/jira/browse/SHIRO-655
> Project: Shiro
>  Issue Type: Bug
>Affects Versions: 1.4.0-RC2
>Reporter: Steinar Bang
>Priority: Major
>  Labels: OSGi, osgi
>
> The manifest.mf of the shiro-core jar has a runtime dependency on 
> org.apache.commons.configuration2.interpol, 
> The org.apache.commons.configuration2.interpol package is provided by
> {code:xml}
> 
> org.apache.commons
> commons-configuration2
> 2.1
> compile
> 
> {code}
> and this bundle (it *is* a bundle with an OSGi MANIFEST.MF) has 
> springframework package requirements in the Import-Package header:
> {noformat}
> org.springframework.beans.factory,
> org.springframework.core.env,
> org.springframework.core.io,
> org.springframework.util
> {noformat}
> It should be possible to fix this by bumping the config-configurations2 
> dependency to to 2.2, for in that version of the bundle, the springframework 
> packages are made optional (and the runtime requirement goes away).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SHIRO-655) shiro-core has an undesirable runtime OSGi dependency to spring-beans

2018-11-25 Thread JIRA


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

Jean-Baptiste Onofré commented on SHIRO-655:


That's already part of the update related to Karaf 4 that I'm preparing for 
Shiro.

> shiro-core has an undesirable runtime OSGi dependency to spring-beans
> -
>
> Key: SHIRO-655
> URL: https://issues.apache.org/jira/browse/SHIRO-655
> Project: Shiro
>  Issue Type: Bug
>Affects Versions: 1.4.0-RC2
>Reporter: Steinar Bang
>Priority: Major
>  Labels: OSGi, osgi
>
> The manifest.mf of the shiro-core jar has a runtime dependency on 
> org.apache.commons.configuration2.interpol, 
> The org.apache.commons.configuration2.interpol package is provided by
> {code:xml}
> 
> org.apache.commons
> commons-configuration2
> 2.1
> compile
> 
> {code}
> and this bundle (it *is* a bundle with an OSGi MANIFEST.MF) has 
> springframework package requirements in the Import-Package header:
> {noformat}
> org.springframework.beans.factory,
> org.springframework.core.env,
> org.springframework.core.io,
> org.springframework.util
> {noformat}
> It should be possible to fix this by bumping the config-configurations2 
> dependency to to 2.2, for in that version of the bundle, the springframework 
> packages are made optional (and the runtime requirement goes away).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)