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

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


The following commit(s) were added to refs/heads/master by this push:
     new 62f01f9  CAMEL-15077: camel-spring-boot - Remove actuator for endpoint 
details
62f01f9 is described below

commit 62f01f985a573829ae963529b3ba2e53c23de323
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon May 18 13:11:57 2020 +0200

    CAMEL-15077: camel-spring-boot - Remove actuator for endpoint details
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
index 4048233..9599fb6 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
@@ -52,3 +52,8 @@ If using, then the `language` method now requires a static 
import as shown below
 import static org.apache.camel.builder.Builder.language;
 ----
 
+=== camel-spring-boot
+
+The `/actuator/camelroutes` HTTP endpoint has been removed from provided 
Spring Boot actuators in `camel-spring-boot`.
+This actuator was becoming problematic to maintain during Spring Boot upgrades 
due to changes in Spring Boot.
+

Reply via email to