You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/10/28 09:09:54 UTC

[camel] branch regen_bot updated (797fd4c5fd4 -> e44e2f9879e)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 797fd4c5fd4 Update route-configuration.adoc
     add 5c6b2d3c321 CAMEL-18614: camel-core - Updating route configuration via routes loader
     add ad67fb7fa0e Update yaml example
     add e44e2f9879e CAMEL-18614: camel-core - Updating route configuration via routes loader

No new revisions were added by this update.

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 +--
 .../EndpointRouteConfigurationBuilder.java         |  18 +++
 10 files changed, 272 insertions(+), 11 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/model/RoutesConfigurationUpdateTest.java