Replies: 1 comment
-
Hey @wesleyzup , There is an open issue for that upgrade: #7312 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm trying to make use of the dependency opentelemetry-spring-boot-starter, but I noticed that the library only support spring boot 2.7.5.
The problem is that the most classes of the package io.opentelemetry.instrumentation.spring.autoconfigure make use of dependencies from javax.servlet. Although, the new version 3.0.1 of spring boot make use of jarkata.servlet. For this reason, I received the exception ClassCastException. Can you give-me some alternative to go ahead and fix my problem?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions