This is an automated email from the ASF dual-hosted git repository.

klease 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 3b6f6096d26 Fix typo in option and improve grammar
3b6f6096d26 is described below

commit 3b6f6096d26067c730a2d8d05f54683bc107ef40
Author: klease <kle...@cegetel.net>
AuthorDate: Thu Feb 29 10:42:34 2024 +0100

    Fix typo in option and improve grammar
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc            | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
index 1911e336948..bdeaa61cf73 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
@@ -37,12 +37,12 @@ instead.
 
 === Rest DSL
 
-Camel has changed the default value for `inlineRoutes=false` to 
`inlineRoutes=false` in `restConfiguration`.
+Camel has changed the default value for `inlineRoutes=false` to 
`inlineRoutes=true` in `restConfiguration`.
 It is very typical to define Rest DSL and for each service api, then call a 
Camel route via `direct` endpoints.
 By inlining these two, then you only have 1 route in Camel instead of 2. This 
helps reduce the clutter of routes
 that otherwise is in use when using Rest DSL and many services. You can 
restore to old behaviour by setting the option back to `inlineRoutes=false`.
 
-Rest DSL will now eager resolve property placeholders that are used during 
building the `rest:` endpoint.
+Rest DSL will now eagerly resolve property placeholders that are used during 
building the `rest:` endpoint.
 
 For example with a Rest DSL using a placeholder (`app.mypath = helloapp`) in 
the `path`:
 
@@ -62,7 +62,7 @@ Routes startup (total:2)
 Started demo (rest://post:%7B%7Bapp.mypath%7D%7D)
 ----
 
-The placeholder is now resolved eager and you will see _nicer_ startup logs 
such as:
+The placeholder is now resolved eagerly and you will see _nicer_ startup logs 
such as:
 
 [source,text]
 ----
@@ -126,4 +126,4 @@ on the `ManagementAgent` object. See more in the 
xref:jmx.adoc[JMX] documentatio
 
 === camel-platform-http-vertx
 
-Added a Cookie Handler allowing the addition, retrieval and expiry of Cookies.
\ No newline at end of file
+Added a Cookie Handler allowing the addition, retrieval and expiry of Cookies.

Reply via email to