This is an automated email from the ASF dual-hosted git repository.

yasith pushed a change to branch service-layer
in repository https://gitbox.apache.org/repos/asf/airavata.git


    from fc1cac1739 run spotless:apply
     add 6088c47e4e Making experiment data path relative when the destination 
and source storages are different (#574)
     add 4cd0037866 bump python sdk to 2.2.7
     add 3b33865074 Bump io.github.ascopes:protobuf-maven-plugin (#573)
     add 0ea9a8dbcf Bump io.github.ascopes:protobuf-maven-plugin from 2.12.1 to 
3.10.2 (#576)
     add 13de3ac56d Bump io.github.ascopes:protobuf-maven-plugin (#568)
     add 776fb43ef3 partial fix
     add 4ecebc6c70 do all exception handling in services, and handlers simply 
call them
     add e75a3797e1 preserve stack trace of exceptions
     add 3685105088 partially update the services with right exception types
     add db260fd508 get code to compile. add AiravataSystemException clause to 
thrift services that didnt have exception clause

No new revisions were added by this update.

Summary of changes:
 .../api/server/handler/AiravataServerHandler.java  | 5060 ++------------------
 .../api/server/handler/ThriftExceptionHandler.java |   52 +
 .../store/server/CredentialStoreServerHandler.java |  142 +-
 .../server/OrchestratorServerHandler.java          |  306 +-
 .../orchestrator/util/OrchestratorUtils.java       |   99 -
 .../api/service/handler/RegistryServerHandler.java | 1335 +-----
 .../apache/airavata/service/AiravataService.java   | 4233 ++++++++++++----
 .../airavata/service/CredentialStoreService.java   |  134 +-
 .../airavata/service/GroupManagerService.java      |   41 +-
 .../apache/airavata/service/IamAdminService.java   |  102 +-
 .../service/OrchestratorRegistryService.java       |   45 +-
 .../airavata/service/OrchestratorService.java      |  329 +-
 .../apache/airavata/service/RegistryService.java   | 4122 +++++++++-------
 .../airavata/service/SharingRegistryService.java   | 1372 ++++--
 .../airavata/service/TenantProfileService.java     |   18 +-
 .../airavata/service/UserProfileService.java       |   16 +
 .../handlers/GroupManagerServiceHandler.java       |  159 +-
 .../profile/handlers/IamAdminServicesHandler.java  |  156 +-
 .../handlers/TenantProfileServiceHandler.java      |   80 +-
 .../handlers/UserProfileServiceHandler.java        |   83 +-
 .../service/security/SecurityManagerFactory.java   |    6 +-
 .../authzcache/AuthzCacheManagerFactory.java       |    8 +-
 .../authzcache/DefaultAuthzCacheManager.java       |   10 +-
 .../security/interceptor/SecurityInterceptor.java  |    8 +-
 .../server/SharingRegistryServerHandler.java       |  528 +-
 dev-tools/airavata-python-sdk/pyproject.toml       |    2 +-
 pom.xml                                            |    2 +-
 .../base-api/base_api.thrift                       |    4 +-
 .../service-cpis/orchestrator-cpi.thrift           |    6 +-
 .../service-cpis/sharing_cpi.thrift                |    2 +-
 30 files changed, 7916 insertions(+), 10544 deletions(-)
 create mode 100644 
airavata-api/src/main/java/org/apache/airavata/api/server/handler/ThriftExceptionHandler.java
 delete mode 100644 
airavata-api/src/main/java/org/apache/airavata/orchestrator/util/OrchestratorUtils.java

Reply via email to