You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
When running unit tests for the key protect KMS submodule, an internal exception due to a sdk module not updated for java modules in Java version 9 and up. Work around is to run junit with special VM params:
--add-opens java.base/java.lang=ALL-UNNAMED
This is a workaround for Java versions 9-11. The master pom.xml has been updated to specifiy the above VM args when running junit.
Ultimately the SDK must be updated. To this end, I have created an issue for IBM's key protect SDK. Details there:
When running unit tests for the key protect KMS submodule, an internal exception due to a sdk module not updated for java modules in Java version 9 and up. Work around is to run junit with special VM params:
This is a workaround for Java versions 9-11. The master pom.xml has been updated to specifiy the above VM args when running junit.
Ultimately the SDK must be updated. To this end, I have created an issue for IBM's key protect SDK. Details there:
IBM/keyprotect-java-client#29
The text was updated successfully, but these errors were encountered: