LiWenGu commented on issue #5790: URL: https://github.com/apache/skywalking/issues/5790#issuecomment-808084609
We also encountered the same problem, the version of spring-web we used was 4.3.16. We change the witness class of the following two files to org.springframework.web.method.HandlerMethodSelector: https://github.com/apache/skywalking/blob/f94bf971fdf8beb4905ac140fcde93dcf2e1af62/apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/v4/define/ControllerForLowVersionInstrumentation.java#L28 https://github.com/apache/skywalking/blob/f94bf971fdf8beb4905ac140fcde93dcf2e1af62/apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/v4/define/RestControllerForLowVersionInstrumentation.java#L28 @lagudomeze -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
