-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Spring Boot 2.2.0: ClassPathScanningCandidateComponentProvider findCandidateComponents method #18684
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
Comments
Thanks for the report, but I can't tell what the problem might be from the information that you have provided thus far. In short, if you'd like us to spend some time trying to diagnose the problem that you are having, please take some time to describe it in detail and to provide a small sample that reproduces it, in the form of a project that has been zipped up and attached to this issue. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Hello, I have attached |
Thanks for the sample. There is no retention policy on your custom annotations so it defaults to It was a bug in Spring Framework 5.1 that led to annotations without runtime retention being discovered. That was corrected in spring-projects/spring-framework#22886. |
You are right. Thank you. |
Uh oh!
There was an error while loading. Please reload this page.
After upgrading to version 2.2.0 the method
findCandidateComponents
of classClassPathScanningCandidateComponentProvider
, seems not found the classes with the specified user package name.The text was updated successfully, but these errors were encountered: