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 59b8f8a  Polished
59b8f8a is described below

commit 59b8f8a14f6228aa508060b11ddc6e661498c772
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 13 09:58:51 2026 +0100

    Polished
---
 keycloak-ldap-migration/README.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/keycloak-ldap-migration/README.adoc 
b/keycloak-ldap-migration/README.adoc
index f3482e8..0ba8a3b 100644
--- a/keycloak-ldap-migration/README.adoc
+++ b/keycloak-ldap-migration/README.adoc
@@ -150,7 +150,7 @@ Use Camel JBang Infra to run Keycloak:
 
 [source,sh]
 ----
-$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra run keycloak
+$ camel infra run keycloak
 ----
 
 This will start Keycloak configured with:
@@ -164,7 +164,7 @@ To stop Keycloak later:
 
 [source,sh]
 ----
-$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra stop keycloak
+$ camel infra stop keycloak
 ----
 
 == Configuring the Migration
@@ -218,7 +218,7 @@ After configuring LDAP and Keycloak, and adding test users 
to LDAP, run the migr
 
 [source,sh]
 ----
-$ jbang -Dcamel.jbang.version=4.17.0-SNAPSHOT camel@apache/camel run *
+$ camel run *
 ----
 
 IMPORTANT: Make sure you have created the LDAP organizational unit structure 
and added test users (see "Adding Test Users to LDAP" section above). If you 
see an error like `NameNotFoundException: No Such Object`, it means the LDAP 
base DN doesn't exist yet.
@@ -326,7 +326,7 @@ To stop Keycloak:
 
 [source,sh]
 ----
-$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel infra stop keycloak
+$ camel infra stop keycloak
 ----
 
 To stop OpenLDAP:

Reply via email to