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/incubator-hop.git.


    from 0a5a74e  Merge pull request #649 from hansva/master
     new 949157f  HOP-2577 : Create a Web Service metadata type
     new f30b062  HOP-2558 : Remote pipeline engine: improve logging (adhere to 
enabled flag)
     new 5a09214  Merge pull request #650 from mattcasters/master

The 1684 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:
 .../java/org/apache/hop/pipeline/Pipeline.java     |   38 -
 .../apache/hop/pipeline/SubPipelineExecutor.java   |    2 -
 .../pipeline/transforms/PipelineTransformUtil.java |   52 -
 .../pipelineexecutor/PipelineExecutor.java         |    3 -
 .../java/org/apache/hop/www/HopServerConfig.java   |   21 +
 .../java/org/apache/hop/www/WebServiceServlet.java |  232 ++++
 .../org/apache/hop/www/service/WebService.java     |  148 +++
 .../hop/www/messages/messages_en_US.properties     |    1 +
 .../transforms/jsonoutput/JsonOutputDialog.java    |   59 +-
 .../pipeline/transforms/mapping/SimpleMapping.java |    7 -
 .../transforms/textfileoutput/TextFileOutput.java  |  905 +++++++-------
 .../transforms/xml/xmloutput/XmlOutput.java        |  317 ++---
 .../transforms/xml/xmloutput/XmlOutputDialog.java  | 1270 ++++++++++----------
 .../transforms/xml/xmloutput/XmlOutputMeta.java    |   23 -
 .../xml/xmloutput/XmlOutputMetaInjectionTest.java  |    1 -
 .../xml/xmloutput/XmlOutputMetaTest.java           |    7 +-
 .../hop/ui/www/service/WebServiceEditor.java       |  292 +++--
 .../hop/ui/www/service/WebServiceGuiPlugin.java    |  142 ++-
 .../service}/messages/messages_en_US.properties    |   13 +-
 19 files changed, 1935 insertions(+), 1598 deletions(-)
 delete mode 100644 
engine/src/main/java/org/apache/hop/pipeline/transforms/PipelineTransformUtil.java
 create mode 100644 
engine/src/main/java/org/apache/hop/www/WebServiceServlet.java
 create mode 100644 
engine/src/main/java/org/apache/hop/www/service/WebService.java
 copy 
plugins/misc/reflection/src/main/java/org/apache/hop/reflection/probe/meta/PipelineProbeEditor.java
 => ui/src/main/java/org/apache/hop/ui/www/service/WebServiceEditor.java (52%)
 copy 
plugins/misc/reflection/src/main/java/org/apache/hop/reflection/probe/gui/DataProbeGuiPlugin.java
 => ui/src/main/java/org/apache/hop/ui/www/service/WebServiceGuiPlugin.java 
(52%)
 copy {engine/src/main/resources/org/apache/hop/core/auth/core/impl => 
ui/src/main/resources/org/apache/hop/ui/www/service}/messages/messages_en_US.properties
 (66%)

Reply via email to