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 998ce29 update plugin test doc. (#3804)
add 23bc69c Provide archetypes for plugin testcase (#3802)
No new revisions were added by this update.
Summary of changes:
docs/en/guides/Plugin-test.md | 10 ++
.../tomcat-container => archetypes/jvm}/pom.xml | 21 ++--
.../META-INF/maven/archetype-metadata.xml | 65 ++++++++++++
.../resources/archetype-resources}/bin/startup.sh | 2 +-
.../archetype-resources/config/expectedData.yaml | 23 +++--
.../archetype-resources}/configuration.yml | 8 +-
.../main/resources/archetype-resources}/pom.xml | 54 +++-------
.../src/main/assembly/assembly.xml | 2 +-
.../src/main/java}/Application.java | 2 +-
.../src/main/java/controller}/CaseController.java | 23 +++--
.../src/main/resources/application.properties | 3 +-
.../src/main/resources/log4j2.xml | 0
.../archetype-resources}/support-version.list | 6 +-
test/{e2e/e2e-ttl => plugin/archetypes}/pom.xml | 22 ++--
.../tomcat-container => archetypes/tomcat}/pom.xml | 21 ++--
.../META-INF/maven/archetype-metadata.xml | 64 ++++++++++++
.../archetype-resources/config/expectedData.yaml | 23 +++--
.../archetype-resources}/configuration.yml | 9 +-
.../main/resources/archetype-resources}/pom.xml | 25 ++---
.../src/main/java/CaseServlet.java} | 13 ++-
.../src/main/java}/HealthCheckServlet.java | 2 +-
.../src/main/resources/log4j2.xml | 0
.../src/main/webapp/WEB-INF/web.xml | 19 ++--
.../archetype-resources}/support-version.list | 6 +-
test/plugin/generator.sh | 111 +++++++++++++++++++++
25 files changed, 378 insertions(+), 156 deletions(-)
copy test/plugin/{containers/tomcat-container => archetypes/jvm}/pom.xml (77%)
create mode 100644
test/plugin/archetypes/jvm/src/main/resources/META-INF/maven/archetype-metadata.xml
copy test/plugin/{scenarios/sofarpc-scenario =>
archetypes/jvm/src/main/resources/archetype-resources}/bin/startup.sh (93%)
copy apm-dist/bin/startup.sh =>
test/plugin/archetypes/jvm/src/main/resources/archetype-resources/config/expectedData.yaml
(76%)
copy test/plugin/{scenarios/sofarpc-scenario =>
archetypes/jvm/src/main/resources/archetype-resources}/configuration.yml (81%)
copy test/plugin/{scenarios/jetty-scenario/jettyclient-scenario =>
archetypes/jvm/src/main/resources/archetype-resources}/pom.xml (62%)
copy test/plugin/{scenarios/sofarpc-scenario =>
archetypes/jvm/src/main/resources/archetype-resources}/src/main/assembly/assembly.xml
(96%)
copy
test/plugin/{scenarios/canal-scenario/src/main/java/org/apache/skywalking/apm/testcase/canal
=>
archetypes/jvm/src/main/resources/archetype-resources/src/main/java}/Application.java
(95%)
copy
test/plugin/{scenarios/spring-3.0.x-scenario/src/main/java/test/org/apache/skywalking/apm/testcase/spring3
=>
archetypes/jvm/src/main/resources/archetype-resources/src/main/java/controller}/CaseController.java
(71%)
copy test/plugin/{scenarios/canal-scenario =>
archetypes/jvm/src/main/resources/archetype-resources}/src/main/resources/application.properties
(91%)
copy test/plugin/{scenarios/spring-4.3.x-scenario =>
archetypes/jvm/src/main/resources/archetype-resources}/src/main/resources/log4j2.xml
(100%)
copy test/plugin/{scenarios/canal-scenario =>
archetypes/jvm/src/main/resources/archetype-resources}/support-version.list
(96%)
copy test/{e2e/e2e-ttl => plugin/archetypes}/pom.xml (81%)
copy test/plugin/{containers/tomcat-container => archetypes/tomcat}/pom.xml
(77%)
create mode 100644
test/plugin/archetypes/tomcat/src/main/resources/META-INF/maven/archetype-metadata.xml
copy apm-dist/bin/startup.sh =>
test/plugin/archetypes/tomcat/src/main/resources/archetype-resources/config/expectedData.yaml
(76%)
copy test/plugin/{scenarios/jetty-scenario =>
archetypes/tomcat/src/main/resources/archetype-resources}/configuration.yml
(80%)
copy test/plugin/{scenarios/ehcache-2.x-scenario =>
archetypes/tomcat/src/main/resources/archetype-resources}/pom.xml (81%)
copy
test/plugin/{scenarios/httpclient-4.3.x-scenario/src/main/java/org/apache/skywalking/apm/testcase/httpclient/HealthCheckServlet.java
=>
archetypes/tomcat/src/main/resources/archetype-resources/src/main/java/CaseServlet.java}
(85%)
copy
test/plugin/{scenarios/httpclient-4.3.x-scenario/src/main/java/org/apache/skywalking/apm/testcase/httpclient
=>
archetypes/tomcat/src/main/resources/archetype-resources/src/main/java}/HealthCheckServlet.java
(96%)
copy test/plugin/{scenarios/httpclient-4.3.x-scenario =>
archetypes/tomcat/src/main/resources/archetype-resources}/src/main/resources/log4j2.xml
(100%)
copy test/plugin/{scenarios/ehcache-2.x-scenario =>
archetypes/tomcat/src/main/resources/archetype-resources}/src/main/webapp/WEB-INF/web.xml
(79%)
copy test/plugin/{scenarios/canal-scenario =>
archetypes/tomcat/src/main/resources/archetype-resources}/support-version.list
(96%)
create mode 100644 test/plugin/generator.sh