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 e4878810af67 CAMEL-23893: Fix flaky
SpringFileWatcherTest.testDefaultConfig on JDK 25
new 92f52bb3d6c5 CAMEL-23831: Add --jvm-args option to camel run and TUI
run dialog
new b94520859178 CAMEL-23831: Add intermediate time markers to heap chart
x-axis in camel-tui
new 0eec94759e40 CAMEL-23831: Use stacked colors in heap chart bars in
camel-tui
The 3 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:
.../pages/jbang-commands/camel-jbang-debug.adoc | 1 +
.../ROOT/pages/jbang-commands/camel-jbang-dev.adoc | 1 +
.../ROOT/pages/jbang-commands/camel-jbang-run.adoc | 1 +
.../ROOT/partials/jbang-commands/examples/run.adoc | 14 ++
.../META-INF/camel-jbang-commands-metadata.json | 6 +-
.../apache/camel/dsl/jbang/core/commands/Run.java | 40 ++++-
.../dsl/jbang/core/commands/tui/ActionsPopup.java | 5 +-
.../dsl/jbang/core/commands/tui/MemoryTab.java | 89 +++++++----
.../jbang/core/commands/tui/RunOptionsForm.java | 163 +++++++++++++++++++--
9 files changed, 269 insertions(+), 51 deletions(-)