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/07/08 09:57:42 UTC

[hop] branch master updated (8b4a709742 -> d009696e27)

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 8b4a709742 Merge pull request #1581 from uraychang/xsdValidator
     new 0431fa78be Kill the exec process when stop ExecProcess transform
     new c78fa6190b Merge branch 'apache:master' into master
     new 9c37ec3227 HOP-4030: minor code cleanup
     new d009696e27 Merge pull request #1560 from shlxue/master

The 4220 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:
 .../transforms/execprocess/ExecProcess.java        | 113 +++++++++++++++------
 .../execprocess/messages/messages_en_US.properties |   1 +
 .../execprocess/messages/messages_zh_CN.properties |   1 +
 .../transforms/execprocess/ExecProcessTest.java    | 107 +++++++++++++++++++
 4 files changed, 191 insertions(+), 31 deletions(-)
 create mode 100644 plugins/transforms/execprocess/src/test/java/org/apache/hop/pipeline/transforms/execprocess/ExecProcessTest.java