-
Notifications
You must be signed in to change notification settings - Fork 30
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
Migrate Indy to JDK11. #1505
Comments
Swapping out the classes has been done in PR #1517 |
To test with JDK11 a system property needs adding. Without the property the BMUnit tests error. This will be added by the PR #1547 |
There is an open issue JDK-8228343 with the tooling that comes with OpenJDK11 when running in a container. Due to pid id lookups in the wrong namespace. |
Function Tests also are broken. Details in #1621 |
At runtime JDK11 is being used. This issue will remain open until the container image uses JDK8 compiled byte-code. |
To make the transition to JDK11 there are changes necessary to the codebase.
These can be summarised as:
See the JDK11 Release Notes for details.
The text was updated successfully, but these errors were encountered: