You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/11/02 07:48:28 UTC

[GitHub] [cxf] jimma commented on pull request #1019: Fixing Microprofile test suites (temporary adding javax.servlet dependency and downgrading to Jetty 9)

jimma commented on PR #1019:
URL: https://github.com/apache/cxf/pull/1019#issuecomment-1299714381

   @reta From the CI result, there are still some test failures under  `cxf-systests-microprofile-async` and `cxf-systests-microprofile-nocdi` caused by ` java.lang.ClassNotFoundException: javax.json.JsonException`
   The `wiremock` or `wiremock-standalone` dependency should both work for test scope ,  but it seems it needs to add more javax dependencies for `wiremock` dependency. 
   
   For `cxf-systests-microprofile-weld`, I did the similar change in weld module to get more tests passed yesterday , but there are still some failures I still need to have a look: https://github.com/apache/cxf/pull/1018/commits/94ce0543f4167d75dc2c9352b124e8358aec72be. 
   And the latest CI shows there are 23 failures(in my branch) to fix : https://ci-builds.apache.org/job/CXF/job/CXF-JDK17-PR/110/. Do you have an idea what I need to have a look ?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org