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

davsclaus pushed a change to branch master
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.
     new 8809361  camel-core - Optimize to only one camel context reference in 
channel
     new 2101aee  CAMEL-15795: camel-core - Reduce tangle from impl engine to 
model
     new 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.

The 3 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:
 .../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