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

acosentino pushed a change to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7686dc9  [CAMEL-13711] Files.createTempFile not equivalent to 
File.createTempFile
     new 058ef92  CAMEL-13734: camel-undertow - Support streaming for consumer 
endpoints
     new 86786b6  CAMEL-13734: camel-undertow - Support streaming for producer 
endpoints
     new 6e1d171  CAMEL-13734 - Fixed CS
     new 1dbb5af  Merge pull request #3030 from tadayosi/CAMEL-13734-2x

The 34619 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:
 .../main/java/org/apache/camel/util/IOHelper.java  |  14 +++
 .../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 +++++++++++
 10 files changed, 221 insertions(+), 79 deletions(-)
 create mode 100644 
components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowStreamingClientCallback.java

Reply via email to