-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Support Java 11 #211
Comments
The question is: where is |
The change was made in https://openjdk.java.net/jeps/220
I have to dig more into it, but it's still in jdk11 https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jdi/com/sun/jdi/package-summary.html |
Does it mean that it is available by default (no need to add another jar as before)?
|
I think so. There are probably changes in the behaviour/API that impact Nopol, so I have to experiment to be sure it's that straightforward. |
great, looking forward to the results |
FTR, @Twonki @martinezmatias the GZoltar is the remaining problem. André, we have an ongoing effort to replace Gzoltar, by a new project called flacoco, see eclipse-repairnator/repairnator#1029 We may soon give Flacoco a high priority. |
FYI @gynther-k is able to use GZoltar with Java 11, with the latest version as of commit gynther-k/TBar@d1b1555 |
I will take a look and update the PR |
@monperrus @andre15silva I have made a PR to gzoltar with a more detailed description GZoltar/gzoltar#41 . I have no previous experience of gzoltar so please come with suggestions . |
Thanks for the PR!
|
@martinezmatias @andre15silva FYI PR merged in GZoltar GZoltar/gzoltar#41 |
Nice. Thanks @gynther-k ! |
Currently Java >8 support is limited due to the
tools.jar
dependency.It would be important to fix these compatibility issues as Nopol's usage in https://github.com/eclipse/repairnator will be limited when it moves to Java 11.
The text was updated successfully, but these errors were encountered: