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 f8ef92828eb1420c613053aa7ce1c65d769474f1 Author: JiriOndrusek <[email protected]> AuthorDate: Tue Mar 19 12:39:18 2024 +0100 Generated files && missed change from the previous commit --- docs/modules/ROOT/pages/reference/extensions/coap.adoc | 6 +++--- docs/modules/ROOT/pages/reference/extensions/cometd.adoc | 2 +- docs/modules/ROOT/pages/reference/extensions/disruptor.adoc | 2 +- docs/modules/ROOT/pages/reference/extensions/http.adoc | 2 +- docs/modules/ROOT/pages/reference/extensions/mail.adoc | 10 +++++----- docs/modules/ROOT/pages/reference/extensions/smpp.adoc | 2 +- .../main/java/org/apache/camel/quarkus/maven/CqCatalog.java | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/coap.adoc b/docs/modules/ROOT/pages/reference/extensions/coap.adoc index cb93fced51..2cf160eb12 100644 --- a/docs/modules/ROOT/pages/reference/extensions/coap.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/coap.adoc @@ -23,9 +23,9 @@ Send and receive messages to/from COAP capable devices. == What's inside * xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: `coap:uri` -* xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: `coap+tcp:uri` -* xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: `coaps+tcp:uri` -* xref:{cq-camel-components}::coap-component.adoc[CoAP (Secure) component], URI syntax: `coaps:uri` +* xref:{cq-camel-components}::coap+tcp-component.adoc[CoAP component], URI syntax: `coap+tcp:uri` +* xref:{cq-camel-components}::coaps+tcp-component.adoc[CoAP component], URI syntax: `coaps+tcp:uri` +* xref:{cq-camel-components}::coaps-component.adoc[CoAP (Secure) component], URI syntax: `coaps:uri` Please refer to the above links for usage and configuration details. diff --git a/docs/modules/ROOT/pages/reference/extensions/cometd.adoc b/docs/modules/ROOT/pages/reference/extensions/cometd.adoc index fd6fe09660..e929f31f88 100644 --- a/docs/modules/ROOT/pages/reference/extensions/cometd.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/cometd.adoc @@ -23,7 +23,7 @@ Offers publish/subscribe, peer-to-peer (via a server), and RPC style messaging u == What's inside * xref:{cq-camel-components}::cometd-component.adoc[CometD component], URI syntax: `cometd:host:port/channelName` -* xref:{cq-camel-components}::cometd-component.adoc[CometD (Secure) component], URI syntax: `cometds:host:port/channelName` +* xref:{cq-camel-components}::cometds-component.adoc[CometD (Secure) component], URI syntax: `cometds:host:port/channelName` Please refer to the above links for usage and configuration details. diff --git a/docs/modules/ROOT/pages/reference/extensions/disruptor.adoc b/docs/modules/ROOT/pages/reference/extensions/disruptor.adoc index 454f58093c..920c9fece7 100644 --- a/docs/modules/ROOT/pages/reference/extensions/disruptor.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/disruptor.adoc @@ -23,7 +23,7 @@ Provides asynchronous SEDA behavior using LMAX Disruptor. == What's inside * xref:{cq-camel-components}::disruptor-component.adoc[Disruptor component], URI syntax: `disruptor:name` -* xref:{cq-camel-components}::disruptor-component.adoc[Disruptor VM component], URI syntax: `disruptor-vm:name` +* xref:{cq-camel-components}::disruptor-vm-component.adoc[Disruptor VM component], URI syntax: `disruptor-vm:name` Please refer to the above links for usage and configuration details. diff --git a/docs/modules/ROOT/pages/reference/extensions/http.adoc b/docs/modules/ROOT/pages/reference/extensions/http.adoc index 80ed30d934..eea83457a4 100644 --- a/docs/modules/ROOT/pages/reference/extensions/http.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/http.adoc @@ -24,7 +24,7 @@ Send requests to external HTTP servers using Apache HTTP Client 5.x. == What's inside * xref:{cq-camel-components}::http-component.adoc[HTTP component], URI syntax: `http://httpUri` -* xref:{cq-camel-components}::http-component.adoc[HTTPS (Secure) component], URI syntax: `https://httpUri` +* xref:{cq-camel-components}::https-component.adoc[HTTPS (Secure) component], URI syntax: `https://httpUri` Please refer to the above links for usage and configuration details. diff --git a/docs/modules/ROOT/pages/reference/extensions/mail.adoc b/docs/modules/ROOT/pages/reference/extensions/mail.adoc index e28df0135f..c4d697f242 100644 --- a/docs/modules/ROOT/pages/reference/extensions/mail.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/mail.adoc @@ -24,12 +24,12 @@ Send and receive emails using imap, pop3 and smtp protocols. Marshal Camel messa == What's inside * xref:{cq-camel-components}::mail-component.adoc[IMAP component], URI syntax: `imap:host:port` -* xref:{cq-camel-components}::mail-component.adoc[IMAPS (Secure) component], URI syntax: `imaps:host:port` +* xref:{cq-camel-components}::imaps-component.adoc[IMAPS (Secure) component], URI syntax: `imaps:host:port` * xref:{cq-camel-components}:dataformats:mimeMultipart-dataformat.adoc[MIME Multipart data format] -* xref:{cq-camel-components}::mail-component.adoc[POP3 component], URI syntax: `pop3:host:port` -* xref:{cq-camel-components}::mail-component.adoc[POP3S component], URI syntax: `pop3s:host:port` -* xref:{cq-camel-components}::mail-component.adoc[SMTP component], URI syntax: `smtp:host:port` -* xref:{cq-camel-components}::mail-component.adoc[SMTPS component], URI syntax: `smtps:host:port` +* xref:{cq-camel-components}::pop3-component.adoc[POP3 component], URI syntax: `pop3:host:port` +* xref:{cq-camel-components}::pop3s-component.adoc[POP3S component], URI syntax: `pop3s:host:port` +* xref:{cq-camel-components}::smtp-component.adoc[SMTP component], URI syntax: `smtp:host:port` +* xref:{cq-camel-components}::smtps-component.adoc[SMTPS component], URI syntax: `smtps:host:port` Please refer to the above links for usage and configuration details. diff --git a/docs/modules/ROOT/pages/reference/extensions/smpp.adoc b/docs/modules/ROOT/pages/reference/extensions/smpp.adoc index dcdc9d68d7..21c6d9e9b6 100644 --- a/docs/modules/ROOT/pages/reference/extensions/smpp.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/smpp.adoc @@ -23,7 +23,7 @@ Send and receive SMS messages using a SMSC (Short Message Service Center). == What's inside * xref:{cq-camel-components}::smpp-component.adoc[SMPP component], URI syntax: `smpp:host:port` -* xref:{cq-camel-components}::smpp-component.adoc[SMPP (Secure) component], URI syntax: `smpps:host:port` +* xref:{cq-camel-components}::smpps-component.adoc[SMPP (Secure) component], URI syntax: `smpps:host:port` Please refer to the above links for usage and configuration details. diff --git a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/CqCatalog.java b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/CqCatalog.java index 2d7d7beafc..b99edc310d 100644 --- a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/CqCatalog.java +++ b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/CqCatalog.java @@ -224,7 +224,7 @@ public class CqCatalog { public static Stream<Kind> kinds() { return Stream.of(Kind.values()) - .filter(kind -> kind != Kind.eip); + .filter(kind -> (kind != Kind.eip && kind != Kind.model)); } public static boolean isFirstScheme(ArtifactModel<?> model) {
