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

Fix Groovy DSL for new splitter style #8669

Merged
merged 2 commits into from
Jul 10, 2023

Conversation

artembilan
Copy link
Member

  • Introduce a new GroovyIntegrationFlowDefinition.splitWith() to avoid clashing with existing method
  • Deprecate all other split() variants, but left one without arguments for a default splitting options
  • Fix doc for new splitter style

* Introduce a new `GroovyIntegrationFlowDefinition.splitWith()`
to avoid clashing with existing method
* Deprecate all other `split()` variants, but left one without arguments
for a default splitting options
* Fix doc for new splitter style
expectedType Object
id 'splitterEndpoint'
function { it }
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this indentation correct?

@garyrussell garyrussell merged commit 72fc79d into spring-projects:main Jul 10, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants