Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.2.0
-
None
-
Karaf 2.2.8
Description
In the features.xml it contains this block
<feature name="shiro-cas" version="1.2.0" resolver="(obr)">
<feature version="1.2.0">shiro-cas</feature>
<!-- Is there a CAS client osgi bundle somewhere?
<bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/${casclient.bundle.version}</bundle>
-->
<bundle>mvn:org.apache.shiro/shiro-cas/1.2.0</bundle>
</feature>
It indicates that shiro-cas depends on shiro-cas, installing this feature on Karaf will yield a stackoverflow error.