This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-4.10.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 754d37d411e camel-jbang: Improve startup info and add dev console that can show jvm system properties new aa8399fb3f0 CAMEL-21845: camel-sql - Improve performance of batch inserts (#17390) new 37101d57360 CAMEL-21849: camel-kamelet - Using variableReceive should not loose message body (#17391) new c941d8a2d7d Regen new 34694be359a CAMEL-21830: camel-file - Using consumer template to consume a single file issue with idempotentEager new d039f74cabb Regen The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: bom/camel-bom/pom.xml | 2 +- .../org/apache/camel/catalog/components/sql.json | 66 +++++---- .../catalog/dev-consoles/system-properties.json | 2 +- .../camel/component/file/GenericFileConsumer.java | 2 +- ...chTest.java => KameletVariableReceiveTest.java} | 39 ++--- .../component/sql/SqlComponentConfigurer.java | 12 ++ .../camel/component/sql/SqlEndpointConfigurer.java | 12 ++ .../camel/component/sql/SqlEndpointUriFactory.java | 4 +- .../org/apache/camel/component/sql/sql.json | 66 +++++---- .../camel/component/sql/DefaultSqlEndpoint.java | 21 +++ .../apache/camel/component/sql/SqlComponent.java | 37 +++++ .../apache/camel/component/sql/SqlConsumer.java | 4 + .../apache/camel/component/sql/SqlEndpoint.java | 15 ++ .../apache/camel/component/sql/SqlProducer.java | 41 +++++- ...umerTest.java => SqlConsumerFetchSizeTest.java} | 14 +- ...eletTest.java => SqlProducerFetchSizeTest.java} | 30 ++-- .../camel/dev-console/system-properties.json | 2 +- .../camel/model/RouteTemplateDefinition.java | 24 ++++ .../org/apache/camel/reifier/RouteReifier.java | 13 +- .../ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 7 + .../component/dsl/SqlComponentBuilderFactory.java | 43 ++++++ .../endpoint/dsl/SqlEndpointBuilderFactory.java | 160 +++++++++++++++++++++ 22 files changed, 499 insertions(+), 117 deletions(-) copy components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletTryCatchTest.java => KameletVariableReceiveTest.java} (58%) copy components/camel-sql/src/test/java/org/apache/camel/component/sql/{SqlConsumerTest.java => SqlConsumerFetchSizeTest.java} (90%) copy components/camel-sql/src/test/java/org/apache/camel/component/sql/{SqlDynamicKameletTest.java => SqlProducerFetchSizeTest.java} (75%)