From 39d66e7ac2121caf707afec8685b97c6c5711155 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Tue, 2 Jun 2026 18:41:14 +0200 Subject: [PATCH 1/2] CAMEL-23655: Update GitHub topics for better discoverability Co-Authored-By: Claude --- .asf.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index b8e07954..e1aaf7e5 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -20,9 +20,19 @@ github: homepage: https://camel.apache.org labels: - camel + - examples + - spring-boot - integration + - integration-framework + - enterprise-integration-patterns - java - - spring-boot + - cloud-native + - kafka + - rest-api + - yaml + - data-transformation + - microservices + - mcp enabled_merge_buttons: merge: false rebase: true From 8cd377327de51b90469f70c7aad94108b9a985ab Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Fri, 5 Jun 2026 18:56:07 +0200 Subject: [PATCH 2/2] chore: Rebrand Camel JBang to Camel CLI Co-Authored-By: Claude Opus 4.6 --- ai-agent/README.adoc | 6 +++--- milvus/readme.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ai-agent/README.adoc b/ai-agent/README.adoc index b333c87f..d0e3b08c 100644 --- a/ai-agent/README.adoc +++ b/ai-agent/README.adoc @@ -25,8 +25,8 @@ This separation enables: === Prerequisites -==== Camel JBang -Install Camel JBang to easily run infrastructure services: +==== Camel CLI +Install Camel CLI to easily run infrastructure services: $ curl -Ls https://sh.jbang.dev | bash -s - trust add https://github.com/apache/camel/ $ curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force camel@apache/camel @@ -48,7 +48,7 @@ Make sure Ollama is running on `http://localhost:11434` (default port) or update NOTE: While you can use `camel infra run ollama` to run Ollama via Docker, be aware of performance limitations. On macOS, the Docker image cannot utilize GPU acceleration, making it extremely slow. Additionally, when running the Camel Ollama test-infra, both the Ollama Docker image and the default model (granite4, ~3GB) need to be downloaded on first run, which can be very time-consuming. For better performance, it's recommended to install Ollama natively. ==== Qdrant -Use Camel JBang to run Qdrant: +Use Camel CLI to run Qdrant: $ camel infra run qdrant diff --git a/milvus/readme.adoc b/milvus/readme.adoc index 4807a81c..10fcc4d9 100644 --- a/milvus/readme.adoc +++ b/milvus/readme.adoc @@ -15,7 +15,7 @@ The pipeline works end-to-end: === Prerequisites -1. A running Milvus instance (using https://camel.apache.org/manual/camel-jbang.html[Camel JBang]): +1. A running Milvus instance (using https://camel.apache.org/manual/camel-jbang.html[Camel CLI]): ---- camel infra run milvus