Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CXF-8999] Skip testKerberosViaCustomTokenAction when on IBM Java #1792

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

jgoodyear
Copy link
Contributor

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.

@coheigea coheigea merged commit 86314d6 into apache:main Apr 5, 2024
2 of 4 checks passed
coheigea pushed a commit that referenced this pull request Apr 5, 2024
coheigea pushed a commit that referenced this pull request Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants