Skip to content

Commit

Permalink
Use ASM9 API (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Sep 29, 2020
1 parent 5f71f4d commit 8f9250a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -27,7 +27,7 @@ private InstrSupport() {
}

/** ASM API version */
public static final int ASM_API_VERSION = Opcodes.ASM8;
public static final int ASM_API_VERSION = Opcodes.ASM9;

// === Data Field ===

Expand Down
6 changes: 4 additions & 2 deletions org.jacoco.doc/docroot/doc/changes.html
Expand Up @@ -23,13 +23,15 @@ <h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
<h3>New Features</h3>
<ul>
<li>JaCoCo now officially supports Java 15
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1094">#1094</a>).</li>
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1094">#1094</a>,
<a href="https://github.com/jacoco/jacoco/issues/1097">#1097</a>).</li>
</ul>

<h3>Non-functional Changes</h3>
<ul>
<li>JaCoCo now depends on ASM 9.0
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1094">#1094</a>).</li>
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1094">#1094</a>,
<a href="https://github.com/jacoco/jacoco/issues/1097">#1097</a>).</li>
</ul>


Expand Down

0 comments on commit 8f9250a

Please sign in to comment.