davsclaus opened a new pull request, #23651: URL: https://github.com/apache/camel/pull/23651
## Summary - **HTTP Probe view**: Send HTTP requests directly from the TUI HTTP tab (Enter on an endpoint). Supports editing method, path, headers, body. Pretty-print toggle for JSON/XML responses. Shows full URL for easy curl copy. - **Consumers tab**: Show schedule info (cron expressions, polling intervals) and since-last timing columns. - **Beans tab** (More menu): Browse the bean registry with name/type table, toggle internal Camel beans, detail view showing bean properties. - **Threads tab** (More menu): View JVM threads with state coloring, camel/all filter, stack trace detail view with Camel frame highlighting. - **Fixes**: REST DSL endpoints now show correct port (not default 80), number keys and `q` no longer intercepted during probe editing. ## Test plan - [ ] Run `camel monitor` against a running integration - [ ] Press `5` (HTTP tab) → Enter on an endpoint → verify probe view works (edit path, send request, toggle pretty print with `p`) - [ ] Press `0` (More) → select Beans → verify bean list, `i` toggles internal, Enter shows properties - [ ] Press `0` (More) → select Threads → verify thread list, `f` toggles camel/all filter, Enter shows stack trace - [ ] Verify PgUp/PgDn works in Beans and Threads table views - [ ] Press `3` (Consumers) → verify schedule and since-last columns 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
