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

davsclaus pushed a change to branch obs3
in repository https://gitbox.apache.org/repos/asf/camel.git


    from fc6e1b39b9d0 CAMEL-23648: camel-jbang - TUI add Browse tab for 
inspecting endpoint messages
     add fab337b293d9 CAMEL-23648: camel-jbang - TUI add Inflight tab with 
color-coded duration bars

No new revisions were added by this update.

Summary of changes:
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  |  53 ++++-
 .../{HealthCheckInfo.java => InflightInfo.java}    |  16 +-
 .../dsl/jbang/core/commands/tui/InflightTab.java   | 259 +++++++++++++++++++++
 .../jbang/core/commands/tui/IntegrationInfo.java   |   2 +
 4 files changed, 319 insertions(+), 11 deletions(-)
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/{HealthCheckInfo.java
 => InflightInfo.java} (81%)
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/InflightTab.java

Reply via email to