-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] mvc-annotation-commons NoSuchMethodError ServerHttpRequest.getMethodValue() #11652
Comments
Are you proposing a new interceptor for newer version? |
add the witnessmethod and add a new interceptor. |
That works. And please make sure you add the new unsupported version into the test matrix. |
Got it. |
I have checked 3.0.x
3.1.x/3.2.x
4.0.x/4.1.x/4.2.x/4.3.x
5.0.x/5.1.x/5.2.x/5.3.x
6.0.x
6.1.x
|
In the Spring 6, You could try whether your solution works. |
Search before asking
Apache SkyWalking Component
Java Agent (apache/skywalking-java)
What happened
Run a project with
can not trace SpringMVC node because of the error from java-agent logs
but works fine with SpringBoot previous version, like 3.1.0.
With the error and the source code, see that:
the method
getMethodValue
removed from SpringBoot 3.2.0What you expected to happen
SpringMVC node can be traced with SpringBoot 3.1.0, and can not traced with SpringBoot 3.2.0.
We should fix the bug.
How to reproduce
Run a normal SpingBoot project with
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: