ASM 9.3 released !

"Remi Forax" (via asm Mailing List) <[email protected]> Tue, 5 Apr 2022 08:17:24 +0200 (CEST)
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1649139835-9897-2
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi everybody,
i'm happy to announce that we have released ASM 9.3, compatible with Java 1=
9.

It's already available on maven central.
https://search.maven.org/artifact/org.ow2.asm/asm/9.3/jar

This version should have been released last week-end but we had a little hi=
ccup in our release process, which was failing on the newly introduce Maven=
 BOM.
Everything is now fixed so everybody can enjoy this new release :)

Here is a list of the enhancement / bug fixes included in this release:

   - new Opcodes.V19 constant for Java 19
   - new size() method in ByteVector
   - checkDataFlow option in CheckClassAdapter can now be used without vali=
d maxStack and maxLocals values
   - new Maven BOM
   - bug fixes
       - 317949: fix javadoc errors
       - remap invokedynamic field handles properly
       - add missing left curly brace in ASMifier output of visitModule

The next releases should be minor releases too, to follow the update of the=
 Java versions.
If everything goes as scheduled, the next major release, ASM 10, will see t=
he introduction of a new method attribute Pattern [1].

regards,
R=C3=A9mi for the ASM team.

[1] https://mail.openjdk.java.net/pipermail/amber-spec-experts/2022-March/0=
03343.html

------------=_1649139835-9897-2
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit


-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

------------=_1649139835-9897-2--