Hi Dennis,

Are you using JDK9, please use JDK11 instead, as it’s the LTS version.
The OSGi tests part passed on my machine with JDK11 and latest Karaf 
4.2.2-SNAPSHOT kit. I put javax.activation fix in Karaf 4.2.2-SNAPSHOT today so 
probably this is the reason why CI failed because the SNAPSHOT which contains 
my fix not get published yet.

Best Regards
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



> On Oct 12, 2018, at 6:11 PM, Dennis Kieselhorst <[email protected]> wrote:
> 
> Hi Freeman,
> 
> I noticed that you updated JAXB. Tried to update swagger to the latest 
> version and it fails:
> 
> [ERROR] Message: Unable to resolve root: missing requirement [root] 
> osgi.identity; osgi.identity=cxf-rs-description-openapi-v3; 
> type=karaf.feature; version=3.3.0.SNAPSHOT; 
> filter:="(&(osgi.identity=cxf-rs-description-openapi-v3)(type=karaf.feature)(version>=3.3.0.SNAPSHOT))"
>  [caused by: Unable to resolve cxf-rs-description-openapi-v3/3.3.0.SNAPSHOT: 
> missing requirement [cxf-rs-description-openapi-v3/3.3.0.SNAPSHOT] 
> osgi.identity; 
> osgi.identity=org.apache.cxf.cxf-rt-rs-service-description-openapi-v3; 
> type=osgi.bundle; version="[3.3.0.SNAPSHOT,3.3.0.SNAPSHOT]"; 
> resolution:=mandatory [caused by: Unable to resolve 
> org.apache.cxf.cxf-rt-rs-service-description-openapi-v3/3.3.0.SNAPSHOT: 
> missing requirement 
> [org.apache.cxf.cxf-rt-rs-service-description-openapi-v3/3.3.0.SNAPSHOT] 
> osgi.wiring.package; 
> filter:="(&(osgi.wiring.package=io.swagger.v3.jaxrs2.ext)(version>=2.0.0)(!(version>=3.0.0)))"
>  [caused by: Unable to resolve io.swagger.core.v3.swagger-jaxrs2/2.0.5: 
> missing requirement [io.swagger.core.v3.swagger-jaxrs2/2.0.5] 
> osgi.wiring.package; 
> filter:="(&(osgi.wiring.package=io.swagger.v3.core.converter)(version>=2.0.0)(!(version>=3.0.0)))"
>  [caused by: Unable to resolve io.swagger.core.v3.swagger-core/2.0.5: missing 
> requirement [io.swagger.core.v3.swagger-core/2.0.5] osgi.wiring.package; 
> filter:="(&(osgi.wiring.package=javax.xml.bind.annotation)(version>=2.3.0)(!(version>=3.0.0)))"]]]]
> 
> Btw. there is also failure on Jenkins regarding javax.activation: 
> https://builds.apache.org/view/A-D/view/CXF/job/CXF-Master-JDK9/622/console
> 
> Cheers
> Dennis

Reply via email to