linq
linq copied to clipboard
Bump jacoco-maven-plugin from 0.8.6 to 0.8.8
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
NullPointerExceptionduring 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
formatsparameter 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).
syntheticmethods added by the Kotlin compiler version 1.5.0 and above forprivatesuspending 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
lateinitproperty 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.Stringvalues 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.Stringvalues (GitHub #1156).Fixed bugs
- Fixed parsing of SMAP generated by Kotlin compiler version 1.5.0 and above (GitHub #1164).
Non-functional Changes
Commits
5dcf34aPrepare release 0.8.8aa16a7cImprove support for multiple JaCoCo runtimes in the same VM (#1057)7e516b1Update documentation: JDK versions 17 and 18 are officially supported (#1282)c54fa8aInclude JaCoCo version in instrumentation/analysis exception messages (#1217)046ba52Happy New Year 2022!2036accUpdate KotlinUnsafeCastOperatorFilter for Kotlin 1.6 (#1266)ac756b6Add experimental support for Java 19 class files (#1264)a0cf1e6Upgrade gmavenplus-plugin to 1.13.0 (#1253)024de66Fix build for JDK 18 >= EA b21 (#1249)70d5b98Fix range for debug symbols of method parameters (#1246)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #61 (f1901fe) into master (1386366) will increase coverage by
0.58%. The diff coverage isn/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 dataPowered by Codecov. Last update 1386366...f1901fe. Read the comment docs.
@dependabot recreate
@dependabot rebase
Looks like org.jacoco:jacoco-maven-plugin is no longer updatable, so this is no longer needed.