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 2021/01/29 08:53:12 UTC

[camel] branch master updated (c7c40ed -> 86e79d6)

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 c7c40ed  Regen for commit 399cb598c54fff832683d9bac794145af3cfbd08
     add 034116e  Polished
     add 86e79d6  CAMEL-16104: ProducerCache does not close producers when cacheSize is 1

No new revisions were added by this update.

Summary of changes:
 .../camel/processor/ToDynamicStopProducerTest.java | 290 +++++++++++++++++++++
 .../transformer/TransformerRouteTest.java          |   2 +-
 .../processor/validator/ValidatorRouteTest.java    |   2 +-
 .../apache/camel/support/cache/ServicePool.java    |  15 +-
 4 files changed, 298 insertions(+), 11 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/ToDynamicStopProducerTest.java