Springboot 3 application request 404 #9388
Answered
by
mateuszrzeszutek
xiangtianyu
asked this question in
Q&A
-
I found my Springboot 3 application request is 404 when using otel agent I tried to use different version of agent, and i found that when i used the version >= 1.19.0 it works well, but if the version < 1.18.0 all mappings in my app will return 404. I tried to get the release note of the 1.19.0, and found nothing about it. Isthere any one can give me some information about this bug. |
Beta Was this translation helpful? Give feedback.
Answered by
mateuszrzeszutek
Sep 5, 2023
Replies: 1 comment 3 replies
-
Hey @xiangtianyu , Version 1.18.0 is nearly one year old, we don't provide support for versions that old. We recommend using the latest javaagent version. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only thing that looks kinda suspicious in the release notes is #6766, you may want to try that one out.