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 6eab08e Sync deps
new c36fd03 CAMEL-17233: Reduce logging noise when reloading routes.
new 606586a CAMEL-17233: Ensure route definition is removed when a route
is removed
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:
.../main/java/org/apache/camel/CamelContext.java | 2 +-
.../java/org/apache/camel/spi/RouteController.java | 7 ++
.../camel/impl/engine/AbstractCamelContext.java | 106 ++++++++++++++++-----
.../camel/impl/engine/DefaultRouteController.java | 5 +
.../camel/impl/engine/InternalRouteController.java | 7 +-
.../org/apache/camel/impl/DefaultCamelContext.java | 14 +++
.../impl/lw/LightweightRuntimeCamelContext.java | 5 +
.../apache/camel/impl/engine/RouteRemove2Test.java | 23 +++--
.../camel/support/RouteWatcherReloadStrategy.java | 36 +++++--
9 files changed, 161 insertions(+), 44 deletions(-)