You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/06 17:57:47 UTC

[camel] branch master updated (72f24cf -> 754ee4d)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 72f24cf  CAMEL-14263: camel-netty-http should use source code generated configurer to avoid reflection configuration.
     add 754ee4d  [camel-core tests] fix producer, consumer cache tests on slow VM by adding timeout

No new revisions were added by this update.

Summary of changes:
 .../test/java/org/apache/camel/impl/DefaultConsumerCacheTest.java  | 6 +++++-
 .../java/org/apache/camel/impl/DefaultConsumerTemplateTest.java    | 5 ++---
 .../impl/DefaultConsumerTemplateWithCustomCacheMaxSizeTest.java    | 7 +++++--
 .../test/java/org/apache/camel/impl/DefaultProducerCacheTest.java  | 2 --
 .../java/org/apache/camel/impl/DefaultProducerTemplateTest.java    | 7 ++++---
 .../impl/DefaultProducerTemplateWithCustomCacheMaxSizeTest.java    | 6 ++++--
 .../processor/aggregator/AggregateClosedCorrelationKeyTest.java    | 2 +-
 7 files changed, 21 insertions(+), 14 deletions(-)