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/04/03 17:36:36 UTC

[camel] branch regen_bot updated (39c11d5dad2 -> 948ba810631)

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


    omit 39c11d5dad2 Regen for commit 5483a4a31dbc164546d1dbafe925724e19006e9d
     add 36775c1f404 CAMEL-15105: added missing overrides
     add fb18137422e CAMEL-19245: camel-java-joor-dsl - Provide the compiled classes (#9788)
     add 948ba810631 Regen for commit fb18137422e5e4fbcb5e7e989dfe0609853f6743

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   (39c11d5dad2)
            \
             N -- N -- N   refs/heads/regen_bot (948ba810631)

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:
 .../impl/engine/DefaultCamelContextExtension.java  |  3 +
 .../camel/dsl/java/joor/CompilationUnit.java       |  6 ++
 .../camel/dsl/java/joor/CompilationUnitTest.java   | 96 ++++++++++++++++++++++
 3 files changed, 105 insertions(+)
 create mode 100644 dsl/camel-java-joor-dsl/src/test/java/org/apache/camel/dsl/java/joor/CompilationUnitTest.java