Closed PeerHeijnen closed 5 years ago
same problem OpenJDK 11.0.1
I will try to look into this during X-mas. Hopefully it is just that we need to update the asm dependency and add new constants for the new versions (Java 9, 10, and 11).
I just pushed a PullRequest that could solve the Java 11 issue, please try it out and I'll make a new release.
PS Sorry for not responding earlier, I sadly have very little time to spend on this project nowadays (and few tell me they use it plugin)
Released version "0.6.9-beta" (as it is quite untested) to maven repos this morning. You cannot see it yet but it is there.
Thanks a lot! Will test this.
Instrumentation fails for a Java 11 build:
I tried updating the asm dependency to 6.2.1 or 7.0-beta, which supports Java 11, but this fails with a 'This feature requires ASM7' message (don't know how to fix this).