This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 07654a6ae64 camel-catalog - Also check pojo beans for matching artifact
add 9cce197f73b camel-qdrant: Make rest-assured test scoped
add 0e26aa97459 CAMEL-20836: Add support for deleting a Qdrant collection
No new revisions were added by this update.
Summary of changes:
.../apache/camel/catalog/components/qdrant.json | 2 +-
components/camel-qdrant/pom.xml | 1 +
.../org/apache/camel/component/qdrant/qdrant.json | 2 +-
.../src/main/docs/qdrant-component.adoc | 66 ++++++++++-----
.../org/apache/camel/component/qdrant/Qdrant.java | 2 +-
.../camel/component/qdrant/QdrantAction.java | 1 +
.../camel/component/qdrant/QdrantProducer.java | 18 ++++
.../camel/component/qdrant/QdrantCommonTest.java | 4 +-
.../qdrant/it/QdrantDeleteCollectionIT.java | 98 ++++++++++++++++++++++
9 files changed, 169 insertions(+), 25 deletions(-)
create mode 100644
components/camel-qdrant/src/test/java/org/apache/camel/component/qdrant/it/QdrantDeleteCollectionIT.java