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
commit ba17ae3b02f79fc7d1dc3016b86c4c51e4435045 Author: Jiri Ondrusek <[email protected]> AuthorDate: Tue Jan 6 08:43:01 2026 +0100 Generated files --- docs/modules/ROOT/examples/components/olingo4.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/olingo4.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/examples/components/olingo4.yml b/docs/modules/ROOT/examples/components/olingo4.yml index 82b12c763b..147eaf1d4c 100644 --- a/docs/modules/ROOT/examples/components/olingo4.yml +++ b/docs/modules/ROOT/examples/components/olingo4.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-olingo4 cqArtifactIdBase: olingo4 cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.0.0 cqNativeSince: 1.0.0 cqCamelPartName: olingo4 diff --git a/docs/modules/ROOT/pages/reference/extensions/olingo4.adoc b/docs/modules/ROOT/pages/reference/extensions/olingo4.adoc index 3361fda441..457b10050a 100644 --- a/docs/modules/ROOT/pages/reference/extensions/olingo4.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/olingo4.adoc @@ -7,15 +7,15 @@ :cq-artifact-id: camel-quarkus-olingo4 :cq-native-supported: true :cq-status: Stable -:cq-status-deprecation: Stable +:cq-status-deprecation: Stable Deprecated :cq-description: Communicate with OData 4.0 services using Apache Olingo OData API. -:cq-deprecated: false +:cq-deprecated: true :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## +[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## endif::[] Communicate with OData 4.0 services using Apache Olingo OData API.
