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 c38de1f Regen for commit 1002536e4b072834f83dc90813d66f87aa4ce007
add 9286fbc Regen for commit 1002536e4b072834f83dc90813d66f87aa4ce007
add 3fb0c75 CAMEL-16547: camel-kamelet - camel-kamelet don't bind
properties in this form:
add 39892fa CAMEL-16569: amel-kamelet don't check for duplicate id routes
during route creation from a template
add 0df96be CAMEL-16547: camel-kamelet don't bind properties in this
form: camel.component.kamelet.template-properties[templateId]
add f8aac7d chore: camel-sql mvn formatter:format
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 (c38de1f)
\
N -- N -- N refs/heads/regen_bot (f8aac7d)
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:
components/camel-kamelet/pom.xml | 5 +
.../camel/component/kamelet/KameletComponent.java | 6 +-
.../kamelet/KameletComponentPropertiesTest.java | 92 ++
...sTest.java => KameletGlobalPropertiesTest.java} | 15 +-
.../camel/component/kamelet/KameletRouteTest.java | 18 +-
.../src/test/resources/log4j2.properties | 2 +-
.../sql/stored/template/generated/SSPTParser.java | 833 ++++++-------
.../template/generated/SSPTParserConstants.java | 110 +-
.../template/generated/SSPTParserTokenManager.java | 1222 ++++++++++----------
... FailedToCreateRouteFromTemplateException.java} | 20 +-
.../java/org/apache/camel/impl/DefaultModel.java | 9 +
11 files changed, 1245 insertions(+), 1087 deletions(-)
create mode 100644
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletComponentPropertiesTest.java
rename
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletPropertiesTest.java
=> KameletGlobalPropertiesTest.java} (93%)
copy
core/camel-api/src/main/java/org/apache/camel/{FailedToStartRouteException.java
=> FailedToCreateRouteFromTemplateException.java} (55%)