Conversation
…pdate cron-log example Co-Authored-By: Claude <noreply@anthropic.com>
…quests Add a Postman-like HTTP Probe sub-view accessible via Enter on any endpoint in the HTTP tab. Features include method selector, path/headers/body input, response display with status/headers/body, request history with replay, pretty print toggle for JSON/XML responses, and proper key handling isolation from global shortcuts. Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
Contributor
|
🧪 CI tested the following changed modules:
💡 Manual integration tests recommended:
All tested modules (14 modules)
|
oscerd
approved these changes
May 30, 2026
…sh popups Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… messages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tion bars Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… sort column order Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tch visual layout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…l stats Co-Authored-By: Claude <noreply@anthropic.com>
…re shortcut keys Add F3 popup to switch between integrations while staying on the current tab. Integrations are sorted case-insensitively by name. More popup items now have highlighted shortcut keys (B/w/C/g/n/I/M/S/T) for quick selection. Fix tabs not reloading data when switching integration: Threads, Beans, Browse, Startup, and History tabs now trigger a data reload in onIntegrationChanged() instead of just clearing stale data. Co-Authored-By: Claude <noreply@anthropic.com>
…itch Startup, Configuration, Consumers, Circuit Breaker, and Inflight tabs were missing from resetIntegrationTabState() so they kept showing stale data when switching integration via F3. Co-Authored-By: Claude <noreply@anthropic.com>
…to Memory tab Extract StatusParser (JSON parsing) and OverviewTab (overview rendering, sorting, sparkline charts) from CamelMonitor, reducing it from 4284 to 2674 lines. Add thread count (current/peak) to the Memory tab. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
qno longer intercepted during probe editing.Test plan
camel monitoragainst a running integration5(HTTP tab) → Enter on an endpoint → verify probe view works (edit path, send request, toggle pretty print withp)0(More) → select Beans → verify bean list,itoggles internal, Enter shows properties0(More) → select Threads → verify thread list,ftoggles camel/all filter, Enter shows stack trace3(Consumers) → verify schedule and since-last columns🤖 Generated with Claude Code