Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-106: Fix
SplitterFunctionConfiguration
for ambiguity on auto-wiring
Fixes: #106 The `AbstractMessageSplitter messageSplitter` injection is too wide, and if target application has its own splitter bean, it becomes as a candidate. Since `SplitterFunctionConfiguration` expects only its own beans, rework the logic for `@Qualifier` and `Optional` to be explicit for expected beans from the `SplitterFunctionConfiguration`.
- Loading branch information