You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2022/01/12 08:18:16 UTC

[hop] branch master updated (dc4d678 -> 993a960)

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

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


    from dc4d678  Merge pull request #1270 from sramazzina/HOP-3591
     new 5e54238  HOP-3673 Connections not closed if a pipeline is run with transactional flag set
     new 7db4d7d  HOP-3673 Minor improvements
     new 2044245  HOP-3673 Code refactoring
     new 993a960  Merge pull request #1268 from sramazzina/COMMIT-MISSING

The 3367 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:
 .../org/apache/hop/core/database/Database.java     |  7 +-
 .../engines/local/LocalPipelineEngine.java         | 67 +++++++++++-------
 .../engines/local/LocalWorkflowEngine.java         | 79 ++++++++++++++--------
 3 files changed, 97 insertions(+), 56 deletions(-)