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 2022/06/17 13:51:03 UTC

[camel] branch regen_bot updated (0615da11001 -> 8acabeb25e1)

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

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


 discard 0615da11001 Regen for commit 7d3e0924f0844b5cb64bd04f622e91658fb896a2
     add c48e82a297e CAMEL-18151: camel-jbang - Export to support maven wrappers
     add d386679ead9 CAMEL-18151: camel-jbang - Export to support maven wrappers
     add 8acabeb25e1 CAMEL-18203: Upgrade to Kotlin 1.7.0

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   (0615da11001)
            \
             N -- N -- N   refs/heads/regen_bot (8acabeb25e1)

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-dependencies/pom.xml                         |   2 +-
 .../modules/ROOT/pages/camel-jbang.adoc            |  15 ++++++++++++++
 .../camel/dsl/jbang/core/commands/Export.java      |   1 +
 .../dsl/jbang/core/commands/ExportBaseCommand.java |  23 +++++++++++++++++++++
 .../dsl/jbang/core/commands/ExportCamelMain.java   |   4 ++++
 .../dsl/jbang/core/commands/ExportQuarkus.java     |   4 ++++
 .../dsl/jbang/core/commands/ExportSpringBoot.java  |   4 ++++
 .../main/resources/maven-wrapper/maven-wrapper.jar | Bin 0 -> 59925 bytes
 .../maven-wrapper/maven-wrapper.properties         |   9 ++------
 .../src/main/resources/maven-wrapper/mvnw          |   2 +-
 .../src/main/resources/maven-wrapper/mvnw.cmd      |   2 +-
 parent/pom.xml                                     |   2 +-
 12 files changed, 57 insertions(+), 11 deletions(-)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/resources/maven-wrapper/maven-wrapper.jar
 copy archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/src/main/resources/log4j2.properties => dsl/camel-jbang/camel-jbang-core/src/main/resources/maven-wrapper/maven-wrapper.properties (80%)
 copy mvnw => dsl/camel-jbang/camel-jbang-core/src/main/resources/maven-wrapper/mvnw (99%)
 copy mvnw.cmd => dsl/camel-jbang/camel-jbang-core/src/main/resources/maven-wrapper/mvnw.cmd (99%)
 mode change 100644 => 100755