jakarta.enterprise.inject.UnsatisfiedResolutionException when updated quarkus from 2.16.1.Final to 3.6.3 #37737
Unanswered
leranezabudka
asked this question in
Q&A
Replies: 0 comments
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.
-
Currently I'm updating my application from 2.16.1.Final version quarkus to 3.6.3. It also has quarkus-kafka-streams in dependencies. After update I tried to execute quarkusDev but it failed with jakarta.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type org.apache.kafka.streams.Topology and qualifiers [@default] even if I only add quarkus-kafka-streams in dependencies without implementing anything. Has anybody come across this?
Beta Was this translation helpful? Give feedback.
All reactions