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/25 16:12:05 UTC

[camel] branch regen_bot updated (7fd9c92c528 -> b0e03eddb86)

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 7fd9c92c528 Regen for commit 82a2925468862a6d1ae3d24e38945b6686b1eeb6
    omit 82a29254688 (chores): remove lightweight Camel support

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (b0e03eddb86)
            \
             O -- O -- O   (7fd9c92c528)

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:
 .../org/apache/camel/ExtendedCamelContext.java     |  12 ++
 .../camel/impl/engine/AbstractCamelContext.java    |  14 ++
 .../impl/engine/DefaultCamelContextExtension.java  |  11 ++
 .../camel/impl/ExtendedCamelContextConfigurer.java |   6 +
 .../org/apache/camel/impl/DefaultCamelContext.java | 195 ++++++++++++++++++++-
 .../camel/main/DefaultConfigurationConfigurer.java |   1 +
 .../apache/camel/main/MainBootstrapCloseable.java  |  28 +++
 .../java/org/apache/camel/main/MainSupport.java    |   2 +-
 8 files changed, 260 insertions(+), 9 deletions(-)