-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Allow OpenJCEPlus test execution with Java 11 #5164
Allow OpenJCEPlus test execution with Java 11 #5164
Conversation
Java 11 now includes the OpenJCEPlus module and should be tested accordingly similar to other Java releases.
Waiting for the issue in oe to be fixed or test framework support for differentiating ce vs oe. |
Thanks @AdamBrousseau . The issue in oe is fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Just for the record, the change needs to backport into the AQA release branch https://github.com/adoptium/aqa-tests/tree/v1.0.1-release, so that the tests can run against the milestone and April release builds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Java 11 now includes the OpenJCEPlus module and should be tested accordingly similar to other Java releases.
This update was ported to the v1.0.1-release branch using PR 5198 |
Java 11 now includes the OpenJCEPlus module and should be tested accordingly similar to other Java releases.