Quarkus Dependency Injection #22077
Replies: 3 comments 6 replies
-
Hi Martin, I have a jar which is developed using Java and Dagger Dependency Injections instead of CDI. Does Quarkus recognizes only CDI dependencies ? |
Beta Was this translation helpful? Give feedback.
-
Hi @udaygowdg,
By default, Quarkus discovers beans from dependencies that contain a |
Beta Was this translation helpful? Give feedback.
-
Hi Martin How can I mock final methods? I'm trying to mock final methods but I've got java.lang.VerifyError: class ****_ClientProxy overrides final method *****.close()V |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Quarkus Dependency Injection
Quarkus: Supersonic Subatomic Java
https://quarkus.io/blog/quarkus-dependency-injection/
Beta Was this translation helpful? Give feedback.
All reactions