Which dependency for compose devservices #55257
|
I try to use the compose devservices: Which dependency is needed for it? I see that the source code for the compose devservices is in e.g. inhttps://github.com/quarkusio/quarkus/blob/main/extensions/devservices/deployment/src/main/java/io/quarkus/devservices/deployment/compose/ComposeDevServicesProcessor.java (And not a distinct quarkus-devservices-common) So I tried to add as dependency: Which resulted in: (which is already tracked as #49026). So my question is - how do i use the compose devservices, when I do not depend already on any other devservices? |
Replies: 2 comments 1 reply
|
/cc @geoand (devservices), @holly-cummins (devservices), @ozangunalp (devservices) |
|
The Can you raise an issue? |
The
quarkus-devservicesdependency is intended for other dev services to use, not end-user applications. But I think you're right that this leaves a gap, if you want compose but no other dev services! You could work around by adding another dependency that has a dev service but then disabling that specific service, but it's clearly a bit of a hack, and depending what service you choose, might cause startup errors. I suspect it didn't occur to us that someone might do an application without any database or messaging dependencies.Can you raise an issue?