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.
omit 6dcfa56 Regen for commit 12fdd32fc6030a50f8cc75634f6510e8ea7ced1e add a9c3dba CAMEL-16983: camel-spring-main - Add option to allow multiple camelContext when migrating from legacy Spring XML files add 79383ac CAMEL-16983: camel-spring-main - Add option to allow multiple camelContext when migrating from legacy Spring XML files 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 (6dcfa56) \ N -- N -- N refs/heads/regen_bot (79383ac) 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: .../main/java/org/apache/camel/spring/Main.java | 22 +- ...nIoCTest.java => MultipleCamelContextTest.java} | 22 +- .../camel/spring/MultipleCamelContextTest.xml} | 31 +- .../sql/stored/template/generated/SSPTParser.java | 833 ++++++------- .../template/generated/SSPTParserConstants.java | 110 +- .../template/generated/SSPTParserTokenManager.java | 1222 ++++++++++---------- 6 files changed, 1138 insertions(+), 1102 deletions(-) copy components/camel-spring-main/src/test/java/org/apache/camel/spring/{MainIoCTest.java => MultipleCamelContextTest.java} (63%) copy components/{camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/enrichExpressionTest.xml => camel-spring-main/src/test/resources/org/apache/camel/spring/MultipleCamelContextTest.xml} (76%)