-
Notifications
You must be signed in to change notification settings - Fork 43
exception with #64
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
Comments
This can happen when several versions of asm are present in the classpath. See quarkusio/quarkus#9832 for more details about it. |
I have check dependency tree and not sure that we have it here: |
when I use
final GizmoClassVisitor cw = new GizmoClassVisitor(Gizmo.ASM_API_VERSION, file,
classOutput.getSourceWriter(postFixedName));
java 8 version seems to be 589824.
I do not understand why Gizmo produce a such error.
The text was updated successfully, but these errors were encountered: