You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/01/19 08:44:36 UTC

[hop] branch master updated (c0c8bf6a4a -> 54bdb74ea2)

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

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


    from c0c8bf6a4a Merge pull request #2159 from apache/2151
     new 43a1dd9515 fix #2048: add support for BinaryBody
     new 006f41f8cb fix #2048: remove header when file
     new 54bdb74ea2 Merge pull request #2092 from hansva/master

The 5209 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:
 assemblies/plugins/transforms/httppost/pom.xml     |   5 ++
 .../transforms/httppost/src/assembly/assembly.xml  |   7 ++
 .../http/0001-http-post-test-body.hpl              |  79 +++++++++++-------
 .../0016-http-post-a-file.hpl}                     |  89 +++++++++++----------
 integration-tests/http/files/exel-part-001.xlsx    | Bin 0 -> 3395 bytes
 ...t-client-post.hwf => main-0016-post-a-file.hwf} |  34 ++++----
 plugins/transforms/httppost/pom.xml                |  25 ++++--
 .../hop/pipeline/transforms/httppost/HttpPost.java |  25 +++---
 8 files changed, 158 insertions(+), 106 deletions(-)
 copy integration-tests/{database/0006-delete.hpl => http/0016-http-post-a-file.hpl} (72%)
 create mode 100644 integration-tests/http/files/exel-part-001.xlsx
 copy integration-tests/http/{main-0007-rest-client-post.hwf => main-0016-post-a-file.hwf} (85%)