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/05/31 12:50:35 UTC

[camel] branch regen_bot updated (0382103df44 -> 5d642dc6b07)

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 0382103df44 camel-jbang 3.17.0 has a bug so lets go back to 3.16.0
     add 2c8366c4bd7 (chores) camel-netty-http: fix test execution on Github actions
     add 5d642dc6b07 CAMEL-17949 -  Infinite loop when setting retries

No new revisions were added by this update.

Summary of changes:
 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 ++++-
 8 files changed, 223 insertions(+), 37 deletions(-)
 create mode 100644 components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpLoopErrorTest.java