ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs)

Issue: SPR-11858
This commit is contained in:
Juergen Hoeller
2014-06-25 13:46:15 +02:00
parent d239016a8c
commit b6255128bf
3 changed files with 19 additions and 2 deletions

View File

@@ -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>