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 2020/11/02 10:23:31 UTC

[camel] branch master updated (9c78e5c -> 24f37e6)

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 9c78e5c  Moved the Elasticsearch test service infra-structure from CKC (#4549)
     add 75d6176  CAMEL-15784: camel-core - Optimize with bootstrap factory finder for processor factory and let it clear after bootstrap.
     add 24f37e6  CAMEL-15788: camel-yammer - Url to yammer must be in lower case. Thanks to Zoltán Lutor for reporting.

No new revisions were added by this update.

Summary of changes:
 .../yammer/YammerMessagePollingConsumer.java       |  4 +-
 .../component/yammer/YammerMessageProducer.java    |  2 +-
 .../yammer/YammerUserPollingConsumer.java          |  4 +-
 .../impl/engine/BaseExecutorServiceManager.java    |  9 ++-
 .../camel/impl/engine/BaseServiceResolver.java     |  9 +--
 .../engine/DefaultServiceBootstrapCloseable.java   | 12 ++++
 .../camel/impl/engine/SimpleCamelContext.java      | 77 ++++++++++++----------
 .../component/properties/PropertiesComponent.java  |  2 +-
 .../camel/processor/DefaultProcessorFactory.java   | 42 +++++++-----
 9 files changed, 97 insertions(+), 64 deletions(-)