Skip to content

Conversation

artembilan
Copy link
Member

Fixes #3653

  • Refactor IntegrationFlowBeanPostProcessor to perform beanFactory.getBeansOfType()
    as less as possible
  • Implement a NamedComponent on the StandardIntegrationFlow for better
    bean scanning performance in the IntegrationFlowBeanPostProcessor

Fixes spring-projects#3653

* Refactor `IntegrationFlowBeanPostProcessor` to perform `beanFactory.getBeansOfType()`
as less as possible
* Implement a `NamedComponent` on the `StandardIntegrationFlow` for better
bean scanning performance in the `IntegrationFlowBeanPostProcessor`
@garyrussell garyrussell merged commit f520156 into spring-projects:main Nov 1, 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.

Dynamic Integration flow Registration causing performance degradation
2 participants