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

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


    from bbe6dd4a0cb Fixed test as an option was made secret
     new 2277b607890 CAMEL-19071: camel-main / camel-jbang - Reload properties 
should reload components in dev mode.
     new 74f26d7b3d8 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