spring-framework/spring-context
Sam Brannen f4bc9ffb98 Reintroduce component index support for Jakarta annotations
Spring Framework 6.0 GA introduced a regression in the component index
support for Jakarta annotations such as @Named and @ManagedBean.

Prior to this commit, @Named and @ManagedBean components were
registered in the component index at build time; however, component
scanning failed to find those component at run time.

This commit updates ClassPathScanningCandidateComponentProvider so that
`jakarta.*` annotation types are once again supported for component
scanning via the component index at run time.

Closes gh-29641
2022-12-06 16:23:31 -05:00
..
src Reintroduce component index support for Jakarta annotations 2022-12-06 16:23:31 -05:00
.springBeans
spring-context.gradle Relocate TestGenerationContext to spring-core-test 2022-09-05 16:21:17 +02:00