This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 42b8a926a2 Merge pull request #3912 from hansva/3894
add 5007ab9163 Add connection timeout and read timeout to Rest transform
#3811 Fix Http transform connection timeout (confusion with socket timeout)
new 4394fb317d Merge pull request #3913 from nadment/3811
The 1 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:
.../ROOT/pages/pipeline/transforms/rest.adoc | 2 +
.../apache/hop/pipeline/transforms/http/Http.java | 2 +-
.../apache/hop/pipeline/transforms/rest/Rest.java | 7 +++
.../hop/pipeline/transforms/rest/RestData.java | 3 ++
.../hop/pipeline/transforms/rest/RestDialog.java | 61 +++++++++++++++++++++-
.../hop/pipeline/transforms/rest/RestMeta.java | 54 +++++++++++++++++++
.../rest/messages/messages_en_US.properties | 4 ++
.../hop/pipeline/transforms/rest/RestMetaTest.java | 2 +
8 files changed, 132 insertions(+), 3 deletions(-)