This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 7cea01f Regen for commit 7217f904f2878455b24faa39c48a62999428c952 add f6f3cc3 CAMEL-15769: disable split default delimiter (#4594) add 1658af0 Regen This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (7cea01f) \ N -- N -- N refs/heads/regen_bot (1658af0) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../org/apache/camel/catalog/models/split.json | 1 + .../apache/camel/catalog/schemas/camel-spring.xsd | 8 +++ .../resources/org/apache/camel/model/split.json | 1 + .../apache/camel/model/ProcessorDefinition.java | 18 ++++++ .../org/apache/camel/model/SplitDefinition.java | 24 +++++++ .../java/org/apache/camel/processor/Splitter.java | 39 ++++++++++- .../org/apache/camel/reifier/SplitReifier.java | 19 ++++-- .../camel/processor/SplitWithDelimiterTest.java | 75 ++++++++++++++++++++++ .../java/org/apache/camel/xml/in/ModelParser.java | 1 + 9 files changed, 179 insertions(+), 7 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/SplitWithDelimiterTest.java