-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Status Overview
Latest snapshot build: Snapshot Repository
[x] ASM5: Release Required
We need a new ASM version which supports class file version 52.0. ASM 5.0_BETA is released to Maven central repo.
- ASM Bug 316481 (fixed)
[x] Adjust JaCoCo to new ASM APIs: Done
JaCoCo needs to be adjusted to ASM5 APIs. This has been done on a experimental branch.
[x] Select proper runtime implementation: Done
The ModifiedSystemClassRuntime does not work any more with JRE 8. So an alternative Runtime has to be selected. The UrlStreamHandlerRuntime seems to do the job.
[x] Maven JavaDoc: Workaround
With JDK 8 JavaDoc generated by Maven fails to compile due to Lint checks. As a workaround we can disable this check for the Maven plugin.
[x] Invalid Line Numbers: Fixed with JDK Build 103
The JDK 8 compiler missed line number information in certain cases which makes our integration tests fail (and also leads to wrong line coverage results).