The fate of Remapping*Adapter classes

Remi Forax <[email protected]> Sat, 2 Feb 2019 12:42:54 +0100 (CET)
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1549108207-14293-4
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi all,
the Remapping*Adapter classes have been deprecated since ASM 6, and not be =
updated to support the feature of Java 11 in ASM 7.

This is the part where some of you are naughty:
without naming anyone, some of you are using ASM 7 and deprecated the Remap=
ping*Adapter classes which only work currently because there is not a lot o=
f classes that are using constant dynamic (the main feature added in Java 1=
1).

Because we love you (or because you will blame us for you using deprecated =
classes), we have removed the deprecated classes from the source and moved =
them to a new repository: https://gitlab.ow2.org/asm/deprecated.

So please update your code to not use the deprecated Remapping*Adapter clas=
ses, anyway your code will not work with the next release.

regards,
R=C3=A9mi





------------=_1549108207-14293-4
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

------------=_1549108207-14293-4--