You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/10/24 19:13:17 UTC

[airavata] branch develop updated (0e11ed4 -> 86ca628)

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

dimuthuupe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git.


    from 0e11ed4  Merge branch 'staging' into develop
     new 29967aa  Fix integration tests issues
     new 7a42459  remove unnecassary improts
     new 5ed835b  Add surefire plugin to services-security pom with jmockit config
     new f0f8dc6  update travis to java 11
     new 30f4780  Fixing integration issues of JDK 11 migration
     new 86ca628  Merge pull request #236 from isururanawaka/Java_11_migration

The 8702 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:
 .travis.yml                                        |  2 +-
 .../airavata/api/server/AiravataAPIServer.java     |  3 +-
 .../profile-service-commons/pom.xml                |  9 +++--
 .../profile-service/profile-user-core/pom.xml      |  9 +++--
 airavata-services/services-security/pom.xml        | 21 +++++++++-
 .../security/GatewayGroupsInitializerTest.java     |  3 --
 .../security/KeyCloakSecurityManagerTest.java      |  3 --
 .../credential-store-service/pom.xml               |  5 +++
 .../store/server/CredentialStoreServerHandler.java |  4 +-
 .../app/tests/selenium/pom.xml                     |  7 ++--
 modules/registry/registry-core/pom.xml             |  9 +++--
 .../airavata/security/userstore/JDBCUserStore.java |  3 +-
 .../airavata/security/userstore/LDAPUserStore.java |  3 +-
 .../security/userstore/SessionDBUserStore.java     |  3 +-
 modules/server/pom.xml                             | 13 +++++++
 .../org/apache/airavata/server/ServerMain.java     | 45 ++++++++++++++--------
 .../sharing-registry/sharing-data-migrator/pom.xml |  7 ++--
 .../sharing-registry-server/pom.xml                | 18 +++++++--
 .../sharing/registry/server/ServerMain.java        | 42 ++++++++++++--------
 .../sharing-registry-stubs/pom.xml                 |  6 +--
 pom.xml                                            | 37 ++++++++++++++----
 21 files changed, 174 insertions(+), 78 deletions(-)