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 72f98fc43bd CAMEL-21101 - Camel-Hashicorp-Vault: Get Secret operation
doesn't take into account the secretPath configuration parameter (#15246)
add 28e63e7ccf2 camel-azure-eventhubs: Tidy up documentation
add 777769be70b CAMEL-21011 - improve error message with Camel JBang
add eb1c767a24d Http stream (#15251)
No new revisions were added by this update.
Summary of changes:
.../catalog/components/atmosphere-websocket.json | 2 +-
.../camel/catalog/components/azure-eventhubs.json | 36 ++--
.../org/apache/camel/catalog/components/http.json | 2 +-
.../org/apache/camel/catalog/components/https.json | 2 +-
.../org/apache/camel/catalog/components/jetty.json | 2 +-
.../apache/camel/catalog/components/servlet.json | 2 +-
.../atmosphere/websocket/atmosphere-websocket.json | 2 +-
.../component/azure/eventhubs/azure-eventhubs.json | 36 ++--
.../src/main/docs/azure-eventhubs-component.adoc | 103 +++++------
.../azure/eventhubs/EventHubsConfiguration.java | 30 ++--
.../camel/http/common/HttpCommonEndpoint.java | 9 +-
.../org/apache/camel/component/http/http.json | 2 +-
.../org/apache/camel/component/http/https.json | 2 +-
.../apache/camel/component/http/HttpProducer.java | 16 +-
.../component/http/HttpDisableStreamCacheTest.java | 40 +++--
.../org/apache/camel/component/jetty12/jetty.json | 2 +-
.../apache/camel/component/servlet/servlet.json | 2 +-
.../dsl/AzureEventhubsComponentBuilderFactory.java | 44 ++---
.../AtmosphereWebsocketEndpointBuilderFactory.java | 192 ++++++++++-----------
.../dsl/EventHubsEndpointBuilderFactory.java | 120 ++++++-------
.../endpoint/dsl/HttpEndpointBuilderFactory.java | 64 +++----
.../dsl/JettyHttp12EndpointBuilderFactory.java | 64 +++----
.../dsl/ServletEndpointBuilderFactory.java | 64 +++----
.../MissingPluginParameterExceptionHandler.java | 3 +-
.../ParameterExceptionHandlerTest.java | 4 +-
.../kotlin/components/AtmosphereWebsocketUriDsl.kt | 44 ++---
.../kotlin/components/AzureEventhubsUriDsl.kt | 40 ++---
.../apache/camel/kotlin/components/HttpUriDsl.kt | 44 ++---
.../apache/camel/kotlin/components/JettyUriDsl.kt | 44 ++---
.../camel/kotlin/components/ServletUriDsl.kt | 44 ++---
30 files changed, 528 insertions(+), 533 deletions(-)