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/04/28 12:46:33 UTC

[hop] branch master updated (b3e6b1ea11 -> c8550ce998)

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 b3e6b1ea11 Merge pull request #1470 from hansva/master
     new 0adb03d5bd HOP-3589 - HttpDialog and HttpPostDialog refactor
     new 69ed1e9285 HOP-3589 - able to ignore ssl in Http and HttpPost transforms
     new 433ad50cf3 HOP-3589 - able to ignore ssl in ActionHttp
     new 4149a45763 HOP-3589 - able to ignore ssl in Rest transform
     new c94e06eb8c HOP-3589 - add integration test case
     new c8550ce998 Merge pull request #1465 from uraychang/ignoreTrustore

The 3925 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:
 .../apache/hop/core/util/HttpClientManager.java    |  141 ++
 ...rustore.hpl => 0006-http-client-ignore-ssl.hpl} |  126 +-
 ...-trustore.hpl => 0006-http-post-ignore-ssl.hpl} |  140 +-
 .../http/0006-rest-client-trustore.hpl             |   52 +
 .../http/files/http-action-output                  |    0
 .../main-0006-https-trustore.hwf}                  |  141 +-
 .../http/main-0006-rest-client-trustore.hwf        |   92 --
 .../hop/workflow/actions/http/ActionHttp.java      |   21 +
 .../workflow/actions/http/ActionHttpDialog.java    |  950 +++++++-----
 .../http/messages/messages_en_US.properties        |    2 +
 .../apache/hop/pipeline/transforms/http/Http.java  |    3 +
 .../hop/pipeline/transforms/http/HttpDialog.java   | 1191 +++++++-------
 .../hop/pipeline/transforms/http/HttpMeta.java     |   16 +-
 .../http/messages/messages_en_US.properties        |    1 +
 .../hop/pipeline/transforms/httppost/HttpPost.java |    3 +
 .../transforms/httppost/HttpPostDialog.java        | 1274 ++++++++-------
 .../pipeline/transforms/httppost/HttpPostMeta.java |   11 +
 .../httppost/messages/messages_en_US.properties    |    2 +
 .../apache/hop/pipeline/transforms/rest/Rest.java  |  129 +-
 .../hop/pipeline/transforms/rest/RestDialog.java   | 1633 +++++++++++---------
 .../hop/pipeline/transforms/rest/RestMeta.java     |   12 +
 .../rest/messages/messages_en_US.properties        |    1 +
 22 files changed, 3309 insertions(+), 2632 deletions(-)
 copy integration-tests/http/{0006-rest-client-trustore.hpl => 0006-http-client-ignore-ssl.hpl} (70%)
 copy integration-tests/http/{0006-rest-client-trustore.hpl => 0006-http-post-ignore-ssl.hpl} (70%)
 copy docker/integration-tests/resource/http/index.html => integration-tests/http/files/http-action-output (100%)
 copy integration-tests/{transforms/main-0036-actionpipeline-results-witherror.hwf => http/main-0006-https-trustore.hwf} (70%)
 delete mode 100644 integration-tests/http/main-0006-rest-client-trustore.hwf