-
Notifications
You must be signed in to change notification settings - Fork 38.4k
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
Component scanning no longer uses component index for @Named
, @ManagedBean
, and other Jakarta annotations
#29641
Comments
Hello! I don't understand. What exactly did you do, what is expected and what happened? |
I generated an empty spring boot 3.0.0 project with "start.spring.io" and then added a "spring-context-indexer" dependency through gradle, like this |
I break points found |
|
@Named
, @ManagedBean
, and other Jakarta annotations
ClassPathScanningCandidateComponentProvider#indexSupportsIncludeFilter
attempts to matchjakarta.annotation.ManagedBean
, but the match fails.The text was updated successfully, but these errors were encountered: