This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new ad6ced3a6c Revert "feat: Promote CSimple extension to stable" (#8020)
ad6ced3a6c is described below
commit ad6ced3a6cbb221a8b94a31f41fef54ac6988068
Author: Gaƫlle Fournier <[email protected]>
AuthorDate: Fri Nov 28 17:03:52 2025 +0100
Revert "feat: Promote CSimple extension to stable" (#8020)
This reverts commit 010368a4aa27a9252a02758079c64ed878dfa1c7.
---
docs/modules/ROOT/pages/reference/extensions/csimple.adoc | 4 ++--
extensions/csimple/runtime/pom.xml | 1 +
.../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/modules/ROOT/pages/reference/extensions/csimple.adoc
b/docs/modules/ROOT/pages/reference/extensions/csimple.adoc
index 6d10ae4ae9..47b368fc0f 100644
--- a/docs/modules/ROOT/pages/reference/extensions/csimple.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/csimple.adoc
@@ -5,8 +5,8 @@
:linkattrs:
:cq-artifact-id: camel-quarkus-csimple
:cq-native-supported: true
-:cq-status: Stable
-:cq-status-deprecation: Stable
+:cq-status: Preview
+:cq-status-deprecation: Preview
:cq-description: Compiled Simple language
:cq-deprecated: false
:cq-jvm-since: 1.5.0
diff --git a/extensions/csimple/runtime/pom.xml
b/extensions/csimple/runtime/pom.xml
index 6fd6f29e5e..26c457d8b5 100644
--- a/extensions/csimple/runtime/pom.xml
+++ b/extensions/csimple/runtime/pom.xml
@@ -33,6 +33,7 @@
<properties>
<camel.quarkus.jvmSince>1.5.0</camel.quarkus.jvmSince>
<camel.quarkus.nativeSince>1.5.0</camel.quarkus.nativeSince>
+ <quarkus.metadata.status>preview</quarkus.metadata.status>
</properties>
<dependencies>
diff --git
a/extensions/csimple/runtime/src/main/resources/META-INF/quarkus-extension.yaml
b/extensions/csimple/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 3b9f4e51f3..a2c0c6f7b3 100644
---
a/extensions/csimple/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++
b/extensions/csimple/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -30,4 +30,4 @@ metadata:
categories:
- "integration"
status:
- - "stable"
+ - "preview"