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/10 11:43:31 UTC

[skywalking] branch docs/cli updated (898074e -> 02ab936)

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

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


    from 898074e  Add SkyWalking CLI download links
     add e139e16  [test/plugin] immigrate jdk http scenario (#4035)
     add 4a0546d  sync skywalking ui (#4037)
     add 02ab936  Merge branch 'master' into docs/cli

No new revisions were added by this update.

Summary of changes:
 .github/workflows/plugins-test.yaml                |  4 ++-
 skywalking-ui                                      |  2 +-
 .../jdk-http-scenario}/bin/startup.sh              |  2 +-
 .../config/expectedData.yaml                       | 32 ++++++++++------------
 .../configuration.yml                              |  8 ++++--
 .../jdk-http-scenario}/pom.xml                     |  6 ++--
 .../src/main/assembly/assembly.xml                 |  2 +-
 .../apm/testcase/jdkhttp}/Application.java         |  2 +-
 .../jdkhttp}/controller/CaseController.java        | 25 +++++++++++++----
 .../src/main/resources/application.yaml            |  2 +-
 .../src/main/resources/log4j2.xml                  |  0
 .../jdk-http-scenario}/support-version.list        |  4 ++-
 12 files changed, 53 insertions(+), 36 deletions(-)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources => scenarios/jdk-http-scenario}/bin/startup.sh (92%)
 copy test/plugin/scenarios/{httpclient-4.3.x-scenario => jdk-http-scenario}/config/expectedData.yaml (67%)
 copy test/plugin/scenarios/{undertow-scenario => jdk-http-scenario}/configuration.yml (77%)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources => scenarios/jdk-http-scenario}/pom.xml (96%)
 copy test/plugin/scenarios/{rabbitmq-scenario => jdk-http-scenario}/src/main/assembly/assembly.xml (96%)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources/src/main/java => scenarios/jdk-http-scenario/src/main/java/org/apache/skywalking/apm/testcase/jdkhttp}/Application.java (95%)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources/src/main/java => scenarios/jdk-http-scenario/src/main/java/org/apache/skywalking/apm/testcase/jdkhttp}/controller/CaseController.java (67%)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources => scenarios/jdk-http-scenario}/src/main/resources/application.yaml (92%)
 copy test/plugin/scenarios/{oracle-scenario => jdk-http-scenario}/src/main/resources/log4j2.xml (100%)
 copy test/plugin/{archetypes/tomcat/src/main/resources/archetype-resources => scenarios/jdk-http-scenario}/support-version.list (96%)