diff --git a/docs/modules/ROOT/examples/components/milvus.yml b/docs/modules/ROOT/examples/components/milvus.yml index 5c1fdad960e1..bd1e122c7b37 100644 --- a/docs/modules/ROOT/examples/components/milvus.yml +++ b/docs/modules/ROOT/examples/components/milvus.yml @@ -2,11 +2,11 @@ # This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page cqArtifactId: camel-quarkus-milvus cqArtifactIdBase: milvus -cqNativeSupported: true -cqStatus: Stable +cqNativeSupported: false +cqStatus: Preview cqDeprecated: false cqJvmSince: 3.10.0 -cqNativeSince: 3.10.0 +cqNativeSince: n/a cqCamelPartName: milvus cqCamelPartTitle: Milvus cqCamelPartDescription: Perform operations on the Milvus Vector Database. diff --git a/docs/modules/ROOT/pages/reference/extensions/milvus.adoc b/docs/modules/ROOT/pages/reference/extensions/milvus.adoc index 0680c3f63426..0518929a8611 100644 --- a/docs/modules/ROOT/pages/reference/extensions/milvus.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/milvus.adoc @@ -4,17 +4,17 @@ = Milvus :linkattrs: :cq-artifact-id: camel-quarkus-milvus -:cq-native-supported: true -:cq-status: Stable -:cq-status-deprecation: Stable +:cq-native-supported: false +:cq-status: Preview +:cq-status-deprecation: Preview :cq-description: Perform operations on the Milvus Vector Database. :cq-deprecated: false :cq-jvm-since: 3.10.0 -:cq-native-since: 3.10.0 +:cq-native-since: n/a ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##3.10.0## [.badge-key]##Native since##[.badge-supported]##3.10.0## +[.badge-key]##JVM since##[.badge-supported]##3.10.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## endif::[] Perform operations on the Milvus Vector Database. @@ -29,10 +29,6 @@ Please refer to the above link for usage and configuration details. [id="extensions-milvus-maven-coordinates"] == Maven coordinates -https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-milvus[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"] - -Or add the coordinates to your existing project: - [source,xml] ---- diff --git a/extensions/milvus/deployment/pom.xml b/extensions-jvm/milvus/deployment/pom.xml similarity index 100% rename from extensions/milvus/deployment/pom.xml rename to extensions-jvm/milvus/deployment/pom.xml diff --git a/extensions/milvus/deployment/src/main/java/org/apache/camel/quarkus/component/milvus/deployment/MilvusProcessor.java b/extensions-jvm/milvus/deployment/src/main/java/org/apache/camel/quarkus/component/milvus/deployment/MilvusProcessor.java similarity index 100% rename from extensions/milvus/deployment/src/main/java/org/apache/camel/quarkus/component/milvus/deployment/MilvusProcessor.java rename to extensions-jvm/milvus/deployment/src/main/java/org/apache/camel/quarkus/component/milvus/deployment/MilvusProcessor.java diff --git a/extensions/milvus/pom.xml b/extensions-jvm/milvus/pom.xml similarity index 96% rename from extensions/milvus/pom.xml rename to extensions-jvm/milvus/pom.xml index 4a432fde85eb..09dd9744884f 100644 --- a/extensions/milvus/pom.xml +++ b/extensions-jvm/milvus/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.apache.camel.quarkus - camel-quarkus-extensions + camel-quarkus-extensions-jvm 3.10.0-SNAPSHOT ../pom.xml diff --git a/extensions/milvus/runtime/pom.xml b/extensions-jvm/milvus/runtime/pom.xml similarity index 98% rename from extensions/milvus/runtime/pom.xml rename to extensions-jvm/milvus/runtime/pom.xml index 27ead2fb2255..b2919f385e90 100644 --- a/extensions/milvus/runtime/pom.xml +++ b/extensions-jvm/milvus/runtime/pom.xml @@ -34,7 +34,6 @@ 3.10.0 - 3.10.0 diff --git a/extensions/milvus/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions-jvm/milvus/runtime/src/main/resources/META-INF/quarkus-extension.yaml similarity index 97% rename from extensions/milvus/runtime/src/main/resources/META-INF/quarkus-extension.yaml rename to extensions-jvm/milvus/runtime/src/main/resources/META-INF/quarkus-extension.yaml index d6a7e3e36347..0ba9024cccc9 100644 --- a/extensions/milvus/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions-jvm/milvus/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -25,8 +25,9 @@ name: "Camel Milvus" description: "Perform operations on the Milvus Vector Database" metadata: icon-url: "https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg" + unlisted: true guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/milvus.html" categories: - "integration" status: - - "stable" + - "preview" diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml index 80c7c291d7a9..d52d14106611 100644 --- a/extensions-jvm/pom.xml +++ b/extensions-jvm/pom.xml @@ -82,6 +82,7 @@ ldif lucene mail-microsoft-oauth + milvus mvel opensearch printer diff --git a/extensions/pom.xml b/extensions/pom.xml index dd95df524a66..2bac0815a196 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -179,7 +179,6 @@ micrometer microprofile-fault-tolerance microprofile-health - milvus minio mllp mock diff --git a/integration-tests-jvm/milvus/src/main/resources/application.properties b/integration-tests-jvm/milvus/src/main/resources/application.properties deleted file mode 100644 index fa7a54b83496..000000000000 --- a/integration-tests-jvm/milvus/src/main/resources/application.properties +++ /dev/null @@ -1,16 +0,0 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## ---------------------------------------------------------------------------