You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/17 05:53:04 UTC

[camel] branch regen_bot updated (e91d6b5 -> 78d7c5b)

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 e91d6b5  Regen for commit 9315e561b9cdaae9250dee5fa4a88b79af7cd1ab
     add 7dc869a  CAMEL-16278: Migrate Azure dependencies to central Bom management (#5210)
     add 878fafe  CAMEL-16357: Camel-splunk define tcpLocalReceiver port (#5217)
     add 78d7c5b  Regen

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  7 +----
 .../apache/camel/catalog/components/splunk.json    |  1 +
 .../camel/catalog/docs/splunk-component.adoc       |  3 +-
 .../camel-azure/camel-azure-eventhubs/pom.xml      |  2 --
 .../camel-azure/camel-azure-storage-blob/pom.xml   |  1 -
 .../camel-azure-storage-datalake/pom.xml           |  2 --
 .../camel-azure/camel-azure-storage-queue/pom.xml  |  1 -
 .../component/splunk/SplunkEndpointConfigurer.java |  6 ++++
 .../component/splunk/SplunkEndpointUriFactory.java |  3 +-
 .../org/apache/camel/component/splunk/splunk.json  |  1 +
 .../src/main/docs/splunk-component.adoc            |  3 +-
 .../component/splunk/SplunkConfiguration.java      | 14 +++++++++
 .../camel/component/splunk/SplunkProducer.java     |  5 ++++
 .../component/splunk/support/TcpDataWriter.java    | 26 ++++++++++++++--
 .../camel/component/splunk/ProducerTest.java       | 32 ++++++++++++++++++++
 .../camel/component/splunk/RawProducerTest.java    |  1 +
 .../endpoint/dsl/SplunkEndpointBuilderFactory.java | 35 ++++++++++++++++++++++
 .../modules/ROOT/pages/splunk-component.adoc       |  3 +-
 parent/pom.xml                                     | 17 +++++++----
 .../camel-test-infra-azure-storage-blob/pom.xml    |  1 -
 .../pom.xml                                        |  2 --
 .../camel-test-infra-azure-storage-queue/pom.xml   |  1 -
 22 files changed, 139 insertions(+), 28 deletions(-)