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 363a7a3  Fixed CS for Camel-package-maven-plugin
     new 72e18ef  CAMEL-13734: camel-undertow - Support streaming for consumer 
endpoints
     new 0747f77  CAMEL-13734: camel-undertow - Support streaming for producer 
endpoints
     new ffe353a  CAMEL-13734 - Fixed CS

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:
 .../src/main/docs/undertow-component.adoc          |   2 +-
 .../undertow/DefaultUndertowHttpBinding.java       |  31 ++++-
 .../undertow/RestUndertowHttpBinding.java          |   8 ++
 .../component/undertow/UndertowClientCallback.java |  24 ++--
 .../component/undertow/UndertowComponent.java      |   2 +-
 .../camel/component/undertow/UndertowConsumer.java |  20 +++-
 .../camel/component/undertow/UndertowEndpoint.java |  21 +++-
 .../camel/component/undertow/UndertowProducer.java | 117 +++++++++---------
 .../undertow/UndertowStreamingClientCallback.java  |  61 ++++++++++
 .../dsl/UndertowEndpointBuilderFactory.java        | 133 ++++++++++++++++-----
 .../main/java/org/apache/camel/util/IOHelper.java  |  13 ++
 .../modules/ROOT/pages/undertow-component.adoc     |   2 +-
 12 files changed, 325 insertions(+), 109 deletions(-)
 create mode 100644 
components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowStreamingClientCallback.java

Reply via email to