ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs)
Issue: SPR-11858
This commit is contained in:
@@ -15,4 +15,7 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- should not cause infinite loop (SPR-11858) but rather simply be ignored -->
|
||||
<bean class="org.springframework.context.annotation.ConfigurationClassPostProcessor"/>
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user