This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 2ce2dfc CAMEL-17274: camel-core - Properties component should allow reloading properties 2ce2dfc is described below commit 2ce2dfcaabd29a97545730197f4f1fd9b84628fc Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Dec 2 10:54:10 2021 +0100 CAMEL-17274: camel-core - Properties component should allow reloading properties --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc index 035157d..958cdfb 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_14.adoc @@ -12,6 +12,8 @@ Added method `updateRoutesToCamelContext` to `org.apache.camel.RoutesBuilder` in Added parameter `Resource` in `createRoute` method on `org.apache.camel.spi.RouteFactory`. +Added method `reloadProperties` to `org.apache.camel.spi.LoadablePropertiesSource`. + === camel-kafka The APIs in `camel-kafka` component changed from using the Kafka Client classes `org.apache.kafka.clients.producer.KafkaProducer` and `org.apache.kafka.clients.consumer.KafkaConsumer`