-
Notifications
You must be signed in to change notification settings - Fork 28
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.14 #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/org.jacoco-jacoco-maven-plugin-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Owner
|
@rultor please, try to merge |
Collaborator
Collaborator
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 22min) |
976a182 to
b8d0046
Compare
b8d0046 to
0b30f4c
Compare
0b30f4c to
35dc9ce
Compare
35dc9ce to
da7c46e
Compare
da7c46e to
169a8cb
Compare
169a8cb to
5ae0e6d
Compare
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.8.0->0.8.14Release Notes
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.