mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e10e16cd6b
Update ConfigurationClassParser to fall-back to ASM parsing if standard annotation processing fails. This change allows @Conditional annotations that refer to missing classes to work. This commit also introduces a new inner SourceClass object that encapsulates the conditional logic required when reading the source classes. Issue: SPR-10646