You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/04/13 10:19:48 UTC

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #1628: Bump jacoco-maven-plugin from 0.8.4 to 0.8.8

dependabot[bot] opened a new pull request, #1628:
URL: https://github.com/apache/tinkerpop/pull/1628

   Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.4 to 0.8.8.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/jacoco/jacoco/releases">jacoco-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>0.8.8</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 17 and 18 (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1282">#1282</a>, <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1198">#1198</a>).</li>
   <li>Experimental support for Java 19 class files (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1264">#1264</a>).</li>
   <li>Part of bytecode generated by the Java compilers for assert statement is filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1196">#1196</a>).</li>
   <li>Branch added by the Kotlin compiler version 1.6.0 and above for &quot;unsafe&quot; cast operator is filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1266">#1266</a>).</li>
   <li>Improved support for multiple JaCoCo runtimes in the same VM (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1057">#1057</a>).</li>
   </ul>
   <h2>Fixed bugs</h2>
   <ul>
   <li>Fixed <code>NullPointerException</code> during filtering (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1189">#1189</a>).</li>
   <li>Fix range for debug symbols of method parameters (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1246">#1246</a>).</li>
   </ul>
   <h2>Non-functional Changes</h2>
   <ul>
   <li>JaCoCo now depends on ASM 9.2 (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1206">#1206</a>).</li>
   <li>Messages of exceptions occurring during analysis or instrumentation now include JaCoCo version (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1217">#1217</a>).</li>
   </ul>
   <h2>0.8.7</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 15 and 16 (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1094">#1094</a>, <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1097">#1097</a>, <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1176">#1176</a>).</li>
   <li>Experimental support for Java 17 class files (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1132">#1132</a>).</li>
   <li>New <code>formats</code> parameter for Maven report goals to specify the generated report formats. Contributed by troosan. (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1175">#1175</a>).</li>
   <li>Branch added by the Kotlin compiler version 1.4.0 and above for &quot;unsafe&quot; cast operator is filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1143">#1143</a>, <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1178">#1178</a>).</li>
   <li><code>synthetic</code> methods added by the Kotlin compiler version 1.5.0 and above for <code>private</code> suspending functions are filtered out (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1174">#1174</a>).</li>
   <li>Branches added by the Kotlin compiler version 1.4.20 and above for suspending lambdas are filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1149">#1149</a>).</li>
   <li>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 <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1162">#1162</a>).</li>
   <li>Branch added by the Kotlin compiler version 1.5.0 and above for reading from <code>lateinit</code> property is filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1166">#1166</a>).</li>
   <li>Additional bytecode generated by the Kotlin compiler version 1.5.0 and above for when expressions on <code>kotlin.String</code> values is filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1172">#1172</a>).</li>
   <li>Improved filtering of bytecode generated by Kotlin compiler versions below 1.5.0 for when expressions on <code>kotlin.String</code> values (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1156">#1156</a>).</li>
   </ul>
   <h2>Fixed bugs</h2>
   <ul>
   <li>Fixed parsing of SMAP generated by Kotlin compiler version 1.5.0 and above (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1164">#1164</a>).</li>
   </ul>
   <h2>Non-functional Changes</h2>
   <ul>
   <li>JaCoCo now depends on ASM 9.1 (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1094">#1094</a>, <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1097">#1097</a>, <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1153">#1153</a>).</li>
   <li>Maven plug-in has no dependency on <code>maven-reporting-impl</code> any more (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1121">#1121</a>).</li>
   </ul>
   <h2>0.8.6</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 14.</li>
   <li>Experimental support for Java 15 class files (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/992">#992</a>).</li>
   <li>Experimental support for Java 16 class files (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1059">#1059</a>).</li>
   <li>Methods <code>toString</code>, <code>hashCode</code> and <code>equals</code> generated by compiler for records are filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/990">#990</a>).</li>
   <li>Bridge methods are filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1010">#1010</a>).</li>
   <li>Methods generated by Kotlin compiler for non-overridden non-abstract methods of interfaces are filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1012">#1012</a>).</li>
   <li>Branches added by the Kotlin compiler version 1.3.60 for suspending functions with tail call optimization are filtered out during generation of report (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1016">#1016</a>).</li>
   </ul>
   <h2>Fixed bugs</h2>
   <ul>
   <li>Compression method of zip entries is now preserved when instrumenting archives. This allows to use JaCoCo with frameworks that expect uncompressed entries (GitHub <a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1018">#1018</a>).</li>
   </ul>
   <h2>Non-functional Changes</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jacoco/jacoco/commit/5dcf34ad180c125ee3214437b0ca4f9b7b6258fc"><code>5dcf34a</code></a> Prepare release 0.8.8</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/aa16a7c25cfc119ba3486bb114d3d54dc1bcca6c"><code>aa16a7c</code></a> Improve support for multiple JaCoCo runtimes in the same VM (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1057">#1057</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/7e516b1eaba146f0b5c05cfc3c3ac1a2a0735cb8"><code>7e516b1</code></a> Update documentation: JDK versions 17 and 18 are officially supported (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1282">#1282</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/c54fa8a521022ac9af9a8c2f0533b2652d5d205a"><code>c54fa8a</code></a> Include JaCoCo version in instrumentation/analysis exception messages (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1217">#1217</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/046ba52e9fd1288cf121fd1013c9019d71946954"><code>046ba52</code></a> Happy New Year 2022!</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/2036acc5d2e88fed74b9a70728af1bebedb34055"><code>2036acc</code></a> Update KotlinUnsafeCastOperatorFilter for Kotlin 1.6 (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1266">#1266</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/ac756b60c029d0acf5e1202c9966b2c5a79b6b8c"><code>ac756b6</code></a> Add experimental support for Java 19 class files (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1264">#1264</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/a0cf1e6c0ce9bbfeda705201278689a01b3d274b"><code>a0cf1e6</code></a> Upgrade gmavenplus-plugin to 1.13.0 (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1253">#1253</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/024de66740f7308ce98b6ce895a4ae1d049d282d"><code>024de66</code></a> Fix build for JDK 18 &gt;= EA b21 (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1249">#1249</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/70d5b98d8c438126e9e95f186017ef972b031ef8"><code>70d5b98</code></a> Fix range for debug symbols of method parameters (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1246">#1246</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/jacoco/jacoco/compare/v0.8.4...v0.8.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jacoco:jacoco-maven-plugin&package-manager=maven&previous-version=0.8.4&new-version=0.8.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] spmallette commented on pull request #1628: Bump jacoco-maven-plugin from 0.8.4 to 0.8.8

Posted by GitBox <gi...@apache.org>.
spmallette commented on PR #1628:
URL: https://github.com/apache/tinkerpop/pull/1628#issuecomment-1125227431

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] closed pull request #1628: Bump jacoco-maven-plugin from 0.8.4 to 0.8.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1628: Bump jacoco-maven-plugin from 0.8.4 to 0.8.8
URL: https://github.com/apache/tinkerpop/pull/1628


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] commented on pull request #1628: Bump jacoco-maven-plugin from 0.8.4 to 0.8.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1628:
URL: https://github.com/apache/tinkerpop/pull/1628#issuecomment-1125230191

   Looks like org.jacoco:jacoco-maven-plugin is up-to-date now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org