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

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

commit 692d1085b496484c59c8d357aeec901fc496ff81
Merge: 9e6165d443 8bcc799b4e
Author: Brandon Jackson <[email protected]>
AuthorDate: Tue Feb 13 15:15:46 2024 -0600

    Merge pull request #3611 from nadment/3610
    
    Replaces "UTF-8" strings with StandardCharsets.UTF_8 #3610

 .../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(-)

Reply via email to