mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Previously, TypeExcludeFiltersContextCustomizerFactory only discovered the first @TypeExcludeFilters annotation. This commit updates it to discover all @TypeExcludeFilters annotations instead of stopping at the first. Signed-off-by: Dmytro Nosan <dimanosan@gmail.com> See gh-51489