Jean-Baptiste Onofré created SM-4285:
----------------------------------------
Summary: spring-security-config 5.2.x bundle should optionally
import io.rsocket.plugins package
Key: SM-4285
URL: https://issues.apache.org/jira/browse/SM-4285
Project: ServiceMix
Issue Type: Bug
Components: bundles
Affects Versions: bundles-2019.12
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: bundles-2020.01
The spring-security-config 5.2.x bundle has a missing import:
{code:java}
Unable to resolve root: missing requirement [root] osgi.identity;
osgi.identity=spring-security; type=karaf.feature; version=5.2.1.RELEASE_1;
filter:="(&(osgi.identity=spring-security)(type=karaf.feature)(version>=5.2.1.RELEASE_1))"
[caused by: Unable to resolve spring-security/5.2.1.RELEASE_1: missing
requirement [spring-security/5.2.1.RELEASE_1] osgi.identity;
osgi.identity=org.apache.servicemix.bundles.spring-security-config;
type=osgi.bundle; version="[5.2.1.RELEASE_1,5.2.1.RELEASE_1]";
resolution:=mandatory [caused by: Unable to resolve
org.apache.servicemix.bundles.spring-security-config/5.2.1.RELEASE_1: missing
requirement
[org.apache.servicemix.bundles.spring-security-config/5.2.1.RELEASE_1]
osgi.wiring.package; filter:="(osgi.wiring.package=io.rsocket.plugins)"]] {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)