This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch
CAMEL-23631-route-diagram-highlight-error-path
in repository https://gitbox.apache.org/repos/asf/camel.git
from 11c99d7fa8f9 CAMEL-23631: Add --diagram option to camel get error
add ea8cf54dd351 CAMEL-23631: Add diagram view to TUI error tab
add 287752871e79 CAMEL-23631: Extract DiagramSupport and add diagram to
HistoryTab
No new revisions were added by this update.
Summary of changes:
.../jbang/core/commands/tui/DiagramSupport.java | 678 +++++++++++++++++++++
.../dsl/jbang/core/commands/tui/ErrorsTab.java | 102 +++-
.../dsl/jbang/core/commands/tui/HistoryTab.java | 110 ++++
.../dsl/jbang/core/commands/tui/RoutesTab.java | 614 ++-----------------
4 files changed, 917 insertions(+), 587 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/DiagramSupport.java