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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e618e3c93da Regen for commit de990047ecefeed3ad6a7e613a9b48613295cd1a
     new bf94c4494b4 CAMEL-19071: camel-main / camel-jbang - Reload properties 
should reload components in dev mode.
     new 25036ff2bd3 CAMEL-19073: camel-main / camel-jbang - Reload properties 
should only reload changed properties.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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