This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch feature/CAMEL-23672-tui-refactor
in repository https://gitbox.apache.org/repos/asf/camel.git
from 50bfaf0210e8 CAMEL-23672: TUI - Extract SearchHighlighter and
MetricsCollector utilities
add 3ece92e57b2e CAMEL-23672: TUI - Split handleEvent, extract
FilesBrowser, encapsulate LogTab
No new revisions were added by this update.
Summary of changes:
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 969 +++++++--------------
.../dsl/jbang/core/commands/tui/FilesBrowser.java | 316 +++++++
.../camel/dsl/jbang/core/commands/tui/LogTab.java | 68 +-
3 files changed, 710 insertions(+), 643 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/FilesBrowser.java