You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/10 06:38:45 UTC

[camel] branch master updated (e7faf8a -> b50686f)

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 e7faf8a  Example readme from md to adoc and new help note (#3235)
     add 0f9f879  CAMEL-14048: camel-core - ServicePool should wait while starting service when acquiring
     add 0744a98  CAMEL-14049: camel-netty - Should include scheme in its endpoint url when creating endpoint
     add 4e0f2c4  Fixed camel-netty test and made the producer more roboust on startup to start its internal services in better order
     add b50686f  CAMEL-14048: camel-core - ServicePool should wait while starting service when acquiring

No new revisions were added by this update.

Summary of changes:
 .../camel/component/netty/NettyComponent.java      |  2 +-
 .../camel/component/netty/NettyProducer.java       | 50 +++++++++++-----------
 .../camel/component/netty/NettyConcurrentTest.java |  7 ++-
 .../java/org/apache/camel/spi/ProducerCache.java   |  3 ++
 .../camel/impl/engine/DefaultProducerCache.java    | 28 ++++++++++++
 5 files changed, 64 insertions(+), 26 deletions(-)