-
-
Notifications
You must be signed in to change notification settings - Fork 705
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
[Regression 0.10] MethodAnnotationsScanner no longer find annotated method #351
Comments
thanks @ncoquelet , that should work without changes according to the test. will take a look and fix it on next release. btw, the newer syntax for your case would be
I guess the same result remains |
Yes, it's the deprecated scanner that fail, using the new scanner enum works like a charm
with the old and the new getter
We test all our usecases and we effectively switch to the last version with the new scanner and the new syntax. |
fixed in 0.10.2 thanks @ncoquelet for the perfect feedback |
Hi
After updated to 0.10 or 0.10.1, Reflections library doesn't works correctly with .getMethodsAnnotatedWith() deprecated method.
Works well with the version 0.9.11
Bellow the code to reproduce it
Thanks a lot for all your works
Cheers
The text was updated successfully, but these errors were encountered: