Description
The karaf-run IT fails due to abstract method error:
INFO: Lock acquired. Setting startlevel to 100 ERROR: Bundle org.apache.felix.metatype [5] Error starting mvn:org.apache.felix/org.apache.felix.metatype/1.1.2 (java.lang.AbstractMethodError: org.apache.felix.framework.ResolveContextImpl.getSubstitutionWires(Lorg/osgi/resource/Wiring;)Ljava/util/Collection;) java.lang.AbstractMethodError: org.apache.felix.framework.ResolveContextImpl.getSubstitutionWires(Lorg/osgi/resource/Wiring;)Ljava/util/Collection; at org.apache.felix.resolver.ResolverImpl.calculateExportedPackages(ResolverImpl.java:1613) at org.apache.felix.resolver.ResolverImpl.access$200(ResolverImpl.java:33) at org.apache.felix.resolver.ResolverImpl$3.run(ResolverImpl.java:1152) at org.apache.felix.resolver.ResolverImpl$EnhancedExecutor$1.run(ResolverImpl.java:2473) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) ERROR: Bundle org.apache.karaf.services.eventadmin [6] Error starting mvn:org.apache.karaf.services/org.apache.karaf.services.eventadmin/4.0.8 (java.lang.AbstractMethodError: org.apache.felix.framework.ResolveContextImpl.getSubstitutionWires(Lorg/osgi/resource/Wiring;)Ljava/util/Collection;) ...