You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by GitBox <gi...@apache.org> on 2021/05/05 05:01:38 UTC

[GitHub] [ws-axiom] dependabot[bot] opened a new pull request #118: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

dependabot[bot] opened a new pull request #118:
URL: https://github.com/apache/ws-axiom/pull/118


   Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.6 to 0.8.7.
   <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.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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jacoco/jacoco/commit/d19ea595a67af6f16d76b49ccdc12858c3570298"><code>d19ea59</code></a> Prepare release 0.8.7</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/b25ce531a4e81f1a0cffc5937ff8d44161a2f663"><code>b25ce53</code></a> Upgrade Kotlin to 1.5.0 (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1181">#1181</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/29a289066a20c85354d0fce06cad745157d77cc8"><code>29a2890</code></a> Update KotlinControlStructuresTarget for Kotlin 1.5 (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1180">#1180</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/acce036c5088aaecfcf39d06e17a907d9333de3f"><code>acce036</code></a> Add maven parameter to control which reports to generate (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1175">#1175</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/b23461d1ce3cf1aaab41d89821b9334be22b6e14"><code>b23461d</code></a> Update KotlinUnsafeCastOperatorFilter for Kotlin 1.5 (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1178">#1178</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/722acd990f8b29edf0a36af11c9b502270a097fa"><code>722acd9</code></a> Update documentation: JDK versions up to 16 are officially supported (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1176">#1176</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/c089ed7f43cceca0e2183d52f6ed705b2a3165ae"><code>c089ed7</code></a> Fix wording (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1109">#1109</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/2eca2f29b22b2dd78bcc7e5869e02ef18092eab9"><code>2eca2f2</code></a> Add url to jacoco-maven-plugin (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1169">#1169</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/86dc5fd9f0531927054ba06991c6ee94c8da7785"><code>86dc5fd</code></a> Update filter for Kotlin 1.5 suspending functions (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1174">#1174</a>)</li>
   <li><a href="https://github.com/jacoco/jacoco/commit/b68fe1a0a7fb86f12cda689ec473fd6633699b55"><code>b68fe1a</code></a> Update filter for Kotlin 1.5 when-expressions with String (<a href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1172">#1172</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/jacoco/jacoco/compare/v0.8.6...v0.8.7">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.6&new-version=0.8.7)](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
   
   
   </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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] veithen merged pull request #118: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

Posted by GitBox <gi...@apache.org>.
veithen merged pull request #118:
URL: https://github.com/apache/ws-axiom/pull/118


   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] dp-glitch commented on pull request #118: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

Posted by GitBox <gi...@apache.org>.
dp-glitch commented on pull request #118:
URL: https://github.com/apache/ws-axiom/pull/118#issuecomment-839732037


   ..


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] codecov-commenter commented on pull request #118: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #118:
URL: https://github.com/apache/ws-axiom/pull/118#issuecomment-832414620


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#118](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (16d6c38) into [master](https://codecov.io/gh/apache/ws-axiom/commit/c80b8c7c96758eea24fcfb14e98f0bc97fc0ca11?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c80b8c7) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/118/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #118      +/-   ##
   ==========================================
   - Coverage   76.54%   76.51%   -0.03%     
   ==========================================
     Files         575      575              
     Lines       13958    13958              
     Branches     2402     2400       -2     
   ==========================================
   - Hits        10684    10680       -4     
   - Misses       2609     2612       +3     
   - Partials      665      666       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../java/org/apache/axiom/locator/Implementation.java](https://codecov.io/gh/apache/ws-axiom/pull/118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-YXhpb20tYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9heGlvbS9sb2NhdG9yL0ltcGxlbWVudGF0aW9uLmphdmE=) | `90.00% <0.00%> (-10.00%)` | :arrow_down: |
   | [...xiom/util/base64/AbstractBase64DecodingWriter.java](https://codecov.io/gh/apache/ws-axiom/pull/118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29tcG9uZW50cy9iYXNlNjQtdXRpbHMvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aW9tL3V0aWwvYmFzZTY0L0Fic3RyYWN0QmFzZTY0RGVjb2RpbmdXcml0ZXIuamF2YQ==) | `82.97% <0.00%> (-6.39%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [c80b8c7...16d6c38](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] dp-glitch commented on a change in pull request #118: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

Posted by GitBox <gi...@apache.org>.
dp-glitch commented on a change in pull request #118:
URL: https://github.com/apache/ws-axiom/pull/118#discussion_r630986132



##########
File path: pom.xml
##########
@@ -1041,7 +1041,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.6</version>

Review comment:
       ..




-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] dp-glitch commented on pull request #118: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

Posted by GitBox <gi...@apache.org>.
dp-glitch commented on pull request #118:
URL: https://github.com/apache/ws-axiom/pull/118#issuecomment-839722958


   ..
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] codecov-commenter edited a comment on pull request #118: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #118:
URL: https://github.com/apache/ws-axiom/pull/118#issuecomment-832414620


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#118](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (16d6c38) into [master](https://codecov.io/gh/apache/ws-axiom/commit/c80b8c7c96758eea24fcfb14e98f0bc97fc0ca11?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c80b8c7) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/118/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master     #118   +/-   ##
   =======================================
     Coverage   76.54%   76.54%           
   =======================================
     Files         575      575           
     Lines       13958    13958           
     Branches     2402     2402           
   =======================================
     Hits        10684    10684           
     Misses       2609     2609           
     Partials      665      665           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [c80b8c7...16d6c38](https://codecov.io/gh/apache/ws-axiom/pull/118?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org