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

Apply tiny polish to DevMojo #17596

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jun 1, 2021

No description provided.

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven labels Jun 1, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 1, 2021

This workflow status is outdated as a new workflow run has been triggered.

🚫 This workflow run has been cancelled.

Failing Jobs - Building bfa2fe7

⚠️ Artifacts of the workflow run were not available thus the report misses some details.

Status Name Step Test failures Logs Raw logs
Initial JDK 11 Build Build ⚠️ Check → Logs Raw logs

Copy link
Member

@cescoffier cescoffier left a comment

Choose a reason for hiding this comment

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

I've made a small comment, but it's more a nice to have.

} catch (InterruptedException ignored) {
getLog().warn("Unable to properly wait for dev-mode end", ignored);
} catch (InterruptedException e) {
getLog().warn("Unable to properly wait for dev-mode end", e);
Copy link
Member

Choose a reason for hiding this comment

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

You should rest the interruption flag. (it was not done before)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a shutdown hook, so does it really matter to do so?

@geoand geoand merged commit 68b6a69 into quarkusio:main Jun 2, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 2, 2021
@geoand geoand deleted the devmojo-tiny-polish branch June 2, 2021 07:18
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 area/maven
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants