You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/12/25 07:55:31 UTC

[skywalking] branch master updated (7dc8065 -> b570996)

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

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 7dc8065  [test/plugin] immigrate test lettuce scenario.  (#4113)
     add b570996  Update JDK compiling level to 8, and remove zip dist. (#4119)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/skywalking/apm/util/StringUtil.java |   4 +
 apm-dist-es7/pom.xml                               |   1 -
 apm-dist-es7/src/main/assembly/binary-es7.xml      |   1 -
 apm-dist/pom.xml                                   |   1 -
 apm-dist/src/main/assembly/binary.xml              |   1 -
 apm-protocol/apm-network/pom.xml                   |  22 +--
 .../apm/network/trace/proto/GRPCNoServerTest.java  |   2 +-
 apm-sniffer/apm-agent-core/pom.xml                 |  33 ++--
 .../agent/core/remote/StandardChannelBuilder.java  |   3 +-
 apm-sniffer/apm-agent/pom.xml                      |   3 +
 apm-sniffer/pom.xml                                |   1 -
 dist-material/release-docs/LICENSE                 |  28 +--
 dist-material/release-docs/NOTICE                  |  46 +++--
 .../LICENSE-axios => LICENSE-checker-qual.txt}     |   4 +-
 .../release-docs/licenses/LICENSE-groovy.txt       | 215 ---------------------
 docs/en/setup/service-agent/java-agent/README.md   |   6 +-
 oap-server/exporter/pom.xml                        |   6 +-
 oap-server/pom.xml                                 |  19 +-
 .../plugin/kubernetes/KubernetesCoordinator.java   |  14 +-
 .../grpc-configuration-sync/pom.xml                |   9 +-
 oap-server/server-core/pom.xml                     |   7 +-
 .../core/query/ServiceInstanceTopologyBuilder.java |   2 +-
 oap-server/server-library/library-buffer/pom.xml   |  16 --
 oap-server/server-library/library-client/pom.xml   |   8 +-
 .../client/elasticsearch/ElasticSearchClient.java  |   8 +-
 .../oap/server/library/client/grpc/GRPCClient.java |   2 +-
 .../elasticsearch/ITElasticSearchClient.java       |   4 +-
 .../envoy/MetricServiceGRPCHandlerTestMain.java    |   2 +-
 .../server-receiver-plugin/receiver-proto/pom.xml  |   6 +-
 .../pom.xml                                        |   6 +-
 .../handler/IstioTelemetryHandlerMainTest.java     |   2 +-
 .../handler/JVMMetricsServiceHandlerMainTest.java  |   2 +-
 .../v5/ApplicationRegisterHandlerTestCase.java     |   2 +-
 .../InstanceDiscoveryServiceHandlerTestCase.java   |   2 +-
 .../handler/v5/InstanceHeartBeatTestCase.java      |   2 +-
 ...tworkAddressRegisterServiceHandlerTestCase.java |   2 +-
 .../v5/ServiceNameDiscoveryHandlerTestCase.java    |   2 +-
 .../server/receiver/trace/mock/AgentDataMock.java  |   4 +-
 pom.xml                                            |  15 ++
 tools/dependencies/check-LICENSE.sh                |   4 +-
 .../known-oap-backend-dependencies-es7.txt         |  59 +++---
 .../known-oap-backend-dependencies.txt             |  59 +++---
 42 files changed, 215 insertions(+), 420 deletions(-)
 copy dist-material/release-docs/licenses/{ui-licenses/LICENSE-axios => LICENSE-checker-qual.txt} (94%)
 delete mode 100644 dist-material/release-docs/licenses/LICENSE-groovy.txt