Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3653: Improve DSL parsing performance #3654

Merged
merged 2 commits into from
Nov 1, 2021

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