quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.78k stars 2.68k forks source link

have explicit flag to have quarkus devui enabled #33812

Open maxandersen opened 1 year ago

maxandersen commented 1 year ago

Description

if you don't add resteasy or at least vertx-core you don't get a devui by default when running quarkus dev.

We should have something like quarkus dev --ui which would use the new feature of adding extensions on the fly to provide the minimal extension to have devui running even on non-http extensions like kafka/grpc/command mode.

Implementation ideas

p.s. i'm 80% sure I already opened this but couldn't find it.

quarkus-bot[bot] commented 1 year ago

/cc @cescoffier (devui), @phillip-kruger (devui)

maxandersen commented 1 year ago

@iocanel would this be a simple enough to do? seems like a nice easy win using the new dynamic add?

iocanel commented 1 year ago

I need to check

maxandersen commented 1 year ago

duplicate of #33088