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

fmariani 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 99a5513529d Update SB properties
99a5513529d is described below

commit 99a5513529dca0295bef748544d84b1b26e606f7
Author: Federico Mariani <[email protected]>
AuthorDate: Wed Jun 18 10:01:50 2025 +0200

    Update SB properties
    
    camel.main should be used for spring boot as well
---
 docs/user-manual/modules/ROOT/pages/context-reload.adoc | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/context-reload.adoc 
b/docs/user-manual/modules/ROOT/pages/context-reload.adoc
index 1727bdc82d5..67475a74895 100644
--- a/docs/user-manual/modules/ROOT/pages/context-reload.adoc
+++ b/docs/user-manual/modules/ROOT/pages/context-reload.adoc
@@ -25,7 +25,7 @@ ContextReloadStrategy reload = new 
DefaultContextReloadStrategy();
 context.addService(reload);
 ----
 
-And with Camel Quarkus / Camel Main you can configure this in 
`application.properties:`
+And with Camel Quarkus / Camel Main / Camel Spring Boot you can configure this 
in `application.properties:`
 
 [source,properties]
 ----
@@ -33,14 +33,6 @@ And with Camel Quarkus / Camel Main you can configure this 
in `application.prope
 camel.main.context-reload-enabled = true
 ----
 
-And in Spring Boot:
-
-[source,properties]
-----
-# turn on context reloading
-camel.springboot.context-reload-enabled = true
-----
-
 == Triggering context reloading
 
 Any custom code can trigger context reloading. This is done by ensuring the 
context reload is enabled (see the note above), and

Reply via email to