This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/quarkus-version-3.36.1
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 29cc0c94c744 chore(deps): Bump quarkus-version from 3.36.0 to 3.36.1
add c543ddadefbf chore(deps): Bump
org.codehaus.gmavenplus:gmavenplus-plugin
add e364973ad061 CAMEL-23679: camel-tui - Add structured data access MCP
tools
add 55ac7fd6b156 camel-jira: use non-deprecated maven url
add 37cdfb57b559 chore(deps): Bump
com.googlecode.libphonenumber:libphonenumber (#23737)
add 98f95834e675 chore(deps): Bump quarkus-version from 3.36.0 to 3.36.1
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 (29cc0c94c744)
\
N -- N -- N refs/heads/dependabot/maven/quarkus-version-3.36.1
(98f95834e675)
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:
components/camel-jira/pom.xml | 2 +-
.../camel/dsl/jbang/core/common/RuntimeHelper.java | 19 ++++
.../dsl/jbang/core/commands/tui/ActionsPopup.java | 36 +++++++
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 42 ++++++++
.../jbang/core/commands/tui/CircuitBreakerTab.java | 37 +++++++
.../jbang/core/commands/tui/ConfigurationTab.java | 31 ++++++
.../dsl/jbang/core/commands/tui/ConsumersTab.java | 34 ++++++
.../jbang/core/commands/tui/DiagramSupport.java | 4 +
.../dsl/jbang/core/commands/tui/DiagramTab.java | 14 +++
.../dsl/jbang/core/commands/tui/EndpointsTab.java | 38 +++++++
.../dsl/jbang/core/commands/tui/ErrorsTab.java | 43 ++++++++
.../dsl/jbang/core/commands/tui/HealthTab.java | 30 ++++++
.../camel/dsl/jbang/core/commands/tui/HttpTab.java | 43 ++++++++
.../dsl/jbang/core/commands/tui/InflightTab.java | 30 ++++++
.../camel/dsl/jbang/core/commands/tui/LogTab.java | 42 ++++++++
.../dsl/jbang/core/commands/tui/MonitorTab.java | 5 +
.../dsl/jbang/core/commands/tui/OverviewTab.java | 35 ++++++
.../dsl/jbang/core/commands/tui/RoutesTab.java | 35 ++++++
.../dsl/jbang/core/commands/tui/ThreadsTab.java | 35 ++++++
.../dsl/jbang/core/commands/tui/TuiMcpServer.java | 117 +++++++++++++++++++++
parent/pom.xml | 4 +-
21 files changed, 673 insertions(+), 3 deletions(-)