CXF-8700: Eliminate the `java.compiler` dependency from cxf-core
enabling Karaf debug settings in org.apache.cxf.systest.sts.itests.BasicSTSIntegrationTest didn't work :(
enabling Karaf debug settings in
org.apache.cxf.systest.sts.itests.BasicSTSIntegrationTestdidn't work :(
@rotty3000 could you please uncomment KarafDistributionOption.keepRuntimeFolder(), (BasicSTSIntegrationTest), I will fetch the distribution and logs right after the build.
@reta done!
@reta done!
Could see a few things:
system.properties:
org.ops4j.pax.url.mvn.localRepository=/home/jenkins/workspace/CXF/CXF-JDK11-PR/.repository
/home/jenkins/workspace/CXF/CXF-JDK11-PR/.repository has cxf-tools-compiler published but the bundle is not installed:
karaf@root()> la | grep -i compiler
karaf@root()>
Looking why PAX does not seem to pick the artifacts.
Oh, I see all checks have now passed :)
Thanks for the pull request @rotty3000! My apologies for the delay looking into it. May I ask you please to split this request into smaller ones. It seems like you have bundled java.desktop and java.compiler + other changes together but there are separate tickets for it (CXF-7000, CXF-7001 created by you). The compiler changes look good to me (besides the compatibility comments) but I do have questions to java.desktop related changes.