linq icon indicating copy to clipboard operation
linq copied to clipboard

Bump jacoco-maven-plugin from 0.8.6 to 0.8.8

Open dependabot[bot] opened this issue 3 years ago • 2 comments

Bumps jacoco-maven-plugin from 0.8.6 to 0.8.8.

Release notes

Sourced from jacoco-maven-plugin's releases.

0.8.8

New Features

  • JaCoCo now officially supports Java 17 and 18 (GitHub #1282, #1198).
  • Experimental support for Java 19 class files (GitHub #1264).
  • Part of bytecode generated by the Java compilers for assert statement is filtered out during generation of report (GitHub #1196).
  • Branch added by the Kotlin compiler version 1.6.0 and above for "unsafe" cast operator is filtered out during generation of report (GitHub #1266).
  • Improved support for multiple JaCoCo runtimes in the same VM (GitHub #1057).

Fixed bugs

  • Fixed NullPointerException during filtering (GitHub #1189).
  • Fix range for debug symbols of method parameters (GitHub #1246).

Non-functional Changes

  • JaCoCo now depends on ASM 9.2 (GitHub #1206).
  • Messages of exceptions occurring during analysis or instrumentation now include JaCoCo version (GitHub #1217).

0.8.7

New Features

  • JaCoCo now officially supports Java 15 and 16 (GitHub #1094, #1097, #1176).
  • Experimental support for Java 17 class files (GitHub #1132).
  • New formats parameter for Maven report goals to specify the generated report formats. Contributed by troosan. (GitHub #1175).
  • Branch added by the Kotlin compiler version 1.4.0 and above for "unsafe" cast operator is filtered out during generation of report (GitHub #1143, #1178).
  • synthetic methods added by the Kotlin compiler version 1.5.0 and above for private suspending functions are filtered out (GitHub #1174).
  • Branches added by the Kotlin compiler version 1.4.20 and above for suspending lambdas are filtered out during generation of report (GitHub #1149).
  • Branches added by the Kotlin compiler version 1.5.0 and above for functions with default arguments are filtered out during generation of report (GitHub #1162).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1166).
  • Additional bytecode generated by the Kotlin compiler version 1.5.0 and above for when expressions on kotlin.String values is filtered out during generation of report (GitHub #1172).
  • Improved filtering of bytecode generated by Kotlin compiler versions below 1.5.0 for when expressions on kotlin.String values (GitHub #1156).

Fixed bugs

  • Fixed parsing of SMAP generated by Kotlin compiler version 1.5.0 and above (GitHub #1164).

Non-functional Changes

  • JaCoCo now depends on ASM 9.1 (GitHub #1094, #1097, #1153).
  • Maven plug-in has no dependency on maven-reporting-impl any more (GitHub #1121).
Commits
  • 5dcf34a Prepare release 0.8.8
  • aa16a7c Improve support for multiple JaCoCo runtimes in the same VM (#1057)
  • 7e516b1 Update documentation: JDK versions 17 and 18 are officially supported (#1282)
  • c54fa8a Include JaCoCo version in instrumentation/analysis exception messages (#1217)
  • 046ba52 Happy New Year 2022!
  • 2036acc Update KotlinUnsafeCastOperatorFilter for Kotlin 1.6 (#1266)
  • ac756b6 Add experimental support for Java 19 class files (#1264)
  • a0cf1e6 Upgrade gmavenplus-plugin to 1.13.0 (#1253)
  • 024de66 Fix build for JDK 18 >= EA b21 (#1249)
  • 70d5b98 Fix range for debug symbols of method parameters (#1246)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Apr 06 '22 00:04 dependabot[bot]

Codecov Report

Merging #61 (f1901fe) into master (1386366) will increase coverage by 0.58%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
+ Coverage     86.59%   87.17%   +0.58%     
  Complexity     3157     3157              
============================================
  Files           165      165              
  Lines         11877    11877              
  Branches       3071     3003      -68     
============================================
+ Hits          10285    10354      +69     
  Misses          702      702              
+ Partials        890      821      -69     
Impacted Files Coverage Δ
...m/bestvike/linq/enumerable/_OrderedEnumerable.java 95.52% <0.00%> (+0.26%) :arrow_up:
...ain/java/com/bestvike/linq/enumerable/_Lookup.java 90.95% <0.00%> (+0.47%) :arrow_up:
...c/main/java/com/bestvike/linq/enumerable/Take.java 87.40% <0.00%> (+0.78%) :arrow_up:
.../java/com/bestvike/linq/enumerable/_Partition.java 88.92% <0.00%> (+0.87%) :arrow_up:
...main/java/com/bestvike/linq/enumerable/Concat.java 82.77% <0.00%> (+0.95%) :arrow_up:
.../bestvike/linq/enumerable/__EnumerableHelpers.java 78.82% <0.00%> (+1.17%) :arrow_up:
...va/com/bestvike/linq/enumerable/AppendPrepend.java 93.47% <0.00%> (+1.30%) :arrow_up:
...main/java/com/bestvike/linq/enumerable/Select.java 88.26% <0.00%> (+1.31%) :arrow_up:
...c/main/java/com/bestvike/linq/enumerable/_Set.java 94.66% <0.00%> (+1.33%) :arrow_up:
.../bestvike/linq/enumerable/__LargeArrayBuilder.java 80.59% <0.00%> (+1.49%) :arrow_up:
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1386366...f1901fe. Read the comment docs.

codecov[bot] avatar Apr 06 '22 00:04 codecov[bot]

@dependabot recreate

timandy avatar Jun 02 '22 03:06 timandy

@dependabot rebase

timandy avatar May 31 '23 02:05 timandy

Looks like org.jacoco:jacoco-maven-plugin is no longer updatable, so this is no longer needed.

dependabot[bot] avatar May 31 '23 02:05 dependabot[bot]