diff --git a/docs/modules/ROOT/examples/others/dsl-modeline.yml b/docs/modules/ROOT/examples/others/dsl-modeline.yml index 477cf6f0d4e2..5c997fed1ada 100644 --- a/docs/modules/ROOT/examples/others/dsl-modeline.yml +++ b/docs/modules/ROOT/examples/others/dsl-modeline.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-dsl-modeline cqArtifactIdBase: dsl-modeline cqNativeSupported: false cqStatus: Preview -cqDeprecated: false +cqDeprecated: true cqJvmSince: 2.14.0 cqNativeSince: n/a cqCamelPartName: dsl-modeline diff --git a/docs/modules/ROOT/pages/reference/extensions/dsl-modeline.adoc b/docs/modules/ROOT/pages/reference/extensions/dsl-modeline.adoc index 63d27a6a617a..43deebb78b5d 100644 --- a/docs/modules/ROOT/pages/reference/extensions/dsl-modeline.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/dsl-modeline.adoc @@ -6,15 +6,15 @@ :cq-artifact-id: camel-quarkus-dsl-modeline :cq-native-supported: false :cq-status: Preview -:cq-status-deprecation: Preview +:cq-status-deprecation: Preview Deprecated :cq-description: Support for Camel K style modeline -:cq-deprecated: false +:cq-deprecated: true :cq-jvm-since: 2.14.0 :cq-native-since: n/a ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##2.14.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## +[.badge-key]##JVM since##[.badge-supported]##2.14.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## endif::[] Support for Camel K style modeline diff --git a/extensions-jvm/dsl-modeline/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions-jvm/dsl-modeline/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 8c110807405f..94a1547dc03c 100644 --- a/extensions-jvm/dsl-modeline/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions-jvm/dsl-modeline/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -32,3 +32,4 @@ metadata: - "integration" status: - "preview" + - "deprecated" \ No newline at end of file