You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/04/30 01:58:30 UTC

Build failed in Jenkins: TomEE » master-pull-request » runner #16

See <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$runner/16/display/redirect>

Changes:


------------------------------------------
[INFO] 
[INFO] ------------------------< org.superbiz:runner >-------------------------
[INFO] Building runner 9.0.0-M8-SNAPSHOT                              [126/346]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ runner ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ runner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$runner/ws/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ runner ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ runner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ runner ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$runner/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$runner/ws/src/test/java/RedeploymentTest.java>:[79,17] cannot access javax.ws.rs.core.MediaType
  class file for javax.ws.rs.core.MediaType not found
[ERROR] <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$runner/ws/src/test/java/RedeploymentTest.java>:[88,17] no suitable method found for type(jakarta.ws.rs.core.MediaType)
    method org.apache.cxf.jaxrs.client.WebClient.type(javax.ws.rs.core.MediaType) is not applicable
      (argument mismatch; jakarta.ws.rs.core.MediaType cannot be converted to javax.ws.rs.core.MediaType)
    method org.apache.cxf.jaxrs.client.WebClient.type(java.lang.String) is not applicable
      (argument mismatch; jakarta.ws.rs.core.MediaType cannot be converted to java.lang.String)
[ERROR] <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$runner/ws/src/test/java/RedeploymentTest.java>:[94,18] no suitable method found for type(jakarta.ws.rs.core.MediaType)
    method org.apache.cxf.jaxrs.client.WebClient.type(javax.ws.rs.core.MediaType) is not applicable
      (argument mismatch; jakarta.ws.rs.core.MediaType cannot be converted to javax.ws.rs.core.MediaType)
    method org.apache.cxf.jaxrs.client.WebClient.type(java.lang.String) is not applicable
      (argument mismatch; jakarta.ws.rs.core.MediaType cannot be converted to java.lang.String)
[INFO] 3 errors 
[INFO] -------------------------------------------------------------