You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2023/01/31 07:08:58 UTC

[skywalking-java] branch test/ci/spring6 updated (b3166ff7fd -> eb62ecd222)

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

kezhenxu94 pushed a change to branch test/ci/spring6
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


    from b3166ff7fd Fix Spring 6 test case
     add eb62ecd222 Address review comments

No new revisions were added by this update.

Summary of changes:
 apm-commons/apm-datacarrier/pom.xml                |   4 +-
 apm-sniffer/apm-agent-core/pom.xml                 | 105 +++++++--------------
 apm-sniffer/apm-sdk-plugin/mysql-common/pom.xml    |  28 ++----
 apm-sniffer/apm-sdk-plugin/pom.xml                 |  40 +++-----
 .../define/AbstractControllerInstrumentation.java  |   2 +-
 ...on.java => AbstractSpring6Instrumentation.java} |   2 +-
 .../v6/define/HandlerMethodInstrumentation.java    |   2 +-
 apm-sniffer/optional-plugins/pom.xml               |   9 +-
 pom.xml                                            |  74 +++++----------
 .../src/main/resources/archetype-resources/pom.xml |   3 +-
 test/plugin/scenarios/cxf-scenario/pom.xml         |  12 +--
 test/plugin/scenarios/ehcache-2.x-scenario/pom.xml |   3 +-
 .../exception-checker-tomcat-scenario/pom.xml      |   3 +-
 test/plugin/scenarios/guava-cache-scenario/pom.xml |   3 +-
 .../scenarios/httpclient-3.x-scenario/pom.xml      |   3 +-
 .../scenarios/httpclient-4.3.x-scenario/pom.xml    |   3 +-
 .../scenarios/netty-socketio-scenario/pom.xml      |   3 +-
 .../plugin/scenarios/resteasy-4.x-scenario/pom.xml |   3 +-
 .../scenarios/resttemplate-4.x-scenario/pom.xml    |   3 +-
 .../retransform-class-tomcat-scenario/pom.xml      |   3 +-
 .../plugin/scenarios/spring-3.0.x-scenario/pom.xml |   3 +-
 .../plugin/scenarios/spring-3.1.x-scenario/pom.xml |   3 +-
 .../plugin/scenarios/spring-4.1.x-scenario/pom.xml |   3 +-
 .../plugin/scenarios/spring-4.3.x-scenario/pom.xml |   6 +-
 test/plugin/scenarios/spring-6.x-scenario/pom.xml  |   6 +-
 .../plugin/scenarios/spring-async-scenario/pom.xml |   3 +-
 .../scenarios/spring-scheduled-scenario/pom.xml    |   6 +-
 test/plugin/scenarios/struts2.3-scenario/pom.xml   |   3 +-
 test/plugin/scenarios/struts2.5-scenario/pom.xml   |   3 +-
 test/plugin/scenarios/tomcat-10x-scenario/pom.xml  |   3 +-
 30 files changed, 111 insertions(+), 236 deletions(-)
 rename apm-sniffer/optional-plugins/optional-spring-plugins/mvc-annotation-6.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/v6/define/{AbstractSpring5Instrumentation.java => AbstractSpring6Instrumentation.java} (95%)