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 9d6c75f5bd6 CAMEL-20466: Add note to rest-dsl doc
9d6c75f5bd6 is described below

commit 9d6c75f5bd67559dfb72a66d8f93888a5d5e48e2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri May 31 08:53:37 2024 +0200

    CAMEL-20466: Add note to rest-dsl doc
---
 docs/user-manual/modules/ROOT/pages/rest-dsl.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc 
b/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
index 2ca125e018b..73c463f9e64 100644
--- a/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
+++ b/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
@@ -187,6 +187,8 @@ REST services which has been defined.
 
 == Inline Rest DSL as a single route
 
+IMPORTANT: Camel 4.4 or older has inline-routes disabled by default. Camel 4.5 
or newer has inline-routes enabled by default.
+
 Each of the rest services becomes a Camel route, and this means, that if the 
rest
 service is calling another Camel route via `direct`, which is a very common 
practice.
 This means that each rest service then becomes 2 routes. This can become 
harder to manage

Reply via email to