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/09/12 06:21:45 UTC

[hop] branch master updated (c51108b6e4 -> 604e505827)

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 c51108b6e4 Merge pull request #1671 from nadment/HOP-4190
     new 4c539c9855 HOP-4198: http request encoding improvement when add a pipeline to hop-server
     new 8bf2d8e983 HOP-4005: Append xml header to xml resource when generate zip file
     new a560352c01 Update docs
     new b9e841d124 Add encoding param for Content-Type
     new 604e505827 Merge pull request #1675 from shlxue/master

The 4422 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:
 .../modules/ROOT/pages/hop-server/rest-api.adoc    |  4 ++++
 .../java/org/apache/hop/resource/ResourceUtil.java |  6 +++++-
 .../main/java/org/apache/hop/server/HopServer.java | 24 +++++++++++++++++++---
 .../java/org/apache/hop/www/BaseHttpServlet.java   | 22 ++++++++++++++++++++
 .../apache/hop/www/RegisterPipelineServlet.java    |  2 +-
 .../apache/hop/www/RegisterWorkflowServlet.java    |  2 +-
 6 files changed, 54 insertions(+), 6 deletions(-)