This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 9e41f0f7698 camel-netty - Fix doc about SSL configuration
add d21b4c766ac CAMEL-19752: camel-elasticsearch - Add a doc-only mode to
ease migration (#11287)
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/elasticsearch.json | 5 +-
.../es/ElasticsearchComponentConfigurer.java | 6 +
.../es/ElasticsearchEndpointConfigurer.java | 6 +
.../es/ElasticsearchEndpointUriFactory.java | 3 +-
.../apache/camel/component/es/elasticsearch.json | 5 +-
.../src/main/docs/elasticsearch-component.adoc | 12 +-
.../camel/component/es/ElasticsearchComponent.java | 18 +++
.../component/es/ElasticsearchConfiguration.java | 17 +++
.../camel/component/es/ElasticsearchConstants.java | 3 +
.../camel/component/es/ElasticsearchProducer.java | 5 +
.../ElasticsearchActionRequestConverter.java | 43 +++++-
.../es/integration/ElasticsearchBulkIT.java | 7 +-
...ElasticsearchGetSearchDeleteExistsUpdateIT.java | 161 ++++++++++++++++++---
.../dsl/ElasticsearchComponentBuilderFactory.java | 20 +++
.../dsl/ElasticsearchEndpointBuilderFactory.java | 53 +++++++
15 files changed, 330 insertions(+), 34 deletions(-)