You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/03/14 11:06:03 UTC

[camel] branch regen_bot_3x updated (7a028b33f57 -> 36c39b77d91)

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

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 7a028b33f57 Regen for commit 8d871ea527a287bb91789050608301185de6fecd
     add 2eea0634c8a CAMEL-19128: camel-jbang - Set version command
     add 3bef3a99d79 CAMEL-19144: camel-catalog - Include information about existing Camel releases
     add 9444487087d CAMEL-19128: camel-jbang - version command to show release date/eol
     add 8141df75044 CAMEL-19144: camel-catalog - Include information about existing Camel releases
     add fb9a80bf97a CAMEL-19144: camel-catalog - Include information about existing Camel releases
     add 36c39b77d91 Regen for commit fb9a80bf97a9a58b7c91e78ec44414fda065a540

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   (7a028b33f57)
            \
             N -- N -- N   refs/heads/regen_bot_3x (36c39b77d91)

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:
 catalog/camel-catalog/pom.xml                      |  23 +
 .../camel/catalog/releases/camel-releases.json     | 651 +++++++++++++++++++++
 .../org/apache/camel/catalog/CamelCatalog.java     |   6 +
 .../apache/camel/catalog/DefaultCamelCatalog.java  |  22 +
 .../org/apache/camel/catalog/CamelCatalogTest.java |  14 +
 .../dsl/SpringRabbitMQEndpointBuilderFactory.java  |  13 +
 .../dsl/jbang/core/commands/CamelJBangMain.java    |   2 +
 .../jbang/core/commands/version/VersionList.java   | 103 ++--
 .../version/{VersionGet.java => VersionSet.java}   |  48 +-
 .../org/apache/camel/tooling/model/JsonMapper.java |  26 +
 .../{ArtifactModel.java => ReleaseModel.java}      |  52 +-
 .../maven/packaging/UpdateCamelReleasesMojo.java   | 161 +++++
 12 files changed, 1045 insertions(+), 76 deletions(-)
 create mode 100644 catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
 copy dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/version/{VersionGet.java => VersionSet.java} (52%)
 copy tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/{ArtifactModel.java => ReleaseModel.java} (63%)
 create mode 100644 tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateCamelReleasesMojo.java