This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit dc6ecf0ea04f7cf604a70316dbe02c8c55a802b1 Author: Zineb Bendhiba <[email protected]> AuthorDate: Mon Jun 14 23:06:02 2021 +0200 fix doc --- docs/modules/ROOT/pages/reference/extensions/apns.adoc | 12 +++--------- docs/modules/ROOT/partials/reference/components/apns.adoc | 13 ------------- .../reference/components/hwcloud-functiongraph.adoc | 1 + .../component/vertx/websocket/VertxWebsocketRecorder.java | 1 - 4 files changed, 4 insertions(+), 23 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/apns.adoc b/docs/modules/ROOT/pages/reference/extensions/apns.adoc index 3604a25..347aaaa 100644 --- a/docs/modules/ROOT/pages/reference/extensions/apns.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/apns.adoc @@ -5,23 +5,17 @@ :cq-artifact-id: camel-quarkus-apns :cq-native-supported: false :cq-status: Preview -:cq-status-deprecation: Preview Deprecated +:cq-status-deprecation: Preview :cq-description: Send notifications to Apple iOS devices. -:cq-deprecated: true +:cq-deprecated: false :cq-jvm-since: 1.1.0 :cq-native-since: n/a [.badges] -[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## +[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## Send notifications to Apple iOS devices. -== What's inside - -* xref:{cq-camel-components}::apns-component.adoc[APNS component], URI syntax: `apns:name` - -Please refer to the above link for usage and configuration details. - == Maven coordinates [source,xml] diff --git a/docs/modules/ROOT/partials/reference/components/apns.adoc b/docs/modules/ROOT/partials/reference/components/apns.adoc deleted file mode 100644 index e2a3d26..0000000 --- a/docs/modules/ROOT/partials/reference/components/apns.adoc +++ /dev/null @@ -1,13 +0,0 @@ -// Do not edit directly! -// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -:cq-artifact-id: camel-quarkus-apns -:cq-artifact-id-base: apns -:cq-native-supported: false -:cq-status: Preview -:cq-deprecated: true -:cq-jvm-since: 1.1.0 -:cq-native-since: n/a -:cq-camel-part-name: apns -:cq-camel-part-title: APNS -:cq-camel-part-description: Send notifications to Apple iOS devices. -:cq-extension-page-title: APNS diff --git a/docs/modules/ROOT/partials/reference/components/hwcloud-functiongraph.adoc b/docs/modules/ROOT/partials/reference/components/hwcloud-functiongraph.adoc new file mode 100644 index 0000000..a509c1d --- /dev/null +++ b/docs/modules/ROOT/partials/reference/components/hwcloud-functiongraph.adoc @@ -0,0 +1 @@ +// Empty partial for a Camel bit unsupported by Camel Quarkus to avoid warnings when this file is included from a Camel page diff --git a/extensions/vertx-websocket/runtime/src/main/java/org/apache/camel/quarkus/component/vertx/websocket/VertxWebsocketRecorder.java b/extensions/vertx-websocket/runtime/src/main/java/org/apache/camel/quarkus/component/vertx/websocket/VertxWebsocketRecorder.java index 3890062..8f37b81 100644 --- a/extensions/vertx-websocket/runtime/src/main/java/org/apache/camel/quarkus/component/vertx/websocket/VertxWebsocketRecorder.java +++ b/extensions/vertx-websocket/runtime/src/main/java/org/apache/camel/quarkus/component/vertx/websocket/VertxWebsocketRecorder.java @@ -22,7 +22,6 @@ import io.quarkus.runtime.RuntimeValue; import io.quarkus.runtime.annotations.Recorder; import io.vertx.core.Vertx; import io.vertx.ext.web.Router; - import org.apache.camel.CamelContext; import org.apache.camel.component.vertx.websocket.VertxWebsocketComponent; import org.apache.camel.component.vertx.websocket.VertxWebsocketHost;
