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

Provide a workaround for https://github.com/spring-projects/spring-framework/issues/24029 #352

Closed
olaf-otto opened this issue Nov 19, 2019 · 1 comment
Assignees
Milestone

Comments

@olaf-otto
Copy link
Collaborator

The Spring framework tries to load all annotation values when retrieving an annotation from a bean. This causes the detection of @ResourceModel beans to fail when they are compiled against NEBA API < 5.1.0 (see spring-projects/spring-framework#24029).

Here, we need to find out whether a workaround is possible.

@olaf-otto
Copy link
Collaborator Author

Done!

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

No branches or pull requests

1 participant