Re: [External] : ASM 9.2 released

"Remi Forax" (via asm Mailing List) <[email protected]> Thu, 24 Mar 2022 19:47:47 +0100 (CET)
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1648148114-12212-9
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

----- Original Message -----
> From: "asm" <[email protected]>
> To: "Eric Bruneton" <[email protected]>, "asm" <[email protected]>
> Sent: Thursday, March 24, 2022 5:06:36 PM
> Subject: Re: [asm] [External] : ASM 9.2 released

> Hi Eric,
>=20
> I so that in this release classes like:
> org.objectweb.asm.commons.RemappingMethodAdapter and other similar ones
> which were deprecated, have been removed. Is there an alternative,
> similar, functionality for clients using the removed classes?

yes,
as said in org.objectweb.asm.commons.RemappingMethodAdapter, you can use th=
e MethodRemapper instead [1].

The "new" API delegates to one Remapper [2] object instead of having the re=
mapping implementation be scattered into several files,
see [3] for creating the method visitor.

>=20
> Thanks,
> Vicente

regards,
R=C3=A9mi

[1] https://gitlab.ow2.org/asm/asm/-/blob/ASM_7_0/asm-commons/src/main/java=
/org/objectweb/asm/commons/RemappingMethodAdapter.java#L41
[2] https://gitlab.ow2.org/asm/asm/-/blob/master/asm-commons/src/main/java/=
org/objectweb/asm/commons/Remapper.java#L44
[3] https://gitlab.ow2.org/asm/asm/-/blob/master/asm-commons/src/main/java/=
org/objectweb/asm/commons/MethodRemapper.java#L55

>=20
> On 6/26/21 11:56, ebruneton (via asm Mailing List) wrote:
>> Release notes:
>>
>> - JDK 18 support
>> - ClassReader.readStream() performance improvements
>> - Javadoc fixes
>> - bug fixes
>> =C2=A0 + 317942: ClassCheckAdaptor output represents reference arrays as
>> only their "root" component type
>>
>> The ASM team
>>
>=20
>=20
>=20
> --
> 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=3Dhelp
> OW2 mailing lists service home page: http://www.ow2.org/wws

------------=_1648148114-12212-9
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

------------=_1648148114-12212-9--