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 63d8f64  CAMEL-16178: camel-netty should invoke callback exactly once 
even when there was no UnitOfWork (#5093)
     add fea7e8b  CAMEL-16227: Netty with reuseChannel invokes wrong callback 
(#5101)
     add 47be960  CAMEL-16232 Fixing 2-way ssl via system properties (#5102)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/http/HttpComponent.java |  11 +-
 .../http/HttpProducerWithSystemPropertiesTest.java |  89 ------------
 .../HttpsProducerWithSystemPropertiesTest.java     | 150 +++++++++++++++++++++
 .../camel/component/netty/NettyProducer.java       |  16 ++-
 ...est.java => NettyReuseChannelCallbackTest.java} |  64 ++++++++-
 5 files changed, 232 insertions(+), 98 deletions(-)
 delete mode 100644 
components/camel-http/src/test/java/org/apache/camel/component/http/HttpProducerWithSystemPropertiesTest.java
 create mode 100644 
components/camel-http/src/test/java/org/apache/camel/component/http/HttpsProducerWithSystemPropertiesTest.java
 copy 
components/camel-netty/src/test/java/org/apache/camel/component/netty/{NettyReuseChannelTest.java
 => NettyReuseChannelCallbackTest.java} (55%)

Reply via email to