Getting "AspectJ Internal Error: unable to add stackmap attributes to class +Unsupported class file major version 65" whenever I am adding @Step annotation #2507
-
Whenever I am adding @step , it is giving me -AspectJ Internal Error: unable to add stackmap attributes to class 'testcase.*****'. Unsupported class file major version 65 <maven.compiler.source>21</maven.compiler.source> |
Beta Was this translation helpful? Give feedback.
Answered by
baev
Apr 15, 2024
Replies: 1 comment 1 reply
-
The error means that an older AspectJ version is used. The working example: https://github.com/allure-examples/junit5-java-maven |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RashmiKalpeshChauhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error means that an older AspectJ version is used. The working example: https://github.com/allure-examples/junit5-java-maven