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 ca3fb2a3238e Polished
ca3fb2a3238e is described below
commit ca3fb2a3238e10e9d7a2b01836f5e1668b97e703
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jan 23 20:11:15 2026 +0100
Polished
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 1421e00c100d..7c2a0579bb4b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -1554,7 +1554,7 @@ $ camel cmd send --body=file:payload.json
--uri='kamelet:mqtt-sink?brokerUrl=tcp
*Available since Camel 4.18*
-In Camel 4.17, you can use `camel cmd send` to send messages directly to
infrastructure services that are started with `camel infra run`.
+You can use `camel cmd send` to send messages directly to infrastructure
services that are started with `camel infra run`.
This eliminates the need to manually specify server connection details, as the
command automatically reads connection information from JSON files created by
infrastructure services.
This is done by using the `--infra` option to specify which infrastructure
service to send to: