This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 2c600288fab CAMEL-21943 Add a weaviate component 2c600288fab is described below commit 2c600288fabb3d3f7ff6c5070eda1f6ed58a6250 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Apr 12 11:06:15 2025 +0200 CAMEL-21943 Add a weaviate component --- .../resources/org/apache/camel/catalog/components/weaviate.json | 2 +- .../META-INF/org/apache/camel/component/weaviate/weaviate.json | 2 +- .../camel-ai/camel-weaviate/src/main/docs/weaviate-component.adoc | 2 +- .../apache/camel/component/weaviate/WeaviateVectorDbEndpoint.java | 2 +- .../apache/camel/builder/component/ComponentsBuilderFactory.java | 2 +- .../builder/component/dsl/WeaviateComponentBuilderFactory.java | 2 +- .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++-- .../endpoint/dsl/WeaviateVectorDbEndpointBuilderFactory.java | 6 +++--- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/weaviate.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/weaviate.json index 074341d67da..c59fc7df072 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/weaviate.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/weaviate.json @@ -5,7 +5,7 @@ "title": "weaviate", "description": "Perform operations on the Weaviate Vector Database.", "deprecated": false, - "firstVersion": "4.11.0", + "firstVersion": "4.12.0", "label": "database,ai", "javaType": "org.apache.camel.component.weaviate.WeaviateVectorDbComponent", "supportLevel": "Preview", diff --git a/components/camel-ai/camel-weaviate/src/generated/resources/META-INF/org/apache/camel/component/weaviate/weaviate.json b/components/camel-ai/camel-weaviate/src/generated/resources/META-INF/org/apache/camel/component/weaviate/weaviate.json index 074341d67da..c59fc7df072 100644 --- a/components/camel-ai/camel-weaviate/src/generated/resources/META-INF/org/apache/camel/component/weaviate/weaviate.json +++ b/components/camel-ai/camel-weaviate/src/generated/resources/META-INF/org/apache/camel/component/weaviate/weaviate.json @@ -5,7 +5,7 @@ "title": "weaviate", "description": "Perform operations on the Weaviate Vector Database.", "deprecated": false, - "firstVersion": "4.11.0", + "firstVersion": "4.12.0", "label": "database,ai", "javaType": "org.apache.camel.component.weaviate.WeaviateVectorDbComponent", "supportLevel": "Preview", diff --git a/components/camel-ai/camel-weaviate/src/main/docs/weaviate-component.adoc b/components/camel-ai/camel-weaviate/src/main/docs/weaviate-component.adoc index 197bcdc3ccd..af78fe7637c 100644 --- a/components/camel-ai/camel-weaviate/src/main/docs/weaviate-component.adoc +++ b/components/camel-ai/camel-weaviate/src/main/docs/weaviate-component.adoc @@ -3,7 +3,7 @@ :shortname: weaviate :artifactid: camel-weaviate :description: Perform operations on the Weaviate Vector Database. -:since: 4.11 +:since: 4.12 :supportlevel: Preview :tabs-sync-option: :component-header: Only producer is supported diff --git a/components/camel-ai/camel-weaviate/src/main/java/org/apache/camel/component/weaviate/WeaviateVectorDbEndpoint.java b/components/camel-ai/camel-weaviate/src/main/java/org/apache/camel/component/weaviate/WeaviateVectorDbEndpoint.java index da291c130a2..939d257e220 100644 --- a/components/camel-ai/camel-weaviate/src/main/java/org/apache/camel/component/weaviate/WeaviateVectorDbEndpoint.java +++ b/components/camel-ai/camel-weaviate/src/main/java/org/apache/camel/component/weaviate/WeaviateVectorDbEndpoint.java @@ -36,7 +36,7 @@ import org.apache.camel.support.DefaultEndpoint; * Perform operations on the Weaviate Vector Database. */ @UriEndpoint( - firstVersion = "4.11.0", + firstVersion = "4.12.0", scheme = WeaviateVectorDb.SCHEME, title = "weaviate", syntax = "weaviate:collection", diff --git a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java index b29066fea5b..006f7a643df 100644 --- a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java +++ b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java @@ -4567,7 +4567,7 @@ public interface ComponentsBuilderFactory { * Perform operations on the Weaviate Vector Database. * * Category: database,ai - * Since: 4.11 + * Since: 4.12 * Maven coordinates: org.apache.camel:camel-weaviate * * @return the dsl builder diff --git a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/WeaviateComponentBuilderFactory.java b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/WeaviateComponentBuilderFactory.java index af405f1bbfb..0b8bf19cafd 100644 --- a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/WeaviateComponentBuilderFactory.java +++ b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/WeaviateComponentBuilderFactory.java @@ -36,7 +36,7 @@ public interface WeaviateComponentBuilderFactory { * Perform operations on the Weaviate Vector Database. * * Category: database,ai - * Since: 4.11 + * Since: 4.12 * Maven coordinates: org.apache.camel:camel-weaviate * * @return the dsl builder diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java index 7ef015c73d0..d8e6f4f60dd 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java @@ -15442,7 +15442,7 @@ public class StaticEndpointBuilders { * Perform operations on the Weaviate Vector Database. * * Category: database,ai - * Since: 4.11 + * Since: 4.12 * Maven coordinates: org.apache.camel:camel-weaviate * * Syntax: <code>weaviate:collection</code> @@ -15461,7 +15461,7 @@ public class StaticEndpointBuilders { * Perform operations on the Weaviate Vector Database. * * Category: database,ai - * Since: 4.11 + * Since: 4.12 * Maven coordinates: org.apache.camel:camel-weaviate * * Syntax: <code>weaviate:collection</code> diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/WeaviateVectorDbEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/WeaviateVectorDbEndpointBuilderFactory.java index 81fb9aa6fc9..b231773980b 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/WeaviateVectorDbEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/WeaviateVectorDbEndpointBuilderFactory.java @@ -209,7 +209,7 @@ public interface WeaviateVectorDbEndpointBuilderFactory { * Perform operations on the Weaviate Vector Database. * * Category: database,ai - * Since: 4.11 + * Since: 4.12 * Maven coordinates: org.apache.camel:camel-weaviate * * @return the dsl builder for the headers' name. @@ -222,7 +222,7 @@ public interface WeaviateVectorDbEndpointBuilderFactory { * Perform operations on the Weaviate Vector Database. * * Category: database,ai - * Since: 4.11 + * Since: 4.12 * Maven coordinates: org.apache.camel:camel-weaviate * * Syntax: <code>weaviate:collection</code> @@ -241,7 +241,7 @@ public interface WeaviateVectorDbEndpointBuilderFactory { * Perform operations on the Weaviate Vector Database. * * Category: database,ai - * Since: 4.11 + * Since: 4.12 * Maven coordinates: org.apache.camel:camel-weaviate * * Syntax: <code>weaviate:collection</code>