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 f5a7be2ef4e camel-jbang - Do not use Jetty
f5a7be2ef4e is described below

commit f5a7be2ef4e58d342bece52309af2bc0512c61f1
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Oct 3 16:34:16 2024 +0200

    camel-jbang - Do not use Jetty
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 67e7d66a661..ea752eeb077 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -2114,6 +2114,10 @@ NOTE: If a kamelet is loaded from GitHub, then they 
cannot be live reloaded.
 
 === Using the platform-http component
 
+NOTE: Camel JBang is only intended for working with `platform-http` as HTTP 
server component for rest-dsl,
+and for HTTP serer in general. It is not intended to work with `camel-servlet` 
or `camel-jetty`. If you find a need for using Jetty,
+then Camel JBang will not support seamless rest-dsl support and exporting.
+
 When a route is started from `platform-http` then Camel JBang will 
automatically include a VertX HTTP server
 running on port 8080. For example, the following route in a file named 
`server.yaml`:
 

Reply via email to