Files
spring-framework/spring-context/src/main/java/org/springframework
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
..
2021-09-17 09:14:07 +02:00
2022-07-13 14:55:30 +02:00
2022-07-13 14:55:30 +02:00
2022-09-14 17:18:00 +02:00
2022-02-16 12:12:37 +01:00
2022-12-01 17:34:33 +01:00