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

davsclaus pushed a commit to branch deb
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f0bd378c2f21fbadf85826226c203d8be85b0b0d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun May 12 10:40:08 2024 +0200

    CAMEL-20758: camel-spring-boot - Debugger is created twice
---
 .../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
index 2f6577738ee..a595510a771 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc
@@ -81,3 +81,10 @@ 
authorizationPolicy.setAuthorizationManager(AuthorityAuthorizationManager.hasRol
 This new pattern supports a more expressive language to define your own 
authorization rules, exposing the full power of the Spring Security framework 
to Camel route policies.
 See the 
https://docs.spring.io/spring-security/reference/5.8/migration/servlet/authorization.html#servlet-replace-permissionevaluator-bean-with-methodsecurityexpression-handler[spring
 documentation] for further details on how to migrate your custom code from 
`AccessDecisionManager` to `AuthorizationManager`.
 
+
+== Camel Spring Boot
+
+=== camel-debug-starter
+
+Using camel debugger with Spring Boot is now moved from `camel-spring-boot` 
into `camel-debug-starter` where you can configure the debugger
+via `camel.debug.` options in `application.properties`.

Reply via email to