arquillian-extension-jacoco icon indicating copy to clipboard operation
arquillian-extension-jacoco copied to clipboard

Getting Coverage Data from deployments created by Java 17 by updating to JaCoCo 0.8.8

Open mmusenbr opened this issue 2 years ago • 0 comments

Short description of what this resolves:

Allows creation of code coverage reports on applications compiled against Java 17 by pumping JaCoCo to 0.8.8 (version with official JDK-17 support) and pumping the related asm version to 9.2.

Changes proposed in this pull request:

  • Update JaCoCo version to 0.8.8
  • Update ASM version to 9.2

mmusenbr avatar Sep 26 '22 19:09 mmusenbr