This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch man in repository https://gitbox.apache.org/repos/asf/camel.git
commit d5ccecde4f7dd07dc9a754cfae059e24366a7906 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jul 29 19:22:10 2025 +0200 CAMEL-22285: platform-http-main - Dev consoles should be registered as management endpoints --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc index bdf69e0fe77..a146d39c59b 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_14.adoc @@ -24,7 +24,18 @@ of an issue, and felt it's better to fix this before for this LTS release. The HTTP server for standalone `camel-main` applications has separated management services and business services. This means that configurations should be changed from `camel.server.xxx` to `camel.management.xxx` as shown: -TODO: list of options + +|=== +|Old Option |New Option + +|Column 1, row 1 +|Column 2, row 1 + +|Column 1, row 2 +|Column 2, row 2 +|=== + + === camel-jbang
