Skip to content

Fix checks for ibm security classes to work with recent IBM Semeru JDKs #111

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

Merged
merged 1 commit into from
Dec 19, 2022

Conversation

jonathan-albrecht-ibm
Copy link
Contributor

IBM Semeru JDKs no longer ship their own com.ibm.security.* classes and instead ship the standard com.sun.security.* classes. This change checks for the presence of the IBM classes when an IBM JDK is detected and falls back to the standard classes if the IBM classes are not found.

There is currently a work in progress PR in hadoop (apache/hadoop#4537) for the same issue and this PR uses the same approach.

@coheigea coheigea merged commit a56ab97 into apache:trunk Dec 19, 2022
@jonathan-albrecht-ibm
Copy link
Contributor Author

Thanks @coheigea!

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