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-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push:
new d1dec43 Use released version number
d1dec43 is described below
commit d1dec436b445adebe1153cac5886c898e893b6e8
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Nov 5 15:03:02 2025 +0100
Use released version number
---
docling-langchain4j-rag/README.adoc | 6 +++---
ibm/ibm-cos/README.adoc | 4 ++--
ibm/ibm-cos/ibm-cos-sink.kamelet.yaml | 2 +-
ibm/ibm-cos/ibm-cos-source.kamelet.yaml | 2 +-
ibm/ibm-watson-language/README.adoc | 6 +++---
ibm/ibm-watson-language/ibm-watson-language-sink.kamelet.yaml | 2 +-
keycloak-introspection-rest/README.adoc | 10 +++++-----
keycloak-security-rest/README.adoc | 8 ++++----
pqc-document-signing/README.adoc | 8 ++++----
pqc-secure-file-transfer/README.adoc | 2 +-
10 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/docling-langchain4j-rag/README.adoc
b/docling-langchain4j-rag/README.adoc
index 3da4c9b..a0c6145 100644
--- a/docling-langchain4j-rag/README.adoc
+++ b/docling-langchain4j-rag/README.adoc
@@ -94,10 +94,10 @@ $ curl http://localhost:11434/ # Ollama
[source,sh]
----
# Start Docling (if camel infra supports it)
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra run
docling
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra run docling
# Start Ollama (if camel infra supports it)
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra run
ollama
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra run ollama
----
==== Option C: Manual Docker Commands
@@ -129,7 +129,7 @@ $ mkdir -p documents output
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run \
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run \
--fresh \
--dep=camel:docling \
--dep=camel:langchain4j-chat \
diff --git a/ibm/ibm-cos/README.adoc b/ibm/ibm-cos/README.adoc
index eb03f12..bb2a1e6 100644
--- a/ibm/ibm-cos/README.adoc
+++ b/ibm/ibm-cos/README.adoc
@@ -142,7 +142,7 @@ $ camel infra run kafka
+
[source,shell]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run
--properties=application.properties kafka-to-ibm-cos.camel.yaml
ibm-cos-sink.kamelet.yaml
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run
--properties=application.properties kafka-to-ibm-cos.camel.yaml
ibm-cos-sink.kamelet.yaml
----
3. In another terminal, send test messages:
@@ -169,7 +169,7 @@ You can run the source example using:
[source,shell]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run
--properties=application.properties ibm-cos-to-log.camel.yaml
ibm-cos-source.kamelet.yaml
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run
--properties=application.properties ibm-cos-to-log.camel.yaml
ibm-cos-source.kamelet.yaml
----
=== Running Both Examples
diff --git a/ibm/ibm-cos/ibm-cos-sink.kamelet.yaml
b/ibm/ibm-cos/ibm-cos-sink.kamelet.yaml
index a5a30f2..bf0918b 100644
--- a/ibm/ibm-cos/ibm-cos-sink.kamelet.yaml
+++ b/ibm/ibm-cos/ibm-cos-sink.kamelet.yaml
@@ -21,7 +21,7 @@ metadata:
name: ibm-cos-sink
annotations:
camel.apache.org/kamelet.support.level: "Preview"
- camel.apache.org/catalog.version: "4.16.0-SNAPSHOT"
+ camel.apache.org/catalog.version: "4.16.0"
camel.apache.org/kamelet.icon:
"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwMCIgaGVpZ2h0PSIyNTAwIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBhdGggZD0iTTAgMGgyNTZ2MjU2SDB6IiBmaWxsPSIjMDUzMzYyIi8+PHBhdGggZD0iTTE4Ny43MzIgMTI1LjkxOGMtLjAzNi0xLjM1Ny0uMDktMi43MTQtLjE4LTQuMDcyLS4wMzYtLjUyMi0uMDkxLTEuMDQ1LS4xMjgtMS41NjctLjA1NC0uNjEzLS4xMDgtMS4yMjYtLjE4LTEuODM5LS4wNzItLjc3LS4xOC0xLjU0LS4yODgtMi4zMWEzOS43NjYgMzkuNz
[...]
camel.apache.org/provider: "Apache Software Foundation"
camel.apache.org/kamelet.group: "IBM Cloud Object Storage"
diff --git a/ibm/ibm-cos/ibm-cos-source.kamelet.yaml
b/ibm/ibm-cos/ibm-cos-source.kamelet.yaml
index 24e24c6..f70dc34 100644
--- a/ibm/ibm-cos/ibm-cos-source.kamelet.yaml
+++ b/ibm/ibm-cos/ibm-cos-source.kamelet.yaml
@@ -21,7 +21,7 @@ metadata:
name: ibm-cos-source
annotations:
camel.apache.org/kamelet.support.level: "Preview"
- camel.apache.org/catalog.version: "4.16.0-SNAPSHOT"
+ camel.apache.org/catalog.version: "4.16.0"
camel.apache.org/kamelet.icon:
"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwMCIgaGVpZ2h0PSIyNTAwIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBhdGggZD0iTTAgMGgyNTZ2MjU2SDB6IiBmaWxsPSIjMDUzMzYyIi8+PHBhdGggZD0iTTE4Ny43MzIgMTI1LjkxOGMtLjAzNi0xLjM1Ny0uMDktMi43MTQtLjE4LTQuMDcyLS4wMzYtLjUyMi0uMDkxLTEuMDQ1LS4xMjgtMS41NjctLjA1NC0uNjEzLS4xMDgtMS4yMjYtLjE4LTEuODM5LS4wNzItLjc3LS4xOC0xLjU0LS4yODgtMi4zMWEzOS43NjYgMzkuNz
[...]
camel.apache.org/provider: "Apache Software Foundation"
camel.apache.org/kamelet.group: "IBM Cloud Object Storage"
diff --git a/ibm/ibm-watson-language/README.adoc
b/ibm/ibm-watson-language/README.adoc
index 73f1c44..d8c7c39 100644
--- a/ibm/ibm-watson-language/README.adoc
+++ b/ibm/ibm-watson-language/README.adoc
@@ -61,7 +61,7 @@ Or using the SNAPSHOT version:
[source,shell]
----
-jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run
sentiment-analysis.camel.yaml ibm-watson-language-sink.kamelet.yaml
application.properties
+jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run
sentiment-analysis.camel.yaml ibm-watson-language-sink.kamelet.yaml
application.properties
----
=== What it does
@@ -96,7 +96,7 @@ Or using the SNAPSHOT version:
[source,shell]
----
-jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run
comprehensive-analysis.camel.yaml ibm-watson-language-sink.kamelet.yaml
application.properties
+jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run
comprehensive-analysis.camel.yaml ibm-watson-language-sink.kamelet.yaml
application.properties
----
=== What it does
@@ -151,7 +151,7 @@ Or using the SNAPSHOT version:
[source,shell]
----
-jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run
text-analysis-api.camel.yaml ibm-watson-language-sink.kamelet.yaml
application.properties
+jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run
text-analysis-api.camel.yaml ibm-watson-language-sink.kamelet.yaml
application.properties
----
=== Available Endpoints
diff --git a/ibm/ibm-watson-language/ibm-watson-language-sink.kamelet.yaml
b/ibm/ibm-watson-language/ibm-watson-language-sink.kamelet.yaml
index 6544d4b..85c6af8 100644
--- a/ibm/ibm-watson-language/ibm-watson-language-sink.kamelet.yaml
+++ b/ibm/ibm-watson-language/ibm-watson-language-sink.kamelet.yaml
@@ -21,7 +21,7 @@ metadata:
name: ibm-watson-language-sink
annotations:
camel.apache.org/kamelet.support.level: "Preview"
- camel.apache.org/catalog.version: "4.16.0-SNAPSHOT"
+ camel.apache.org/catalog.version: "4.16.0"
camel.apache.org/kamelet.icon:
"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgPHBhdGggZD0iTTAgMGgyNTZ2MjU2SDB6Ii8+CiAgICA8cGF0aCBkPSJNMTI4IDIwYTEwOCAxMDggMCAxIDEgMCAyMTYgMTA4IDEwOCAwIDAgMSAwLTIxNnptMCAyNGE4NCA4NCAwIDEgMCAwIDE2OCA4NCA4NCAwIDAgMCAwLTE2OHoiIGZpbGw9IiMwNTNFRkYiLz4KICAgIDxwYXRoIGQ9Ik0xMjggNzJhNTYgNTYgMCAxIDEgMCAxMTIgNTYgNTYgMCAwIDEgMC0xMTJ6bTAgMjRhMz
[...]
camel.apache.org/provider: "Apache Software Foundation"
camel.apache.org/kamelet.group: "IBM Watson"
diff --git a/keycloak-introspection-rest/README.adoc
b/keycloak-introspection-rest/README.adoc
index c57e47c..f54e81e 100644
--- a/keycloak-introspection-rest/README.adoc
+++ b/keycloak-introspection-rest/README.adoc
@@ -103,11 +103,11 @@ Which allows to run Camel JBang with `camel` as shown
below.
=== Option 1: Using Camel JBang Infra (Recommended)
-Starting from Camel JBang 4.16.0-SNAPSHOT, you can easily run Keycloak using
the built-in infrastructure support:
+Starting from Camel JBang 4.16.0, you can easily run Keycloak using the
built-in infrastructure support:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra run
keycloak
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra run keycloak
----
This will automatically start Keycloak configured with:
@@ -121,7 +121,7 @@ To stop Keycloak later:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra stop
keycloak
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra stop keycloak
----
=== Option 2: Using Docker Manually
@@ -236,7 +236,7 @@ After Keycloak is configured, start the Camel application:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run *
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run *
----
The application will start on port 8081 with the following endpoints:
@@ -588,7 +588,7 @@ To stop Keycloak:
If you used Camel JBang infra:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra stop
keycloak
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra stop keycloak
----
If you used Docker manually:
diff --git a/keycloak-security-rest/README.adoc
b/keycloak-security-rest/README.adoc
index 64bb3c6..105ab8e 100644
--- a/keycloak-security-rest/README.adoc
+++ b/keycloak-security-rest/README.adoc
@@ -47,11 +47,11 @@ Which allows to run Camel JBang with `camel` as shown below.
=== Option 1: Using Camel JBang Infra (Recommended)
-Starting from Camel JBang 4.16.0-SNAPSHOT, you can easily run Keycloak using
the built-in infrastructure support:
+Starting from Camel JBang 4.16.0, you can easily run Keycloak using the
built-in infrastructure support:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra run
keycloak
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra run keycloak
----
This will automatically start Keycloak configured with:
@@ -65,7 +65,7 @@ To stop Keycloak later:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra stop
keycloak
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra stop keycloak
----
=== Option 2: Using Docker Manually
@@ -339,7 +339,7 @@ To stop Keycloak:
If you used Camel JBang infra:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra stop
keycloak
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra stop keycloak
----
If you used Docker manually:
diff --git a/pqc-document-signing/README.adoc b/pqc-document-signing/README.adoc
index feb17e8..1e0a7f3 100644
--- a/pqc-document-signing/README.adoc
+++ b/pqc-document-signing/README.adoc
@@ -29,7 +29,7 @@ Use Camel JBang's built-in infrastructure support to easily
run HashiCorp Vault:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra run
hashicorp vault
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra run hashicorp
vault
----
This will automatically start HashiCorp Vault configured with:
@@ -44,7 +44,7 @@ To stop Vault later:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra stop
hashicorp vault
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra stop hashicorp
vault
----
**Note:** When using Camel infra, update `application.properties` to use port
`8200`:
@@ -94,7 +94,7 @@ After Vault is configured and running, start the Camel
application:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run
--dep=mvn:org.springframework.vault:spring-vault-core:3.2.0 --dep=camel:pqc
--properties=application.properties pqc-document-signing.yaml
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run
--dep=mvn:org.springframework.vault:spring-vault-core:3.2.0 --dep=camel:pqc
--properties=application.properties pqc-document-signing.yaml
----
The application will:
@@ -329,7 +329,7 @@ To stop HashiCorp Vault:
If using Camel JBang infra:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel infra stop
hashicorp-vault
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra stop
hashicorp-vault
----
If using Docker:
diff --git a/pqc-secure-file-transfer/README.adoc
b/pqc-secure-file-transfer/README.adoc
index 23ed818..0f12c33 100644
--- a/pqc-secure-file-transfer/README.adoc
+++ b/pqc-secure-file-transfer/README.adoc
@@ -70,7 +70,7 @@ Start the application:
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run \
+$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run \
--dep=camel:pqc \
--dep=camel:crypto \
--dep=org.bouncycastle:bcprov-jdk18on:1.82 \