Skip to content

Conversation

artembilan
Copy link
Member

Fixes #3694

  • Move check for PublisherAnnotationBeanPostProcessor bean into the
    SmartInitializingSingleton.afterSingletonsInstantiated() to break a circular dependency revealed
    in the InitializingBean.afterPropertiesSet()

Fixes spring-projects#3694

* Move check for `PublisherAnnotationBeanPostProcessor` bean into the
`SmartInitializingSingleton.afterSingletonsInstantiated()` to break a circular dependency revealed
in the `InitializingBean.afterPropertiesSet()`
@garyrussell garyrussell merged commit 2a3dac7 into spring-projects:main Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PublisherAnnotationBeanPostProcessor has dependency on itself, breaks when using Spring Boot

2 participants