Bump jacoco-maven-plugin from 0.8.5 to 0.8.6
Bumps jacoco-maven-plugin from 0.8.5 to 0.8.6.
Release notes
Sourced from jacoco-maven-plugin's releases.
0.8.6
New Features
- JaCoCo now officially supports Java 14.
- Experimental support for Java 15 class files (GitHub #992).
- Experimental support for Java 16 class files (GitHub #1059).
- Methods
toString
,hashCode
andequals
generated by compiler for records are filtered out during generation of report (GitHub #990).- Bridge methods are filtered out during generation of report (GitHub #1010).
- Methods generated by Kotlin compiler for non-overridden non-abstract methods of interfaces are filtered out during generation of report (GitHub #1012).
- Branches added by the Kotlin compiler version 1.3.60 for suspending functions with tail call optimization are filtered out during generation of report (GitHub #1016).
Fixed bugs
- Compression method of zip entries is now preserved when instrumenting archives. This allows to use JaCoCo with frameworks that expect uncompressed entries (GitHub #1018).
Non-functional Changes
- Support for Pack200 was removed in JDK 14. JaCoCo will now throw a detailed exception when Pack200 archives are processed with the latest JDKs (GitHub #984).
- JaCoCo now depends on ASM 8.0.1 (GitHub #1032, #1043).
API Changes
URLStreamHandlerRuntime
removed (GitHub #471).
Commits
-
492f421
Prepare release 0.8.6 -
b404a6b
improve english grammer (#1068) -
6ceb019
Visual cleanup of JDK/compilation target table (#1034) -
2a75e0d
Remove URLStreamHandlerRuntime (#471) -
1485a41
Add experimental support for Java 16 (#1059) -
d60a5b2
Fix validation test for Java 15 (#1052) -
c53d987
Upgrade ASM to 8.0.1 (#1043) -
1c5601b
Happy birthday JDK 14! (#1033) -
ed4653e
Upgrade ASM to 8.0 (#1032) -
bbff1f5
Add link about integration of JaCoCo into Codacy (#1028) - Additional commits viewable in compare view