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

Minor QOL fix for Quarkus devs #17783

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Conversation

stuartwdouglas
Copy link
Member

This fix means that if you recompile quarkus
while you have a dev mode app running against it
the app will be less likely to hang and need to
be killed.

This fix means that if you recompile quarkus
while you have a dev mode app running against it
the app will be less likely to hang and need to
be killed.
@quarkus-bot quarkus-bot bot added the area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins label Jun 9, 2021
//been loaded
//this is just a convenience for quarkus devs that means exit
//should work properly if you recompile while quarkus is running
new ZipFileMayHaveChangedException(null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't throw the exception, you just instantiate it?

@stuartwdouglas
Copy link
Member Author

stuartwdouglas commented Jun 9, 2021 via email

@quarkus-bot
Copy link

quarkus-bot bot commented Jun 9, 2021

Failing Jobs - Building 4af45dd

Status Name Step Test failures Logs Raw logs
Maven Tests - JDK 11 Build Test failures Logs Raw logs

Full information is available in the Build summary check run.

Test Failures

⚙️ Maven Tests - JDK 11 #

📦 integration-tests/maven

io.quarkus.maven.it.DevMojoIT.testThatNewResourcesAreServed line 849 - More details - Source on GitHub

@gsmet gsmet merged commit 389de46 into quarkusio:main Jun 9, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants