This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch CAMEL-23598-tui-screenshot
in repository https://gitbox.apache.org/repos/asf/camel.git
omit b45ee564da39 CAMEL-23598: Save screenshot in both plain text and ANSI
color formats
omit 2a37c1374a69 CAMEL-23598: TUI screenshot action (Shift+F5) to capture
screen as ASCII art
add ae152fb6df01 CAMEL-23593: Fix YAML dump for REST DSL and
routeConfigurations (#23393)
add 9bf22f193d62 chore(deps): Bump cxf-version from 4.2.0 to 4.2.1
add 27d8a7088f92 chore(deps): Bump quarkus-version from 3.35.3 to 3.35.4
add d6d1cafa729f chore(deps): Bump aws-java-sdk2-version from 2.44.9 to
2.44.10
add daaaf5eae918 chore(deps): Bump io.atlassian.fugue:fugue from 6.1.3 to
6.1.4
add 1329fb2fbe29 CAMEL-23526: docs - sync camel-cxf 4.14 upgrade-guide
entry to main (#23377)
add 984e8d268c7e CAMEL-23522: doc-sync 4.18 upgrade guide for camel-mail
mail.smtp.* gating (#23383)
add ad904b836335 CAMEL-23474: camel-jbang-mcp - stop echoing input route
in camel_route_context response (#23384)
add 63b93e877e75 Fix one title in upgrade guide to 4.21
add 3a8e2abcd3d9 chore(deps): Bump
io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17
add 80cf83961b21 chore(deps): Bump org.apache.cxf:cxf-codegen-plugin from
4.2.0 to 4.2.1
add 238c84a50864 Use Floci instead of LocalStack
add 5b925959db57 CAMEL-23572: camel-tui: Add F2 actions menu with example
browser (#23403)
add 180e85872741 CAMEL-23598: TUI screenshot action (Shift+F5) to capture
screen as ASCII art
add 8a2321059dc2 CAMEL-23598: Save screenshot in both plain text and ANSI
color formats
add b72aadc55e84 CAMEL-23598: Add screenshot to F2 actions menu
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b45ee564da39)
\
N -- N -- N refs/heads/CAMEL-23598-tui-screenshot (b72aadc55e84)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/camel/yaml/io/YamlWriter.java | 27 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 74 +++
.../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 23 +
.../ROOT/pages/camel-4x-upgrade-guide-4_21.adoc | 7 +-
.../dsl/jbang/core/commands/mcp/ExplainTools.java | 4 +-
.../jbang/core/commands/mcp/ExplainToolsTest.java | 89 +++
.../dsl/jbang/core/commands/tui/ActionsPopup.java | 637 +++++++++++++++++++++
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 28 +
.../commands/validate/YamlNormalizeCommand.java | 5 +
parent/pom.xml | 12 +-
.../test/infra/aws2/services/container.properties | 4 +-
11 files changed, 896 insertions(+), 14 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-mcp/src/test/java/org/apache/camel/dsl/jbang/core/commands/mcp/ExplainToolsTest.java
create mode 100644
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/ActionsPopup.java