-
Notifications
You must be signed in to change notification settings - Fork 17
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
crest-maven-plugin: add java 11 support, upgrade ASM to >6 #89
Comments
Would this PR work for you? #90? I should be able to push a snapshot for you to test with, if that helps. |
Thx, tested it locally. The PR has no effect on my problem. The dependency in
In combination with the ASM version in |
Thanks for the feedback. Could I get you to re-review now? I've bumped that up to ASM9 too. |
I've tested the |
When will this be released approx.? :) |
I'll cut a release this afternoon, thanks for you feedback! |
This is really nice of you Jon. Thank you so much for your time. You're a star! |
We have a project with java 11, which uses th
crest-maven-plugin
.This combination is not possible due to the old version of ASM. We get errors like this
This feature requires ASM7
.It would be great, if the maven plugin could use a version of ASM > 6 with java 11 support, see https://asm.ow2.io/versions.html.
The text was updated successfully, but these errors were encountered: