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 e328c9220e53 CAMEL-24424: sync the vertx-http REST header filter note
into the 4.22 and 4.18 upgrade guides (#26220)
new c85ae36949f0 camel-jbang-plugin-tui: AI panel defers history
compaction on local endpoints
new 901e160ca28e Regen
The 2 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:
.../apache/camel/catalog/dev-consoles-openapi.json | 4 +-
.../apache/camel/catalog/dev-consoles/context.json | 4 +-
.../apache/camel/test/oauth/SSLCertTrustTest.java | 3 +-
.../org/apache/camel/dev-console/context.json | 4 +-
.../camel/impl/console/ContextDevConsole.java | 51 +++++++++++++++---
.../ContextDevConsoleKameletRoutesTest.java | 61 ++++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 10 ++++
.../camel/dsl/jbang/core/commands/LlmClient.java | 52 +++++++++++++++---
.../camel/dsl/jbang/core/commands/tui/AiPanel.java | 59 +++++++++++++++++++--
.../jbang/core/commands/tui/TuiToolRegistry.java | 28 +++++++++-
.../commands/tui/AiPanelHistoryCompactionTest.java | 17 ++++++
.../dsl/jbang/core/commands/tui/AiPanelTest.java | 16 ++++++
.../tui/TuiToolRegistryUptimeTextTest.java | 60 +++++++++++++++++++++
13 files changed, 344 insertions(+), 25 deletions(-)
create mode 100644
core/camel-console/src/test/java/org/apache/camel/impl/console/ContextDevConsoleKameletRoutesTest.java
create mode 100644
dsl/camel-jbang/camel-jbang-plugin-tui/src/test/java/org/apache/camel/dsl/jbang/core/commands/tui/TuiToolRegistryUptimeTextTest.java