You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2020/03/10 06:34:51 UTC

[skywalking] branch oap-ssl updated (590cfdb -> 9ab4a2e)

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

hanahmily pushed a change to branch oap-ssl
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 590cfdb  Merge branch 'master' into oap-ssl
     add d61abf2  Add SSL to grpc remote client and sharing server
     add 9ab4a2e  Merge branch 'oap-ssl' of https://github.com/apache/skywalking into oap-ssl

No new revisions were added by this update.

Summary of changes:
 dist-material/application.yml                      |  1 +
 docker/oap-es7/docker-entrypoint.sh                |  4 +++
 docker/oap/docker-entrypoint.sh                    |  4 +++
 .../exporter/provider/grpc/GRPCExporter.java       |  2 +-
 .../core/alarm/provider/grpc/GRPCCallback.java     |  4 +--
 .../src/main/resources/application.yml             |  1 +
 .../oap/server/core/CoreModuleConfig.java          |  2 ++
 .../oap/server/core/CoreModuleProvider.java        |  3 +-
 .../core/remote/client/GRPCRemoteClient.java       | 19 +++++++++---
 .../core/remote/client/RemoteClientManager.java    | 36 +++++++++++++++++++---
 .../remote/client/GRPCRemoteClientRealClient.java  |  2 +-
 .../remote/client/GRPCRemoteClientTestCase.java    |  2 +-
 .../remote/client/RemoteClientManagerTestCase.java |  3 +-
 oap-server/server-library/library-client/pom.xml   |  4 +++
 .../oap/server/library/client/grpc/GRPCClient.java | 13 ++++++--
 .../sharing/server/SharingServerConfig.java        |  3 ++
 .../server/SharingServerModuleProvider.java        | 10 ++++++
 .../profile/core/mock/MockRemoteClientManager.java |  2 +-
 18 files changed, 97 insertions(+), 18 deletions(-)