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

davsclaus 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 b163e6532d9e chore: move CAMEL-23839 TUI theme upgrade note to the 
4.22 guide (#24732)
b163e6532d9e is described below

commit b163e6532d9ee4e88587967aa54106d6db6ab7a0
Author: Adriano Machado <[email protected]>
AuthorDate: Wed Jul 15 11:08:42 2026 -0400

    chore: move CAMEL-23839 TUI theme upgrade note to the 4.22 guide (#24732)
    
    The CSS-backed theme / F4 toggle note landed in
    camel-4x-upgrade-guide-4_21.adoc, but main is 4.22.0-SNAPSHOT so the
    feature ships in 4.22. Move it next to the related --theme flag and F2
    Settings entries, and update the config file name to camel-cli.properties
    to match the rename already on main.
    
    Co-authored-by: Claude Sonnet 5 <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc | 3 ---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc
index 2b7ffa53e1b4..4e8e7d3121d3 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc
@@ -32,9 +32,6 @@ The project exported by `camel export` now includes 
additional guidance for AI c
 `readme.md` gained a _For AI coding assistants_ section linking to the Apache 
Camel website LLM index,
 and a new `AGENTS.md` file is generated at the project root. This applies to 
all runtimes (Camel Main, Spring Boot and Quarkus).
 
-The Camel TUI (`camel tui`) theme is now backed by CSS stylesheets and ships a 
switchable light/dark palette.
-Press *F4* to toggle at runtime; the selection is persisted as 
`camel.tui.theme` in `.camel-jbang-user.properties`.
-
 === camel-micrometer
 
 The `MicrometerExchangeEventNotifier` now always includes the `routeId` tag on 
exchange event metrics.
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
index 159d8dc25dec..1ee310b3e89f 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
@@ -49,6 +49,9 @@ file. Each key is read from and written back to the file 
where it currently live
 the local `./camel-cli.properties` stays local (project override), while every 
other key defaults to
 the global `~/.camel-cli.properties`.
 
+The Camel TUI (`camel tui`) theme is now backed by CSS stylesheets and ships a 
switchable light/dark palette.
+Press *F4* to toggle at runtime; the selection is persisted as 
`camel.tui.theme` in `.camel-cli.properties`.
+
 The Camel CLI user configuration file has been renamed from 
`camel-jbang-user.properties` to
 `camel-cli.properties` (global `~/.camel-cli.properties`, local 
`./camel-cli.properties`). The dot
 convention is unchanged: the global file is a hidden dotfile, the local file 
is visible. On first

Reply via email to