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 2020/08/28 06:31:34 UTC

[skywalking] branch master updated (f89ed0c -> afc0aef)

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 f89ed0c  Optimize: truncate parameterString (#5396)
     add afc0aef  Add logic-endpoint and testcase for elasticjob-2.x plugin (#5395)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/plugins-test.3.yaml              |  1 +
 .../apm/plugin/esjob/JobExecutorInterceptor.java   | 26 +++++---
 .../plugin/esjob/JobExecutorInterceptorTest.java   | 43 ++++++++----
 .../bin/startup.sh                                 |  2 +-
 .../config/expectedData.yaml                       | 22 +++---
 .../configuration.yml                              |  6 +-
 .../pom.xml                                        | 20 ++++--
 .../src/main/assembly/assembly.xml                 |  2 +-
 .../apm/testcase/elasticjob}/Application.java      |  2 +-
 .../elasticjob}/controller/CaseController.java     |  8 +--
 .../testcase/elasticjob/job/DemoSimpleJob.java}    | 32 ++++-----
 .../apm/testcase/elasticjob/job/JobConfig.java     | 78 ++++++++++++++++++++++
 .../src/main/resources/application.yaml            |  7 +-
 .../src/main/resources/log4j2.xml                  |  0
 .../support-version.list                           |  4 +-
 15 files changed, 187 insertions(+), 66 deletions(-)
 copy test/plugin/scenarios/{elasticjob-3.x-scenario => elasticjob-2.x-scenario}/bin/startup.sh (97%)
 copy test/plugin/scenarios/{spring-scheduled-scenario => elasticjob-2.x-scenario}/config/expectedData.yaml (64%)
 copy test/plugin/scenarios/{elasticjob-3.x-scenario => elasticjob-2.x-scenario}/configuration.yml (86%)
 copy test/plugin/scenarios/{h2-scenario => elasticjob-2.x-scenario}/pom.xml (86%)
 copy test/plugin/scenarios/{elasticjob-3.x-scenario => elasticjob-2.x-scenario}/src/main/assembly/assembly.xml (96%)
 copy test/plugin/scenarios/{canal-scenario/src/main/java/org/apache/skywalking/apm/testcase/canal => elasticjob-2.x-scenario/src/main/java/org/apache/skywalking/apm/testcase/elasticjob}/Application.java (95%)
 copy test/plugin/{archetypes/jvm/src/main/resources/archetype-resources/src/main/java => scenarios/elasticjob-2.x-scenario/src/main/java/org/apache/skywalking/apm/testcase/elasticjob}/controller/CaseController.java (90%)
 copy test/plugin/scenarios/{spring-scheduled-scenario/src/main/java/org/apache/skywalking/apm/testcase/spring/scheduled/job/SchedulingJob.java => elasticjob-2.x-scenario/src/main/java/org/apache/skywalking/apm/testcase/elasticjob/job/DemoSimpleJob.java} (60%)
 create mode 100644 test/plugin/scenarios/elasticjob-2.x-scenario/src/main/java/org/apache/skywalking/apm/testcase/elasticjob/job/JobConfig.java
 copy test/plugin/scenarios/{elasticsearch-7.x-scenario => elasticjob-2.x-scenario}/src/main/resources/application.yaml (85%)
 copy test/plugin/scenarios/{spring-scheduled-scenario => elasticjob-2.x-scenario}/src/main/resources/log4j2.xml (100%)
 copy test/plugin/scenarios/{retransform-class-scenario => elasticjob-2.x-scenario}/support-version.list (98%)