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

Java 10 is not working due to changed class file format #136

Closed
jillesvangurp opened this issue Mar 21, 2018 · 1 comment
Closed

Java 10 is not working due to changed class file format #136

jillesvangurp opened this issue Mar 21, 2018 · 1 comment
Assignees
Milestone

Comments

@jillesvangurp
Copy link

I tried to build our software with the newly released jdk10 and the gradle plugin for fobiddenapis is failing:

Execution failed for task ':forbiddenApisMain'.
> The class file format of '/Users/jillesvangurp/git/inbot/inbot-eth-client/build/classes/java/main/io/inbot/ethcontracts/InToken$45.class' is too recent to be parsed by ASM.

Not super urgent for me since I'm not planning to run this in production but would be nice to get this updated for java 10.

@uschindler
Copy link
Member

Hi @jillesvangurp,
there will be a new relaese soon, which also includes deprecated and unsafe signature updates for Java 10. But I have to upgrade to ASM version 6.1 first.

@uschindler uschindler self-assigned this Mar 24, 2018
@uschindler uschindler added this to the 2.5 milestone Mar 24, 2018
@uschindler uschindler changed the title java 10 is not working due to changed class file format Java 10 is not working due to changed class file format Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants