This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch sql-query-tui
in repository https://gitbox.apache.org/repos/asf/camel.git
omit af07e11d5c76 chore: camel-jbang - Add tui_set_input MCP tool for
direct text input
omit e7c130297787 chore: sql example - Set 5s period between select queries
omit 48e0a09fb07a chore: camel-jbang - Resolve file: prefix in
cli-connector for SQL queries
omit 401ea3dbd6e7 chore: camel-jbang - Support loading SQL from file in
query tab
omit 5178be8ce7de chore: camel-jbang - Fix footer hint ordering and styling
omit 57278de41601 chore: add sql-query dev-console to catalog
omit a3246b128444 chore: camel-jbang - Enrich SQL query tab MCP response
with input state
omit 02518a3dbcf5 chore: camel-jbang - Add inline row editing to SQL query
tab
omit 572219b2e651 chore: camel-jbang - Add SQL query dev-console, CLI
command, TUI tab, and MCP tool
add c061eaedecf6 Generated sources regen for SBOM (#24282)
add f8d9ddc1a1c3 CAMEL-23840: Fix pollEnrich cacheSize(-1) not disabling
consumer cache
add eab11810f0e4 CAMEL-23841: camel-jbang - fix TUI layout overflow and
add minimum size guard
add 7ebc1bbfd3ea chore: camel-jbang - Add SQL query dev-console, CLI
command, TUI tab, and MCP tool
add b815d82f545a chore: camel-jbang - Add inline row editing to SQL query
tab
add 06e57f5aca88 chore: camel-jbang - Enrich SQL query tab MCP response
with input state
add 55a756a130ec chore: add sql-query dev-console to catalog
add 57c4b9c18497 chore: camel-jbang - Fix footer hint ordering and styling
add e4bf72b08c07 chore: camel-jbang - Support loading SQL from file in
query tab
add fbe8f8e80a2a chore: camel-jbang - Resolve file: prefix in
cli-connector for SQL queries
add 79ddd2599b7b chore: sql example - Set 5s period between select queries
add 9568389fae8f chore: camel-jbang - Add tui_set_input MCP tool for
direct text input
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 (af07e11d5c76)
\
N -- N -- N refs/heads/sql-query-tui (9568389fae8f)
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:
camel-sbom/camel-sbom.json | 13077 +++++++++++--------
camel-sbom/camel-sbom.xml | 10158 ++++++++------
.../org/apache/camel/processor/PollEnricher.java | 12 +-
...rCacheTest.java => EmptyConsumerCacheTest.java} | 29 +-
.../camel/processor/PollEnrichNoCacheTest.java | 72 +-
.../camel/support/cache/DefaultConsumerCache.java | 19 +-
...yProducerCache.java => EmptyConsumerCache.java} | 43 +-
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 184 +-
.../jbang/core/commands/tui/CamelMonitorTest.java | 103 +
9 files changed, 14151 insertions(+), 9546 deletions(-)
copy
core/camel-core/src/test/java/org/apache/camel/impl/engine/{EmptyProducerCacheTest.java
=> EmptyConsumerCacheTest.java} (68%)
copy
core/camel-support/src/main/java/org/apache/camel/support/cache/{EmptyProducerCache.java
=> EmptyConsumerCache.java} (61%)