This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 5cf1d6555a Merge pull request #4165 from nadment/2041
add 3fb73cc476 Rename org.apache.hop.server.HopServer to HopServerMeta
#4150
add 9f52397fff fix merge, #4150
new f462daffbb Merge pull request #4152 from nadment/4150
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:
.../java/org/apache/hop/base/AbstractMeta.java | 8 ++---
.../core/search/HopServerSearchableAnalyser.java | 15 ++++----
.../remote/RemoteExecutionInfoLocation.java | 10 +++---
.../engines/remote/HopServerTypeMetadata.java | 4 +--
.../engines/remote/RemotePipelineEngine.java | 14 ++++----
.../src/main/java/org/apache/hop/run/HopRun.java | 7 ++--
.../server/{HopServer.java => HopServerMeta.java} | 40 +++++++++++-----------
.../engines/remote/HopServerTypeMetadata.java | 4 +--
.../engines/remote/RemoteWorkflowEngine.java | 10 +++---
.../main/java/org/apache/hop/www/HopServer.java | 23 ++++++-------
.../java/org/apache/hop/www/HopServerConfig.java | 20 ++++++-----
.../org/apache/hop/www/HopServerSingleton.java | 6 ++--
.../main/java/org/apache/hop/www/WebServer.java | 4 +--
.../metadata/SerializableMetadataProviderTest.java | 20 ++++++-----
.../java/org/apache/hop/server/HopServerTest.java | 18 +++++-----
.../java/org/apache/hop/www/WebServerTest.java | 4 +--
.../transforms/serverstatus/GetServerStatus.java | 4 +--
.../main/java/org/apache/hop/ui/hopgui/HopGui.java | 7 ++--
.../delegates/HopGuiWorkflowRunDelegate.java | 4 +--
.../org/apache/hop/ui/server/HopServerEditor.java | 19 +++++-----
20 files changed, 124 insertions(+), 117 deletions(-)
rename engine/src/main/java/org/apache/hop/server/{HopServer.java =>
HopServerMeta.java} (97%)