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 797fd4c5fd4 Update route-configuration.adoc
     new 5c6b2d3c321 CAMEL-18614: camel-core - Updating route configuration via 
routes loader
     new ad67fb7fa0e Update yaml example

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:
 .../apache/camel/RouteConfigurationsBuilder.java   |   8 ++
 .../camel/impl/engine/DefaultRoutesLoader.java     |   9 ++
 .../org/apache/camel/impl/DefaultCamelContext.java |  16 +++
 .../java/org/apache/camel/impl/DefaultModel.java   |  17 +++
 .../camel/impl/lw/LightweightCamelContext.java     |  10 ++
 .../camel/builder/RouteConfigurationBuilder.java   |  18 +++
 .../main/java/org/apache/camel/model/Model.java    |  16 +++
 .../camel/model/RoutesConfigurationUpdateTest.java | 149 +++++++++++++++++++++
 .../modules/ROOT/pages/route-configuration.adoc    |  22 +--
 9 files changed, 254 insertions(+), 11 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/model/RoutesConfigurationUpdateTest.java

Reply via email to