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/04/26 06:32:47 UTC

[camel] branch regen_bot updated (8a43507 -> edf5b5a)

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 8a43507  Fixed Camel-Spring-Main test
     add 2e4fed9  CAMEL-16540 Added extra options to include only the headers or body
     add edf5b5a  Regen

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/splunk-hec.json       |  2 +
 .../camel/catalog/docs/splunk-hec-component.adoc   |  4 +-
 .../splunkhec/SplunkHECEndpointConfigurer.java     | 12 +++++
 .../splunkhec/SplunkHECEndpointUriFactory.java     |  4 +-
 .../camel/component/splunkhec/splunk-hec.json      |  2 +
 .../src/main/docs/splunk-hec-component.adoc        |  4 +-
 .../splunkhec/SplunkHECConfiguration.java          | 26 +++++++++
 .../component/splunkhec/SplunkHECProducer.java     | 16 ++++--
 .../splunkhec/SplunkHECConfigurationTest.java      | 12 +++++
 .../dsl/SplunkHECEndpointBuilderFactory.java       | 62 ++++++++++++++++++++++
 .../modules/ROOT/pages/splunk-hec-component.adoc   |  4 +-
 11 files changed, 140 insertions(+), 8 deletions(-)