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 5e245ae048ac CAMEL-24272: Migrate reconnection loops from 
ForegroundTask to BackgroundTask
     new cec95787dfb0 camel-tui: Use Tab key for panel focus switching in 
Overview tab
     new 68204ae36680 camel-tui: Highlight focused panel border in Overview tab
     new 13538839a4ab camel-tui: Block Source tab shortcut when infra service 
is selected
     new f6b23d4862b6 camel-tui: Carry over activity and errors across data 
refresh cycles
     new 1c4a959e6e26 camel-tui: Add Remote column to Consumers tab and use x 
marker style
     new fd2fc21555e3 camel-tui: Swap SCHEDULE and POLLS column order in 
Consumers tab
     new 49c7d5b7a1f6 CAMEL-24278: BackgroundTask keeps task registered in 
TaskManagerRegistry during blocking run
     new 914537bf7524 camel-tui: Use compact duration format in Inflight tab
     new bb11eb4e1cf0 camel-tui: Remove fragile tab shortcut and count tests

The 9 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/impl/console/TaskRegistryDevConsole.java |   1 +
 .../task/task/BackgroundTaskRegistryTest.java      | 172 ++++++++++++++++++
 .../apache/camel/support/task/BackgroundTask.java  |  26 ++-
 .../java/org/apache/camel/support/task/Task.java   |   8 +
 .../modules/ROOT/pages/camel-jbang-tui.adoc        | 192 ++++++++++++++++++---
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  |   6 +-
 .../dsl/jbang/core/commands/tui/ConsumerInfo.java  |   1 +
 .../dsl/jbang/core/commands/tui/ConsumersTab.java  |  35 ++--
 .../dsl/jbang/core/commands/tui/CveAuditTab.java   |  26 ++-
 .../core/commands/tui/DataRefreshService.java      |   7 +
 .../dsl/jbang/core/commands/tui/HealthTab.java     |  21 +--
 .../dsl/jbang/core/commands/tui/InflightTab.java   |  24 +--
 .../jbang/core/commands/tui/InternalTaskInfo.java  |   1 +
 .../jbang/core/commands/tui/InternalTasksTab.java  |  49 +++---
 .../dsl/jbang/core/commands/tui/OverviewTab.java   |  17 +-
 .../dsl/jbang/core/commands/tui/ProducersTab.java  |  24 +--
 .../dsl/jbang/core/commands/tui/StatusParser.java  |   2 +
 .../dsl/jbang/core/commands/tui/TabRegistry.java   |   2 +-
 .../dsl/jbang/core/commands/tui/TuiIcons.java      |   2 +-
 .../core/commands/tui/OverviewTabRenderTest.java   |  17 +-
 .../jbang/core/commands/tui/TabRegistryTest.java   |  30 ----
 21 files changed, 464 insertions(+), 199 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/support/task/task/BackgroundTaskRegistryTest.java

Reply via email to