This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch 22886
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 967be3380d95 CAMEL-22886 - Camel-Jbang: Add an MCP module
     add 9c6511ffb2cc CAMEL-22886 - Camel-Jbang: Add an MCP module

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   (967be3380d95)
            \
             N -- N -- N   refs/heads/22886 (9c6511ffb2cc)

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:
 .../jbang/core/commands/version/VersionList.java   |  34 +-
 dsl/camel-jbang/camel-jbang-mcp/pom.xml            |  16 +-
 .../dsl/jbang/core/commands/mcp/CatalogTools.java  | 369 ++++++++++++---------
 .../dsl/jbang/core/commands/mcp/ExplainTools.java  | 201 +++++------
 .../jbang/core/commands/mcp/TransformTools.java    | 102 +++---
 .../dsl/jbang/core/commands/mcp/VersionTools.java  | 122 +++++++
 .../src/main/resources/application.properties      |  10 -
 7 files changed, 490 insertions(+), 364 deletions(-)
 create mode 100644 
dsl/camel-jbang/camel-jbang-mcp/src/main/java/org/apache/camel/dsl/jbang/core/commands/mcp/VersionTools.java

Reply via email to