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 d9ac1b591c Merge pull request #3900 from 
hop-weblate/weblate-apache-hop-hop
     add 7384ff5e5f Add IExecutionStoppedListener to IWorkflowEngine  #3715 
Standardize method names between Workflow and Pipeline and deprecate obsolete 
methods. Fix some synchronized listener errors in Pipeline Define the date of 
the workflow's end of execution before calling the extension points Remove 
unused IFinishedListener
     add 8462f11a06 Fix message order
     new fe01692ae7 Merge pull request #3898 from nadment/3715

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:
 .../java/org/apache/hop/pipeline/Pipeline.java     | 111 ++++++++++------
 .../hop/pipeline/engine/IFinishedListener.java     |  32 -----
 .../hop/pipeline/engine/IPipelineEngine.java       |  86 ++++++++++---
 .../engines/local/LocalPipelineEngine.java         |   2 +-
 .../engines/remote/RemotePipelineEngine.java       |  72 +++++++++--
 .../java/org/apache/hop/workflow/Workflow.java     | 142 ++++++++++++++++-----
 .../hop/workflow/engine/IWorkflowEngine.java       |  86 ++++++++++++-
 .../engines/local/LocalWorkflowEngine.java         |   6 +-
 .../engines/remote/RemoteWorkflowEngine.java       | 138 +++++++++++++++++---
 .../workflow/messages/messages_en_US.properties    |   1 +
 .../java/org/apache/hop/pipeline/PipelineTest.java |  31 ++---
 .../java/org/apache/hop/workflow/WorkflowTest.java | 106 ++++++++++++++-
 .../hop/beam/engines/BeamPipelineEngine.java       |  83 ++++++++----
 .../LogWorkflowExecutionTimeExtensionPoint.java    |   2 +-
 .../workflow/xp/WorkflowStartLoggingXp.java        |   2 +-
 .../hopgui/file/pipeline/HopGuiPipelineGraph.java  |   2 +-
 .../hopgui/file/workflow/HopGuiWorkflowGraph.java  |   4 +-
 17 files changed, 699 insertions(+), 207 deletions(-)
 delete mode 100644 
engine/src/main/java/org/apache/hop/pipeline/engine/IFinishedListener.java

Reply via email to