dependabot[bot] opened a new pull request #90:
URL: https://github.com/apache/axis-axis2-java-core/pull/90


   Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.2 to 
0.8.6.
   <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.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>
   <ul>
   <li>Support for Pack200 was removed in JDK 14. JaCoCo will now throw a 
detailed exception when Pack200 archives are processed with the latest JDKs 
(GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/984";>#984</a>).</li>
   <li>JaCoCo now depends on ASM 8.0.1 (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1032";>#1032</a>,
 <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1043";>#1043</a>).</li>
   </ul>
   <h2>API Changes</h2>
   <ul>
   <li><code>URLStreamHandlerRuntime</code> removed (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/471";>#471</a>).</li>
   </ul>
   <p><a href="https://github.com/jacoco/jacoco/issues?q=milestone%3A0.8.6";>All 
Resolved Issues</a></p>
   <h2>0.8.5</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 13</li>
   <li>Experimental support for Java 14 class files (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/897";>#897</a>).</li>
   <li>Branches added by the Kotlin compiler for open functions with default 
arguments are filtered out during generation of report (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/887";>#887</a>).</li>
   </ul>
   <h2>Fixed bugs</h2>
   <ul>
   <li><code>synthetic</code> constructors that contain values of default 
arguments in Kotlin should not be ignored (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/888";>#888</a>).</li>
   <li>Instrumentation should update indexes of local variables in annotations 
(GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/894";>#894</a>).</li>
   <li>Branches added by the Kotlin compiler for functions with default 
arguments and containing arguments of type <code>long</code> or 
<code>double</code> should be filtered out during generation of report (GitHub 
<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/908";>#908</a>).</li>
   <li><code>synthetic</code> methods that contain bodies of anonymous 
functions in Scala should not be ignored (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/912";>#912</a>).</li>
   <li>To avoid failures with invalid class files report generation now checks 
that source references are actually files (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/941";>#941</a>).</li>
   <li><code>NullPointerException</code> during filtering (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/942";>#942</a>,
 <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/944";>#944</a>).</li>
   </ul>
   <h2>Non-functional Changes</h2>
   <ul>
   <li>JaCoCo now distributed under the terms and conditions of the Eclipse 
Public License Version 2.0 (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/943";>#943</a>).</li>
   <li>Prevent startup when JaCoCo runtime cannot be initialized to avoid 
subsequent faults (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/910";>#910</a>).</li>
   <li>JaCoCo now depends on ASM 7.2 (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/947";>#947</a>).</li>
   </ul>
   <h2>API Changes</h2>
   <ul>
   <li>The coverage check API and tools (Ant, Maven) now report an error, when 
a coverage ratio limit is configured outside the range [0,1] to avoid common 
configuration mistakes (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/783";>#783</a>).</li>
   <li>Unsupported class file versions are now consistently reported as 
exceptions by all methods of <code>Analyzer</code> and 
<code>Instrumenter</code> and thus also during report generation and offline 
instrumentation (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/952";>#952</a>).</li>
   </ul>
   <p><a href="https://github.com/jacoco/jacoco/issues?q=milestone%3A0.8.5";>All 
Resolved Issues</a></p>
   <h2>0.8.4</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 12.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/492f4213aaee85915b835047b8808eb16f3994fa";><code>492f421</code></a>
 Prepare release 0.8.6</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/b404a6b3eca7f39156d4ad3a98576a2d7bfa06af";><code>b404a6b</code></a>
 improve english grammer (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1068";>#1068</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/6ceb0193d6bfc06a684f0063627bf3f047b15ad5";><code>6ceb019</code></a>
 Visual cleanup of JDK/compilation target table (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1034";>#1034</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/2a75e0d6777269eb031d0549ff85feb75684a926";><code>2a75e0d</code></a>
 Remove URLStreamHandlerRuntime (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/471";>#471</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/1485a4192d6afee7dd5449d4a0e28ca184efd887";><code>1485a41</code></a>
 Add experimental support for Java 16 (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1059";>#1059</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/d60a5b23ba6816c134218550c1d27cf4b3055554";><code>d60a5b2</code></a>
 Fix validation test for Java 15 (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1052";>#1052</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/c53d987087a1a1fa8d9b609f9c21abdcb5ddfd56";><code>c53d987</code></a>
 Upgrade ASM to 8.0.1 (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1043";>#1043</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/1c5601bba5bf195a5f9b09a87cb5d2152857bbb7";><code>1c5601b</code></a>
 Happy birthday JDK 14! (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1033";>#1033</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/ed4653ee8b814c744aeb6d8aba9545fd9321daa8";><code>ed4653e</code></a>
 Upgrade ASM to 8.0 (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1032";>#1032</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/bbff1f5bd1ea54582e81c94947a34468e0f73d0d";><code>bbff1f5</code></a>
 Add link about integration of JaCoCo into Codacy (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1028";>#1028</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jacoco/jacoco/compare/v0.8.2...v0.8.6";>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.2&new-version=0.8.6)](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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to