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

quarkus dev missing --offline/-o options #25362

Closed
maxandersen opened this issue May 4, 2022 · 4 comments · Fixed by #25438
Closed

quarkus dev missing --offline/-o options #25362

maxandersen opened this issue May 4, 2022 · 4 comments · Fixed by #25438
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) good first issue Good for newcomers kind/enhancement New feature or request
Milestone

Comments

@maxandersen
Copy link
Member

Description

can't run quarkus dev in offline mode so it can/will fail in cases where no internet access despite build is possible using just local resources.

zulip conversation at https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/offline.20dev.20mode

quarkus build already have offline support thus this should just be about enabling it to be passed through for dev.

Implementation ideas

No response

@maxandersen maxandersen added the kind/enhancement New feature or request label May 4, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented May 4, 2022

You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip.

This message is automatically generated by a bot.

@maxandersen maxandersen added good first issue Good for newcomers area/cli Related to quarkus cli (not maven/gradle/etc.) and removed triage/needs-triage labels May 4, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented May 4, 2022

/cc @ebullient

@kanha-gupta
Copy link

Hi i am new to this & looking up to contribute

@maxandersen
Copy link
Member Author

maxandersen commented May 6, 2022

Heya.

See

BuildOptions buildOptions = new BuildOptions();
which is the class that implements "quarkus build"; it has build options flags including offline.

We need similar for the Dev.java class.

Might even be able to include the other options but need to see what makes sense. We can discuss that in the pr.

Let me know if that is sufficient for you to get started?

@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) good first issue Good for newcomers kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants