chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.15 - #356
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.15#356renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Review Skipped - Label Excluded |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.9→0.8.15Release Notes
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)
v0.8.15Compare Source
v0.8.14: 0.8.14Compare Source
New Features
Fixed bugs
Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #1819).
Non-functional Changes
v0.8.13: 0.8.13Compare Source
New Features
inlinefunctions (GitHub #1670).inlinefunctions withreifiedtype parameter (GitHub #1670, #1700).JvmSyntheticfunctions (GitHub #1700).getEntriesgenerated by the Kotlin compiler for enum classes is filtered out during generation of report (GitHub #1625).JvmOverloadsannotation are filtered out (GitHub #1768).Fixed bugs
Non-functional Changes
IllegalArgumentExceptionoccurs during reading of zip file (GitHub #1833).v0.8.12: 0.8.12Compare Source
New Features
Fixed bugs
Non-functional Changes
v0.8.11: 0.8.11Compare Source
New Features
Fixed bugs
VerifyErrorwhen the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #893).Non-functional Changes
v0.8.10: 0.8.10Compare Source
Fixed bugs
SecurityManageroutside of itscodeBase(GitHub #1425).v0.8.9: 0.8.9Compare Source
New Features
report-aggregateMaven goal (GitHub #1007).Fixed bugs
java.langpackage to unnamed module of the application class loader (GitHub #1334).Non-functional Changes
v0.8.8: 0.8.8Compare Source
New Features
Fixed bugs
NullPointerExceptionduring filtering (GitHub #1189).Non-functional Changes
v0.8.7: 0.8.7Compare Source
New Features
formatsparameter for Maven report goals to specify the generated report formats. Contributed by troosan. (GitHub #1175).syntheticmethods added by the Kotlin compiler version 1.5.0 and above forprivatesuspending functions are filtered out (GitHub #1174).lateinitproperty is filtered out during generation of report (GitHub #1166).kotlin.Stringvalues is filtered out during generation of report (GitHub #1172).kotlin.Stringvalues (GitHub #1156).Fixed bugs
Non-functional Changes
maven-reporting-implany more (GitHub #1121).v0.8.6: 0.8.6Compare Source
New Features
toString,hashCodeandequalsgenerated by compiler for records are filtered out during generation of report (GitHub #990).Fixed bugs
Non-functional Changes
API Changes
URLStreamHandlerRuntimeremoved (GitHub #471).All Resolved Issues
v0.8.5: 0.8.5Compare Source
New Features
Fixed bugs
syntheticconstructors that contain values of default arguments in Kotlin should not be ignored (GitHub #888).longordoubleshould be filtered out during generation of report (GitHub #908).syntheticmethods that contain bodies of anonymous functions in Scala should not be ignored (GitHub #912).NullPointerExceptionduring filtering (GitHub #942, #944).Non-functional Changes
API Changes
AnalyzerandInstrumenterand thus also during report generation and offline instrumentation (GitHub #952).All Resolved Issues
v0.8.4: 0.8.4Compare Source
New Features
Fixed bugs
module-info.classshould be excluded from analysis to not causeIllegalStateException(GitHub #859).API Changes
Instrumenter.instrument(org.objectweb.asm.ClassReader)andAnalyzer.analyzeClass(org.objectweb.asm.ClassReader)were removed (GitHub #850).Non-functional Changes
All Resolved Issues
v0.8.3: 0.8.3Compare Source
New Features
runtimeorclassand whose simple name contains "Generated" (previously equality was required) are filtered out during generation of report (GitHub #822).Fixed Bugs
syntheticmethods that contain values of default arguments in Kotlin should not be ignored (GitHub #774).syntheticmethods that represent suspend functions in Kotlin should not be ignored (GitHub #804).includesandexcludesfromdump,mergeandrestore-instrumented-classesgoals of jacoco-maven-plugin, because they have no effect (GitHub #827).Non-functional Changes
All Resolved Issues
v0.8.2: 0.8.2Compare Source
New Features
switchstatements onjava.lang.Stringvalues is filtered out during generation of report (GitHub #735, #741, #746).lateinitproperty is filtered out during generation of report. Implementation by Fabian Mastenbroek (GitHub #707).elseofwhenexpressions that list all cases ofenumorsealed classis filtered out during generation of report (GitHub #721, #729, #749).kotlin.Stringvalues is filtered out during generation of report (GitHub #737, #746).runtimeorclassand whose simple name isGeneratedare filtered out during generation of report (GitHub #731).Fixed Bugs
switchstatement onjava.lang.Stringvalues with a small number cases is now correctly filtered out during generation of report (GitHub #730).Non-functional Changes
API Changes
sourcefilenameon theclasselement to allow unambiguously relate classes to source files. The JaCoCo DTD version has been updated to 1.1 (GitHub #702).All Resolved Issues
v0.8.1: 0.8.1Compare Source
New Features
All Resolved Issues
v0.8.0: 0.8.0Compare Source
New Features
checkgoal and Antcheckelement now also supports percentage values (GitHub #534).Automatic-Module-Namefor Java 9 (GitHub #565).runtimeandprovideddependencies (GitHub #498, #572).During creation of reports various compiler generated artifacts are filtered out, which otherwise require unnecessary and sometimes impossible tricks to not have partial or missed coverage:
valueOfandvaluesof enum types (GitHub #491).@lombok.Generatedto better integrate with Lombok >= 1.16.14. Initial analysis and contribution by Rüdiger zu Dohna (@t1) (GitHub #513).@groovy.transform.Generatedto better integrate with Groovy >= 2.5.0. Thanks to Andres Almiray (@aalmiray) for adding the annotation to Groovy (GitHub #610).synchronizedblocks (GitHub #501).finallyblocks (GitHub #604).switchstatements onjava.lang.Stringvalues (GitHub #596).Note: Tools that directly read exec files and embed JaCoCo for this (such as SonarQube or Jenkins) will provide filtering functionality only after they updated to this version of JaCoCo.
Fixed Bugs
dumpcommands now report error when server unexpectedly closes connection without sending response (GitHub #538).helpgoal that was missing in version 0.7.9 (GitHub #559).NullPointerExceptionduring offline instrumentation of module-info.class (GitHub #600, GitHub #634).InnerClassesattribute caused by bug in ASM library (GitHub #600).NegativeArraySizeExceptionduring instrumentation caused by bug in ASM library (GitHub #600).Non-functional Changes
All Resolved Issues
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.