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

Fix warning when project is build #46

Open
kostobog opened this issue Nov 27, 2023 · 1 comment
Open

Fix warning when project is build #46

kostobog opened this issue Nov 27, 2023 · 1 comment

Comments

@kostobog
Copy link
Collaborator

kostobog commented Nov 27, 2023

The build outputs a warning. Cannot find usage in our codebase or in dependencies.
[warning] Found @DeclareAnnotation while current release does not support it (see 'org.aspectj.weaver.bcel.AtAjAttributes')

This issue occurred as a result of upgrading JOPA to newest version in [#44] Upgrading project build

@kostobog
Copy link
Collaborator Author

Work in progress:

  • I looked for usage of the annotation @DeclareAnnotation in project source code as well as dependencies and was not able to find any jar that uses this annotation except jars of the AspectJ Gradle plugins containing the class AtAjAttributes.

  • based on stackoverflow it seem that method AtAjAttributes.readAj5ClassAttributes throws the exception, so maybe you can debug it to find out what it has been processing before it throwed the error

    • During debugging of the build process I was not able to stop at any breakpoint in this method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant