We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Start two quarkus:dev or something else confilciting on port 8080 and your second run will not show any warning/errors.
Expected behavior Warning or even full error if ports cannot be bound.
The text was updated successfully, but these errors were encountered:
That's weird, I got a bunch of errors in the console when I tried it...
Sorry, something went wrong.
Exit in dev mode if port is in use
ce1d981
If it is not possible to start a HTTP endpoint to listen for changes we just immediatly exit with a non-zero exit code. Fixes quarkusio#8416
560e7ec
6fe0f2a
0b901a6
Successfully merging a pull request may close this issue.
Describe the bug
Start two quarkus:dev or something else confilciting on port 8080 and your second run will not show any warning/errors.
Expected behavior
Warning or even full error if ports cannot be bound.
The text was updated successfully, but these errors were encountered: