This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new c087d20f7a Gen splunk
c087d20f7a is described below
commit c087d20f7a91c18205d68df9243361ef4a46435b
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Wed Apr 1 14:42:58 2026 +0200
Gen splunk
---
docs/modules/ROOT/examples/components/splunk.yml | 2 +-
docs/modules/ROOT/pages/reference/extensions/splunk.adoc | 6 +++---
.../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/modules/ROOT/examples/components/splunk.yml
b/docs/modules/ROOT/examples/components/splunk.yml
index 2da862b716..5b579e886b 100644
--- a/docs/modules/ROOT/examples/components/splunk.yml
+++ b/docs/modules/ROOT/examples/components/splunk.yml
@@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-splunk
cqArtifactIdBase: splunk
cqNativeSupported: true
cqStatus: Stable
-cqDeprecated: false
+cqDeprecated: true
cqJvmSince: 1.8.0
cqNativeSince: 1.8.0
cqCamelPartName: splunk
diff --git a/docs/modules/ROOT/pages/reference/extensions/splunk.adoc
b/docs/modules/ROOT/pages/reference/extensions/splunk.adoc
index ed094a94ed..0a2dfade37 100644
--- a/docs/modules/ROOT/pages/reference/extensions/splunk.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/splunk.adoc
@@ -6,15 +6,15 @@
:cq-artifact-id: camel-quarkus-splunk
:cq-native-supported: true
:cq-status: Stable
-:cq-status-deprecation: Stable
+:cq-status-deprecation: Stable Deprecated
:cq-description: Publish or search for events in Splunk.
-:cq-deprecated: false
+:cq-deprecated: true
:cq-jvm-since: 1.8.0
:cq-native-since: 1.8.0
ifeval::[{doc-show-badges} == true]
[.badges]
-[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native
since##[.badge-supported]##1.8.0##
+[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native
since##[.badge-supported]##1.8.0##
[.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
endif::[]
Publish or search for events in Splunk.
diff --git
a/extensions/splunk/runtime/src/main/resources/META-INF/quarkus-extension.yaml
b/extensions/splunk/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 10594ee83c..18dd839800 100644
---
a/extensions/splunk/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++
b/extensions/splunk/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -29,4 +29,4 @@ metadata:
guide:
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/splunk.html"
categories:
- "integration"
- status: "stable"
+ status: "deprecated"