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.
from dd763f6 CAMEL-16462: camel-core - Optimize RecipientList EIP to
reduce object allocations.
add 676ffea CAMEL-1640 Added documentation to set query timeout in
sql-stored (#5301)
add cdb8d34 camel-sql - Expose template. options on sql-stored. Fixed
using the correct jdbc template. Polished docs. Added unit test.
add 91cbfb9 Regen for commit cdb8d34220cf69d6eb532d98b06a0ab91a083c3c
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/sql-stored.json | 3 +-
.../camel/catalog/docs/sql-stored-component.adoc | 15 +++++-
.../sql/stored/SqlStoredEndpointConfigurer.java | 15 ++++++
.../sql/stored/SqlStoredEndpointUriFactory.java | 3 +-
.../camel/component/sql/stored/sql-stored.json | 3 +-
.../src/main/docs/sql-stored-component.adoc | 15 +++++-
.../apache/camel/component/sql/SqlComponent.java | 1 +
.../component/sql/stored/SqlStoredComponent.java | 1 +
.../component/sql/stored/SqlStoredEndpoint.java | 12 +++++
.../sql/stored/TemplateStoredProcedure.java | 4 +-
...pathTest.java => ProducerQueryTimeoutTest.java} | 6 ++-
.../dsl/SqlStoredEndpointBuilderFactory.java | 56 +++++++++++++++++++++-
.../modules/ROOT/pages/sql-stored-component.adoc | 15 +++++-
13 files changed, 137 insertions(+), 12 deletions(-)
copy
components/camel-sql/src/test/java/org/apache/camel/component/sql/stored/{ProducerClasspathTest.java
=> ProducerQueryTimeoutTest.java} (80%)