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 175fa3bcf5e bump com.networknt:json-schema-validator from 1.3.1 to 1.3.2 (#13048) add 1c1b74061af Bump cometd-java-server-version from 8.0.0.beta1 to 8.0.0.beta2 (#13043) add 78250549b19 Officially add Splunk HEC URL and token as query parameters (#13041) No new revisions were added by this update. Summary of changes: .../camel/catalog/components/splunk-hec.json | 26 ++-- .../splunkhec/SplunkHECEndpointConfigurer.java | 3 + .../splunkhec/SplunkHECEndpointUriFactory.java | 3 +- .../camel/component/splunkhec/splunk-hec.json | 26 ++-- .../src/main/docs/splunk-hec-component.adoc | 8 +- .../component/splunkhec/SplunkHECComponent.java | 7 + .../splunkhec/SplunkHECConfiguration.java | 15 +++ .../component/splunkhec/SplunkHECEndpoint.java | 51 +++---- .../component/splunkhec/SplunkHECProducer.java | 2 +- .../splunkhec/SplunkHECComponentTest.java | 148 +++++++++++++++++++++ .../splunkhec/SplunkHECConfigurationTest.java | 6 + .../component/splunkhec/SplunkHECEndpointTest.java | 102 -------------- .../integration/SplunkHECITManualTest.java | 30 ++--- .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 4 + parent/pom.xml | 2 +- 15 files changed, 253 insertions(+), 180 deletions(-) create mode 100644 components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/SplunkHECComponentTest.java delete mode 100644 components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/SplunkHECEndpointTest.java