Skip to content

Commit

Permalink
Fixup Milvus JVM only state
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Apr 22, 2024
1 parent dcf1b29 commit 63d8221
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 32 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/examples/components/milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 5 additions & 9 deletions docs/modules/ROOT/pages/reference/extensions/milvus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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]
----
<dependency>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions</artifactId>
<artifactId>camel-quarkus-extensions-jvm</artifactId>
<version>3.10.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<properties>
<camel.quarkus.jvmSince>3.10.0</camel.quarkus.jvmSince>
<camel.quarkus.nativeSince>3.10.0</camel.quarkus.nativeSince>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions extensions-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<module>ldif</module>
<module>lucene</module>
<module>mail-microsoft-oauth</module>
<module>milvus</module>
<module>mvel</module>
<module>opensearch</module>
<module>printer</module>
Expand Down
1 change: 0 additions & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
<module>micrometer</module>
<module>microprofile-fault-tolerance</module>
<module>microprofile-health</module>
<module>milvus</module>
<module>minio</module>
<module>mllp</module>
<module>mock</module>
Expand Down

This file was deleted.

0 comments on commit 63d8221

Please sign in to comment.