Hello, On my to upgrade from Karaf 4.1 to Karaf 4.2 I hit this error: [ERROR] Message: java.lang.UnsupportedOperationException
Apparently this is triggered by these kind of directives in my feature.xml: <capability>osgi.service;effective:=active;objectClass=com.flairbit.iot.security.x509.api.X509StoreService</capability> <capability>osgi.service;effective:=active;objectClass=com.flairbit.iot.devman.api.SubscriptionStoreService</capability> The same feature passes the verify goal in Karaf 4.1.x. What do you suggest? What kind of breaking changes where introduced in the feature resolution/verify in Karaf 4.2.2? Many thanks, Matteo
