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/02/23 14:15:38 UTC

[hop] branch master updated (30c2ee8 -> b75422f)

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 30c2ee8  Merge pull request #1387 from sramazzina/MEMORYLEAK
     new 3b271ca  HOP-3771: fix windows scripts to allow relative start
     new 45583dd  HOP-3715: change package name of async plugin and small fixes to hop-translator.sh
     new b75422f  Merge pull request #1386 from hansva/master

The 3618 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:
 assemblies/static/src/main/resources/hop-conf.bat         |  4 ++++
 assemblies/static/src/main/resources/hop-encrypt.bat      |  4 ++++
 assemblies/static/src/main/resources/hop-gui.bat          |  4 ++++
 assemblies/static/src/main/resources/hop-import.bat       |  4 ++++
 assemblies/static/src/main/resources/hop-run.bat          |  4 ++++
 assemblies/static/src/main/resources/hop-search.bat       |  4 ++++
 assemblies/static/src/main/resources/hop-server.bat       |  4 ++++
 assemblies/static/src/main/resources/hop-translator.bat   |  4 ++++
 assemblies/static/src/main/resources/hop-translator.sh    | 15 +++++++++++++--
 .../org/apache/hop/www/{ => async}/AsyncGuiPlugin.java    |  2 +-
 .../org/apache/hop/www/{ => async}/AsyncRunServlet.java   |  6 +++++-
 .../java/org/apache/hop/www/{ => async}/AsyncStatus.java  |  3 ++-
 .../apache/hop/www/{ => async}/AsyncStatusServlet.java    |  3 ++-
 .../org/apache/hop/www/{ => async}/AsyncWebService.java   |  2 +-
 .../apache/hop/www/{ => async}/AsyncWebServiceEditor.java |  2 +-
 .../java/org/apache/hop/www/{ => async}/Defaults.java     |  2 +-
 .../xp/ActionLogIconClickedExtensionPoint.java            |  4 ++--
 .../xp/DrawAsyncLoggingIconExtensionPoint.java            |  6 ++----
 .../xp/MarkAsyncWorkflowActionExtensionPoint.java         |  6 +++---
 .../xp/PeriodicPipelineStatusUpdateExtensionPoint.java    |  6 +++---
 .../www/{ => async}/messages/messages_en_US.properties    |  0
 21 files changed, 68 insertions(+), 21 deletions(-)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/AsyncGuiPlugin.java (99%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/AsyncRunServlet.java (97%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/AsyncStatus.java (97%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/AsyncStatusServlet.java (99%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/AsyncWebService.java (99%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/AsyncWebServiceEditor.java (99%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/Defaults.java (97%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/xp/ActionLogIconClickedExtensionPoint.java (97%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/xp/DrawAsyncLoggingIconExtensionPoint.java (95%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/xp/MarkAsyncWorkflowActionExtensionPoint.java (95%)
 rename plugins/misc/async/src/main/java/org/apache/hop/www/{ => async}/xp/PeriodicPipelineStatusUpdateExtensionPoint.java (98%)
 rename plugins/misc/async/src/main/resources/org/apache/hop/www/{ => async}/messages/messages_en_US.properties (100%)