-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update modularity tests based on Java 11 #150
Comments
There is no "ugradable" platform module in JDK11. As suggested in : http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-September/009310.html - the only "upgradable" platform modules have been the ones related to EE -- which have been removed. Note, So, we should remove the obsolete tests - e.g., tests that involve upgrading an "upgradable" platform module. |
Note the patch module tests still can patch "platform modules" for which we'd have to add a replacement for the deleted |
Note: |
This PR contains the changes required to get modularity tests running on JDK11 : #196 Change summary
|
java.transaction
module, on which implementation of several modularity tests depend, have been completely removed in Java 11 as part of eclipse-openj9/openj9#992Modules removed in java 11:
Following tests need to be rewritten, as they depend on
java.transaction
:The text was updated successfully, but these errors were encountered: