Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have explicit flag to have quarkus devui enabled #33812

Open
maxandersen opened this issue Jun 4, 2023 · 4 comments
Open

have explicit flag to have quarkus devui enabled #33812

maxandersen opened this issue Jun 4, 2023 · 4 comments
Assignees
Labels
area/dev-ui f2f Issues that arised from f2f discussions kind/enhancement New feature or request

Comments

@maxandersen
Copy link
Contributor

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.

@maxandersen maxandersen added kind/enhancement New feature or request f2f Issues that arised from f2f discussions labels Jun 4, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 4, 2023

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

@maxandersen
Copy link
Contributor Author

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

@iocanel
Copy link
Contributor

iocanel commented Jun 4, 2023

I need to check

@maxandersen
Copy link
Contributor Author

maxandersen commented Jun 4, 2023

duplicate of #33088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dev-ui f2f Issues that arised from f2f discussions kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants