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

Issue: SPR-11858
(cherry picked from commit b625512)
This commit is contained in:
Juergen Hoeller
2014-06-25 13:46:15 +02:00
parent 6403479902
commit 7b38b41bf5
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>