This is an automated email from the ASF dual-hosted git repository. jamesnetherton 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 ed1d993f29 Regen modeline metadata ed1d993f29 is described below commit ed1d993f29b7e2799daa01e1cad840f14b064fb1 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Jan 31 11:08:50 2025 +0000 Regen modeline metadata --- docs/modules/ROOT/examples/others/dsl-modeline.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/dsl-modeline.adoc | 6 +++--- .../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/examples/others/dsl-modeline.yml b/docs/modules/ROOT/examples/others/dsl-modeline.yml index 477cf6f0d4..5c997fed1a 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 63d27a6a61..43deebb78b 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 8c11080740..94a1547dc0 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