This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 86c8e79 Upgrade Qpid Broker to version 7.1.4 new 11cc3b7 CAMEL-12983 - Camel-netty4-http: update to add the cheunked http request/response and support stream writing new d74f83d remove author new d6ace02 Fixed CS for Camel-Netty4-Http The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../component/netty4/http/ChunkedHttpRequest.java | 72 ++++++++++++++++++ .../component/netty4/http/ChunkedHttpResponse.java | 72 ++++++++++++++++++ .../netty4/http/CustomChunkedWriteHandler.java} | 23 +++--- .../netty4/http/DefaultNettyHttpBinding.java | 87 +++++++++++++--------- .../netty4/http/HttpClientInitializerFactory.java | 1 + .../netty4/http/HttpServerInitializerFactory.java | 1 + .../http/HttpServerSharedInitializerFactory.java | 1 + 7 files changed, 212 insertions(+), 45 deletions(-) create mode 100644 components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpRequest.java create mode 100644 components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpResponse.java copy components/camel-netty4-http/src/{test/java/org/apache/camel/component/netty4/http/MyRolePrincipal.java => main/java/org/apache/camel/component/netty4/http/CustomChunkedWriteHandler.java} (58%)