jgoodyear opened a new pull request, #1792: URL: https://github.com/apache/cxf/pull/1792
KerberosTokenTest testKerberosViaCustomTokenAction should not run on IBM Java. The test case fails on ClassNotFound com.ibm.security.jgss.InquireType - this is thrown due to wss4j-ws-security-common having a hard coded check for IBM Java to use the above mentioned class. Most of the test cases in KerberosTokenTest are set to avoid running when on IBM, I believe this test case should also be set to not run. A future improvement would be to update wss4j-ws-security-common to be IBM Semeru friendly, then update CXF accordingly. Tested on MacOS 14.4.1 with IBM Semeru 17. -- 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]
