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 2022/08/02 14:19:19 UTC

[hop] branch master updated (56637230d2 -> 7b2ef567cd)

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 56637230d2 Merge pull request #1612 from hansva/master
     new 1668186b12 HOP-4083: fix web service and add initial test
     new b3066d1532 HOP-4085: remove duplicate xercesImpl
     new f8984b54b2 HOP-4083: fix header in XML file
     new 7b2ef567cd Merge pull request #1613 from hansva/master

The 4298 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:
 .../excelinput/src/assembly/assembly.xml           |   7 -
 .../excelwriter/src/assembly/assembly.xml          |   7 -
 .../integration-tests/integration-tests-http.yaml  |   8 +-
 .../resource/http/CastleMockProject.xml            | 470 +++++++++++++++++++++
 .../java/org/apache/hop/workflow/WorkflowMeta.java |   1 +
 .../0013-webservice.hpl}                           | 108 +++--
 integration-tests/http/dev-env-config.json         |   4 +
 .../http/main-0012-rest-client-patch.hwf           |   2 +-
 .../main-0013-webservice.hwf}                      |  70 ++-
 .../transforms/webservices/WebService.java         |   7 +-
 10 files changed, 574 insertions(+), 110 deletions(-)
 create mode 100644 docker/integration-tests/resource/http/CastleMockProject.xml
 copy integration-tests/{transforms/0013-row-generator.hpl => http/0013-webservice.hpl} (63%)
 copy integration-tests/{transforms/main-0001-add-sequence.hwf => http/main-0013-webservice.hwf} (69%)