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

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

commit c6c43a5aeca9ccce793def9759306469309e6e16
Merge: 0e6bb07b94 ee7aaa4ca7
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Feb 18 20:55:33 2024 +0100

    Merge pull request #3641 from mattcasters/issue-3454
    
    Fix for issues #3618, #2498, #2006, #1956

 .../action/ActionSerializationTestUtil.java        |   26 +-
 .../actions/0008-zip-action-archive-files.hwf      |   30 +-
 integration-tests/actions/main-0008-zip-files.hwf  |   25 +
 .../checkfilelocked/ActionCheckFilesLocked.java    |  499 ++++----
 .../ActionCheckFilesLockedDialog.java              |  128 +--
 .../ActionCheckFilesLockedTest.java                |   49 +
 ...WorkflowActionCheckFilesLockedLoadSaveTest.java |   39 -
 .../test/resources/check-files-locked-action.xml   |   32 +
 .../workflow/actions/zipfile/ActionZipFile.java    | 1202 +++++++++++---------
 .../actions/zipfile/ActionZipFileDialog.java       |   42 +-
 .../workflow/actions/zipfile/ActioZipFileTest.java |   62 +
 .../zipfile/WorkflowActionZipFileLoadSaveTest.java |   81 --
 .../src/test/resources/zip-files-action.xml        |   37 +
 13 files changed, 1229 insertions(+), 1023 deletions(-)

Reply via email to