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 6653c6a82d Merge pull request #2318 from bamaer/2317
     new 92c2dba769 #2115 Unable to stop hop-server from command-line
     new 0355183cb3 fix #2115: add documentation, update docker, small cleanup
     new 51c7eaa0bd Merge pull request #2229 from uraychang/stopHopServer

The 5394 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:
 .../static/src/main/resources/hop-server.xml       |   1 +
 docker/Dockerfile                                  |   5 +-
 docker/resources/load-and-execute.sh               |   1 +
 .../modules/ROOT/pages/docker-container.adoc       |   6 +
 .../modules/ROOT/pages/hop-server/index.adoc       |  25 +++-
 .../main/java/org/apache/hop/server/HopServer.java |  47 +++++-
 .../main/java/org/apache/hop/www/HopServer.java    | 158 ++++++++++++++-------
 .../java/org/apache/hop/www/HopServerConfig.java   |   4 +-
 .../main/java/org/apache/hop/www/WebServer.java    |  64 ++++++++-
 .../hop/www/messages/messages_en_US.properties     |   3 +
 .../metadata/SerializableMetadataProviderTest.java |   4 +-
 .../java/org/apache/hop/www/HopServerTest.java     |   2 +-
 .../java/org/apache/hop/www/WebServerTest.java     |  12 +-
 13 files changed, 258 insertions(+), 74 deletions(-)

Reply via email to