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 8938dc75a14 Regen for commit bcab96be48e43d93bad047c4c90ac7cf474f4212
     add e618e3c93da Regen for commit de990047ecefeed3ad6a7e613a9b48613295cd1a
     add bf94c4494b4 CAMEL-19071: camel-main / camel-jbang - Reload properties 
should reload components in dev mode.
     add 25036ff2bd3 CAMEL-19073: camel-main / camel-jbang - Reload properties 
should only reload changed properties.

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   (8938dc75a14)
            \
             N -- N -- N   refs/heads/regen_bot (25036ff2bd3)

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:
 .../org/apache/camel/spi/PropertiesComponent.java  |  9 +++
 ...teLoaderListener.java => PropertiesReload.java} | 17 ++---
 .../java/org/apache/camel/spi/ResourceReload.java  |  7 +-
 .../component/properties/PropertiesComponent.java  | 13 ++++
 .../PropertiesComponentKeepOnlyChangedTest.java    | 62 ++++++++++++++++++
 .../org/apache/camel/main/BaseMainSupport.java     | 75 ++++++++++++++++++++++
 .../apache/camel/main/MainPropertiesReload.java}   | 39 ++++++-----
 .../camel/support/RouteWatcherReloadStrategy.java  | 38 +++++++++--
 8 files changed, 223 insertions(+), 37 deletions(-)
 copy 
core/camel-api/src/main/java/org/apache/camel/spi/{RouteTemplateLoaderListener.java
 => PropertiesReload.java} (65%)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/component/properties/PropertiesComponentKeepOnlyChangedTest.java
 copy 
core/{camel-cloud/src/main/java/org/apache/camel/impl/cloud/DefaultServiceDiscovery.java
 => camel-main/src/main/java/org/apache/camel/main/MainPropertiesReload.java} 
(58%)

Reply via email to