-
Notifications
You must be signed in to change notification settings - Fork 22
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
ClassFormatException on Mac/Java8 #58
Comments
@yegor256 please, pay attention to this issue |
@mige-at-work maybe this will help: Azure/azure-service-bus-java#78 |
I was able to fix it by forcing the plugin to use a newer aspectj version, in my case 1.9.1:
|
rdenarie
added a commit
to Meeds-io/maven-parent-pom
that referenced
this issue
Feb 25, 2021
This version can have problem with java8 and later for weaving class, throwing exception like org.aspectj.apache.bcel.classfile.ClassFormatException: File: 'module-info.class': Invalid byte tag in constant pool: 19 As explained in this jcabi issue jcabi/jcabi-maven-plugin#58, we update aspectjtools dependency to 1.9.1 for jcabi maven plugin only
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
mvn clean package i get an exception and weaving is aborted.
org.aspectj.apache.bcel.classfile.ClassFormatException
See below for all details:
___________________ MVN VERISION _________________
_____________________________ LOG _________________________
The text was updated successfully, but these errors were encountered: