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 2020/10/22 13:45:33 UTC

[camel] branch regen_bot updated (63e1bd3 -> 897d9c4)

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 63e1bd3  Update how-do-i-configure-endpoints.adoc
     add 897d9c4  CAMEL-15730: camel-core - Untangle reifier from impl

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/ExtendedCamelContext.java     | 15 ++++++++++++
 .../src/main/java/org/apache/camel/Route.java      |  5 ++++
 .../{RoutePolicyFactory.java => RouteFactory.java} | 24 +++++++++++--------
 .../camel/impl/engine/AbstractCamelContext.java    | 21 +++++++++++++++++
 .../org/apache/camel/impl/engine/DefaultRoute.java |  1 +
 ...{ValidatorKey.java => DefaultRouteFactory.java} | 27 ++++++++--------------
 .../camel/impl/engine/SimpleCamelContext.java      |  6 +++++
 .../camel/impl/ExtendedCamelContextConfigurer.java |  5 ++++
 .../camel/impl/lw/LightweightCamelContext.java     | 11 +++++++++
 .../impl/lw/LightweightRuntimeCamelContext.java    | 11 +++++++++
 .../org/apache/camel/reifier/RouteReifier.java     |  4 ++--
 11 files changed, 101 insertions(+), 29 deletions(-)
 copy core/camel-api/src/main/java/org/apache/camel/spi/{RoutePolicyFactory.java => RouteFactory.java} (57%)
 copy core/camel-base/src/main/java/org/apache/camel/impl/engine/{ValidatorKey.java => DefaultRouteFactory.java} (64%)