This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
from 9049a3e Merge pull request #67 from lahirujayathilake/master
add 817b1f4 standalone-service implementation
No new revisions were added by this update.
Summary of changes:
pom.xml | 2 +-
.../mft/resource/server/XmlConfiguration.java | 2 +
.../server/backend/sql/SQLResourceBackend.java | 3 +-
.../server/handler/AzureServiceHandler.java | 2 +
.../resource/server/handler/BoxServiceHandler.java | 2 +
.../server/handler/DropboxServiceHandler.java | 2 +
.../resource/server/handler/FTPServiceHandler.java | 2 +
.../resource/server/handler/GCSServiceHandler.java | 2 +
.../server/handler/LocalServiceHandler.java | 2 +
.../server/handler/ODataServiceHandler.java | 2 +
.../resource/server/handler/S3ServiceHandler.java | 2 +
.../resource/server/handler/SCPServiceHandler.java | 2 +
.../handler/StorageCommonServiceHandler.java | 2 +
.../server/handler/SwiftStorageHandler.java | 2 +
.../mft/secret/server/XmlConfiguration.java | 2 +
.../server/backend/sql/SQLSecretBackend.java | 2 +-
.../secret/server/handler/AzureServiceHandler.java | 2 +
.../secret/server/handler/BoxServiceHandler.java | 2 +
.../server/handler/DropboxServiceHandler.java | 2 +
.../secret/server/handler/FTPServiceHandler.java | 2 +
.../secret/server/handler/GCSServiceHandler.java | 2 +
.../secret/server/handler/ODataServiceHandler.java | 3 ++
.../secret/server/handler/S3ServiceHandler.java | 2 +
.../secret/server/handler/SCPServiceHandler.java | 2 +
.../secret/server/handler/SwiftServiceHandler.java | 2 +
.../src/main/resources/applicationContext.xml | 4 +-
.../main/resources/distribution/conf/log4j2.xml | 53 ----------------------
single-service/src/main/resources/log4j2.xml | 53 ----------------------
{single-service => standalone-service}/pom.xml | 23 ++++------
.../assembly/standalone-service-bin-assembly.xml | 2 +-
.../airavata/mft/standalone/server}/AppConfig.java | 2 +-
.../server/StandaloneServiceApplication.java | 6 +--
.../src/main/resources/application.properties | 0
.../src/main/resources/distribution/bin/setenv.sh | 0
.../distribution/bin/standalone-service-daemon.sh | 8 ++--
.../distribution/bin/standalone-service.sh | 6 +--
.../distribution/conf/application.properties | 0
.../main/resources/distribution/conf/log4j2.xml | 2 +-
.../src/main/resources}/log4j2.xml | 2 +-
39 files changed, 74 insertions(+), 139 deletions(-)
delete mode 100644
single-service/src/main/resources/distribution/conf/log4j2.xml
delete mode 100644 single-service/src/main/resources/log4j2.xml
rename {single-service => standalone-service}/pom.xml (86%)
rename single-service/src/main/assembly/single-service-bin-assembly.xml =>
standalone-service/src/main/assembly/standalone-service-bin-assembly.xml (98%)
rename {single-service/src/main/java/org/apache/airavata/mft/singleservice =>
standalone-service/src/main/java/org/apache/airavata/mft/standalone/server}/AppConfig.java
(96%)
rename
single-service/src/main/java/org/apache/airavata/mft/singleservice/SingleServiceApplication.java
=>
standalone-service/src/main/java/org/apache/airavata/mft/standalone/server/StandaloneServiceApplication.java
(87%)
rename {single-service =>
standalone-service}/src/main/resources/application.properties (100%)
copy {services/resource-service/server =>
standalone-service}/src/main/resources/distribution/bin/setenv.sh (100%)
copy api/service/src/main/resources/distribution/bin/api-service-daemon.sh =>
standalone-service/src/main/resources/distribution/bin/standalone-service-daemon.sh
(91%)
copy
services/secret-service/server/src/main/resources/distribution/bin/secret-service.sh
=>
standalone-service/src/main/resources/distribution/bin/standalone-service.sh
(89%)
rename {single-service =>
standalone-service}/src/main/resources/distribution/conf/application.properties
(100%)
copy {api/service =>
standalone-service}/src/main/resources/distribution/conf/log4j2.xml (93%)
copy {api/service/src/main/resources/distribution/conf =>
standalone-service/src/main/resources}/log4j2.xml (93%)