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 c15c727  Regen for commit 5c4a0284a7cf6b393113803b77f8a4caaeaccb54
     add 6cb3953  Regen for commit bbc8b8cde2df7c741c82b5c7636ad590e8f5a33f
     add dd6c8ff  CAMEL-17645: camel-jbang - Reload on modeline changes
     add 50dd6f2  Regen for commit dd6c8ff7c935fb19aa199bdf1ecbe312ba499985

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   (c15c727)
            \
             N -- N -- N   refs/heads/regen_bot (50dd6f2)

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:
 .../main/camel-main-configuration-metadata.json    |  2 +-
 .../main/java/org/apache/camel/CamelContext.java   | 12 ++++
 .../org/apache/camel/spi/PropertiesComponent.java  |  8 +++
 .../java/org/apache/camel/spi/RoutesLoader.java    | 13 +---
 .../camel/impl/engine/AbstractCamelContext.java    | 11 ++++
 .../camel/impl/engine/DefaultRoutesLoader.java     | 50 ++++++++++++++
 .../component/properties/PropertiesComponent.java  | 10 +++
 .../camel/impl/ExtendedCamelContextConfigurer.java |  6 ++
 .../camel/impl/lw/LightweightCamelContext.java     | 10 +++
 .../impl/lw/LightweightRuntimeCamelContext.java    | 10 +++
 .../camel-main-configuration-metadata.json         |  2 +-
 core/camel-main/src/main/docs/main.adoc            |  2 +-
 .../org/apache/camel/main/BaseMainSupport.java     |  2 +-
 .../camel/main/DefaultConfigurationConfigurer.java |  1 +
 .../camel/main/DefaultConfigurationProperties.java | 22 +++++++
 .../camel/main/MainConfigurationProperties.java    | 20 ------
 .../apache/camel/support/AbstractExchangeTest.java | 10 +++
 .../org/apache/camel/properties-source-factory     |  2 +-
 .../camel/dsl/modeline/DefaultModeLineFactory.java | 28 +++++++-
 .../apache/camel/dsl/modeline/ModelineParser.java  |  7 +-
 .../apache/camel/dsl/modeline/PropertyTrait.java   | 76 ++++++++++++++--------
 .../java/org/apache/camel/dsl/modeline/Trait.java  |  2 -
 .../camel/dsl/modeline/ModelineParserTest.java     | 72 ++++++++++++--------
 23 files changed, 279 insertions(+), 99 deletions(-)
 copy 
components/camel-as2/camel-as2-component/src/generated/resources/META-INF/services/org/apache/camel/component/as2
 => 
dsl/camel-dsl-modeline/src/generated/resources/META-INF/services/org/apache/camel/properties-source-factory
 (53%)

Reply via email to