You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/06/01 08:30:19 UTC

[camel] branch regen_bot_3.14.x updated (ee80b051f53 -> 9459a8948cd)

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

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


    from ee80b051f53 CAMEL-18157: fix CS
     add 6f85df125c6 CAMEL-17100: minio consumer is slow at starting. Change the minio object loading at beginning to exchange by exchange (#7691)
     add 6dce808d042 (chores) camel-netty-http: fix test execution on Github actions
     add 9459a8948cd CAMEL-17949 -  Infinite loop when setting retries

No new revisions were added by this update.

Summary of changes:
 .../camel/component/minio/MinioConsumer.java       | 65 +++++++---------
 components/camel-netty-http/pom.xml                |  5 ++
 .../netty/http/DefaultNettyHttpBinding.java        | 16 ++++
 .../component/netty/http/NettyHttpProducer.java    | 22 +++++-
 ...tyHttpAccessHttpRequestAndResponseBeanTest.java |  7 +-
 .../netty/http/NettyHttpLoopErrorTest.java         | 87 ++++++++++++++++++++++
 ...ttyHttpSimpleBasicAuthConstraintMapperTest.java | 54 ++++++++++----
 .../netty/http/NettyHttpSimpleBasicAuthTest.java   | 50 ++++++++-----
 .../http/NettyHttpSimplePooledExchangeTest.java    | 19 ++++-
 9 files changed, 251 insertions(+), 74 deletions(-)
 create mode 100644 components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpLoopErrorTest.java