This is an automated email from the ASF dual-hosted git repository.
usbrandon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from 9e6165d443 Merge pull request #3625 from nadment/3620
add 8bcc799b4e Replaces "UTF-8" strings with StandardCharsets.UTF_8 #3610
new 692d1085b4 Merge pull request #3611 from nadment/3610
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:
.../apache/hop/core/plugins/BasePluginType.java | 3 ++-
.../apache/hop/core/plugins/PluginRegistry.java | 5 ++--
.../hop/core/variables/VariableRegistry.java | 3 ++-
.../engines/remote/RemotePipelineEngine.java | 5 ++--
.../java/org/apache/hop/resource/ResourceUtil.java | 3 ++-
.../main/java/org/apache/hop/server/HopServer.java | 31 +++++++++++-----------
.../apache/hop/www/GetPipelineImageServlet.java | 3 ++-
.../apache/hop/www/GetPipelineStatusServlet.java | 31 +++++++++++-----------
.../apache/hop/www/GetWorkflowImageServlet.java | 3 ++-
.../apache/hop/www/GetWorkflowStatusServlet.java | 25 ++++++++---------
.../org/apache/hop/www/PausePipelineServlet.java | 9 ++++---
.../hop/www/PrepareExecutionPipelineServlet.java | 9 ++++---
.../org/apache/hop/www/SniffTransformServlet.java | 5 ++--
.../hop/www/StartExecutionPipelineServlet.java | 7 ++---
.../org/apache/hop/www/StartPipelineServlet.java | 7 ++---
.../org/apache/hop/www/StartWorkflowServlet.java | 7 ++---
.../org/apache/hop/www/StopPipelineServlet.java | 7 ++---
.../org/apache/hop/www/StopWorkflowServlet.java | 7 ++---
.../core/util/ConfigurableStreamLoggerTest.java | 3 ++-
.../test/java/org/apache/hop/utils/TestUtils.java | 3 ++-
20 files changed, 98 insertions(+), 78 deletions(-)