mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
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