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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
