This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 322c01cbbf9b CAMEL-23921 - reduce flakiness for mina sftp tests
new 0bda8d2c504a TUI: Fix various bugs in trace reading, MCP file
handling, CVE caching, route actions, and thread safety
new f7c000e561f8 TUI: Add timeouts to blocking I/O on event/render thread
new d1f6907efc37 TUI: Fix selection index mismatch in
getSelectionContext/getTableDataAsJson across 8 tabs
new bfcf6b8c3a46 TUI: Fix thread-safety for errors list and
selectedPid/lastSelectedName
new 0af9ee4b87a5 TUI: Skip null-version dependencies in OsvClient CVE
queries
new e51e314e88cf TUI: Fix search + highlight rendering corruption in
SearchHighlighter
new c3880ef89dd4 TUI: Fix circuit breaker failure rate gauge using panel
width instead of MAX_CHART_POINTS
new bc43ef6a9cbc TUI: Implement advertised F5 reload in StartupTab
new 023d39faf3ec TUI: Fix EndpointsTab getRowCount to respect remote/stub
filter
new 99cf847466a4 TUI: Fix HttpTab TOTAL sort to descending (highest hits
first)
new 35127324bd5b chore: fix throughput/exchanges map leak in
MetricsCollector removeVanished
new 833c48344a92 chore: fix literal 'null' rendering when exception
message is null in StatusParser
new 694e01d818d9 chore: fix package extraction for array-of-object JVM
class names in HeapHistogramTab
new a273e5cf32e8 chore: return JSON-RPC error instead of bare 500 in
TuiMcpServer exception handler
new c8a0466cd79a chore: add missing F11 escape sequence in ShellPanel
new b99f5cc7d8a2 chore: use pids parameter in refreshErrorData instead of
ignoring it
new 4190d5c7d85a chore: fix duplicate scrollbar and help text mismatches
in MetricsTab, HttpTab, LogTab
new 58e9a6ed96b0 chore: harden MCP server request validation and file
access
new 761eea072a65 chore: fix TUI tests for F11 key support and removed
coverage column
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/dsl/jbang/core/commands/tui/AiPanel.java | 5 +-
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 4 ++
.../jbang/core/commands/tui/CircuitBreakerTab.java | 6 +-
.../jbang/core/commands/tui/ConfigurationTab.java | 4 +-
.../dsl/jbang/core/commands/tui/ConsumersTab.java | 4 +-
.../core/commands/tui/DataRefreshService.java | 36 +++++-----
.../dsl/jbang/core/commands/tui/DocHelper.java | 12 +++-
.../dsl/jbang/core/commands/tui/DoctorPopup.java | 9 ++-
.../dsl/jbang/core/commands/tui/EndpointsTab.java | 29 ++++++--
.../dsl/jbang/core/commands/tui/HealthTab.java | 4 +-
.../jbang/core/commands/tui/HeapHistogramTab.java | 2 +-
.../dsl/jbang/core/commands/tui/HistoryTab.java | 2 +-
.../camel/dsl/jbang/core/commands/tui/HttpTab.java | 4 +-
.../dsl/jbang/core/commands/tui/InflightTab.java | 4 +-
.../jbang/core/commands/tui/IntegrationInfo.java | 3 +-
.../dsl/jbang/core/commands/tui/LaunchManager.java | 9 ++-
.../camel/dsl/jbang/core/commands/tui/LogTab.java | 23 +++---
.../core/commands/tui/MavenDependenciesTab.java | 9 ++-
.../dsl/jbang/core/commands/tui/McpFacade.java | 4 +-
.../jbang/core/commands/tui/MetricsCollector.java | 2 +
.../dsl/jbang/core/commands/tui/MetricsTab.java | 13 +---
.../jbang/core/commands/tui/MonitorContext.java | 4 +-
.../dsl/jbang/core/commands/tui/OsvClient.java | 18 +++--
.../dsl/jbang/core/commands/tui/RoutesTab.java | 83 ++++++++--------------
.../jbang/core/commands/tui/SearchHighlighter.java | 21 ++++--
.../jbang/core/commands/tui/SendMessagePopup.java | 3 +-
.../dsl/jbang/core/commands/tui/ShellPanel.java | 1 +
.../dsl/jbang/core/commands/tui/SqlTraceTab.java | 4 +-
.../dsl/jbang/core/commands/tui/StartupTab.java | 4 ++
.../dsl/jbang/core/commands/tui/StatusParser.java | 6 +-
.../dsl/jbang/core/commands/tui/TuiMcpServer.java | 25 ++++++-
.../core/commands/tui/RoutesTabRenderTest.java | 13 +---
.../jbang/core/commands/tui/ShellPanelTest.java | 6 +-
33 files changed, 215 insertions(+), 161 deletions(-)