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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from b6713bd  Use Localstack 0.12.18 in the test-infra module
     add 6d5a074  CAMEL-16916: camel-core - Using non singleton producers 
(camel-ftp) causes a memory leak in the MultiPool and the pool capacity is also 
mistakenly capped at 1 which causes EIPs with parallel mode to not reuse pooled 
producers.
     add c94b5146 CAMEL-16916: Added unit test.
     add 6f1a80c  CAMEL-17011: Fixed camel-ssh producer to not be singleton.
     add 65126a1  Polished to remove override isSingleton which is not needed

No new revisions were added by this update.

Summary of changes:
 .../camel/component/atlasmap/AtlasMapEndpoint.java |  5 --
 .../component/file/remote/RemoteFileProducer.java  |  1 +
 .../integration/FromFileToFtpSplitParallelIT.java  | 79 ++++++++++++++++++++++
 .../google/pubsub/GooglePubsubEndpoint.java        |  5 --
 .../camel/oaipmh/component/OAIPMHEndpoint.java     |  4 --
 .../apache/camel/component/ssh/SshEndpoint.java    | 16 ++---
 .../apache/camel/component/ssh/SshProducer.java    |  2 +-
 .../org/apache/camel/processor/SendProcessor.java  |  2 +-
 .../apache/camel/support/cache/ServicePool.java    | 34 ++++++----
 9 files changed, 109 insertions(+), 39 deletions(-)
 create mode 100644 
components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/FromFileToFtpSplitParallelIT.java

Reply via email to