Skip to content
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

Closed
Danny02 opened this issue Sep 23, 2022 · 3 comments · Fixed by #205
Closed

Add support for Java 19 #204

Danny02 opened this issue Sep 23, 2022 · 3 comments · Fixed by #205
Assignees
Milestone

Comments

@Danny02
Copy link

Danny02 commented Sep 23, 2022

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.

@uschindler
Copy link
Member

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 uschindler self-assigned this Sep 23, 2022
@uschindler uschindler added this to the 3.4 milestone Sep 23, 2022
uschindler added a commit that referenced this issue Sep 23, 2022
@uschindler
Copy link
Member

See PR #205 which upgrades ASM.

@Danny02
Copy link
Author

Danny02 commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants