-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Java 19 #204
Comments
Hi, Sure. Give me a few days to zu update the ASM library. I have not yet checked their release status. Generally the Forbiddenapis update is released a few days/weeks after the java update, but thanks for the reminder. Uwe |
uschindler
added a commit
that referenced
this issue
Sep 23, 2022
…java tasks (security manager). This closes #204
See PR #205 which upgrades ASM. |
Hi, thanks for the feedback. I of course did not want hustle you 😄.
I just saw one pull request which was Java19 related which was closed.
Wasn‘t sure if this was on your roadmap.
Uwe Schindler ***@***.***> schrieb am Fr. 23. Sept. 2022 um
21:39:
… Hi,
Sure. Give me a few days to zu update the ASM library. I have not yet
checked their release status.
Generally the Forbiddenapis update is released a few days/weeks after the
java update, but thanks for the reminder.
Uwe
—
Reply to this email directly, view it on GitHub
<#204 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFQNFSGALJCGW6I6TVJ3KTV7YBNVANCNFSM6AAAAAAQTYISFU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I just tried upgrading my project to Java 19 and this plugin does not seem to support it. It fails on a class with the error:
The class file format of '.../X.class' is too recent to be parsed by ASM.
The text was updated successfully, but these errors were encountered: