mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
620c16f5c7
Fix @Condition evaluation to also consider super classes for both @Configuration classes and regular @Components. This change allows @Conditional annotations to be inherited and restores the previous behavior of @Profile. Issue: SPR-10840