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 802d1ba  CAMEL-15745: rest-dsl for type/outType using class should set 
that as well so camel binding uses the class and do not attempt to load it via 
a string name. Otherwise there may be problems in OSGi.
     add 8809361  camel-core - Optimize to only one camel context reference in 
channel
     add 2101aee  CAMEL-15795: camel-core - Reduce tangle from impl engine to 
model
     add df369b4  CAMEL-15795: camel-core - Remove tangle from impl route to 
route model as its no longer needed after route has been created via reifier.

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/Channel.java    |   7 --
 .../src/main/java/org/apache/camel/Route.java      |  11 +-
 .../camel/impl/engine/CamelInternalProcessor.java  |   2 +-
 .../apache/camel/impl/engine/DefaultChannel.java   |  13 ---
 .../org/apache/camel/impl/engine/DefaultRoute.java |   5 +
 .../camel/impl/lw/LightweightCamelContext.java     |   4 -
 .../org/apache/camel/reifier/RouteReifier.java     |   3 +
 .../RandomLoadBalanceJavaDSLBuilderTest.java       | 123 ---------------------
 8 files changed, 18 insertions(+), 150 deletions(-)
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/processor/RandomLoadBalanceJavaDSLBuilderTest.java

Reply via email to