-
I currently use google dagger, and prefer build time DI. I have some minor issues with it, and am exploring alternatives. What is Quarkus DI tool, and is it usable outside of quarkus ecosystem ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
ArC, the Quarkus build-time implementation of CDI, could theoretically be used outside of Quarkus, but the tooling to make that possible does not exist (by tooling, I mean 2 things: 1. a Maven plugin or similar, to run the build-time processing, 2. documented way how to bootstrap ArC at runtime). Also the ArC documentation doesn't distinguish between features built right into ArC and features built in the ArC Quarkus extension. Usage outside of Quarkus has simply never been a goal we would pursue. |
Beta Was this translation helpful? Give feedback.
ArC, the Quarkus build-time implementation of CDI, could theoretically be used outside of Quarkus, but the tooling to make that possible does not exist (by tooling, I mean 2 things: 1. a Maven plugin or similar, to run the build-time processing, 2. documented way how to bootstrap ArC at runtime). Also the ArC documentation doesn't distinguish between features built right into ArC and features built in the ArC Quarkus extension. Usage outside of Quarkus has simply never been a goal we would pursue.