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/02 07:28:29 UTC

[skywalking] branch master updated (3cb622d -> 52de0c6)

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 3cb622d  fix express parse for null (#3988)
     add 52de0c6  Immigrate test gson scenario. (#3989)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/plugins-test.yaml                |  5 +-
 .../bin/startup.sh                                 |  2 +-
 .../config/expectedData.yaml                       | 62 +++++++++-------------
 .../configuration.yml                              | 10 ++--
 .../{mysql-scenario => gson-scenario}/pom.xml      | 18 +++----
 .../src/main/assembly/assembly.xml                 |  2 +-
 .../skywalking/apm/testcase/gson}/Application.java |  2 +-
 .../testcase/gson}/controller/CaseController.java  | 16 +++---
 .../src/main/resources/application.yaml            |  2 +-
 .../src/main/resources/log4j2.xml                  |  0
 .../support-version.list                           | 20 ++++---
 11 files changed, 64 insertions(+), 75 deletions(-)
 copy test/plugin/scenarios/{grpc-scenario => gson-scenario}/bin/startup.sh (93%)
 copy test/plugin/scenarios/{rabbitmq-scenario => gson-scenario}/config/expectedData.yaml (51%)
 copy test/plugin/scenarios/{gateway-scenario => gson-scenario}/configuration.yml (79%)
 copy test/plugin/scenarios/{mysql-scenario => gson-scenario}/pom.xml (91%)
 copy test/plugin/scenarios/{grpc-scenario => gson-scenario}/src/main/assembly/assembly.xml (96%)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources/src/main/java => scenarios/gson-scenario/src/main/java/org/apache/skywalking/apm/testcase/gson}/Application.java (96%)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources/src/main/java => scenarios/gson-scenario/src/main/java/org/apache/skywalking/apm/testcase/gson}/controller/CaseController.java (81%)
 copy test/plugin/scenarios/{grpc-scenario => gson-scenario}/src/main/resources/application.yaml (92%)
 copy test/plugin/scenarios/{okhttp-scenario => gson-scenario}/src/main/resources/log4j2.xml (100%)
 copy test/plugin/scenarios/{elasticsearch-7.x-scenario => gson-scenario}/support-version.list (91%)