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

Command Mode App under Development mode is NOT able to be restarted or stopped based on user input value #18400

Closed
soul2zimate opened this issue Jul 5, 2021 · 0 comments · Fixed by #18700
Labels
kind/bug Something isn't working
Milestone

Comments

@soul2zimate
Copy link
Contributor

Describe the bug

https://quarkus.io/blog/introducing-command-mode/#development-mode doesn't work as expected anymore in quarkus version 2.0.0.Final.

Expected behavior

In Command Mode + Development Mode, Server is able to be restarted or stopped based on user input value (except with Ctrl + C)

Actual behavior

In Command Mode + Development Mode, Server is NOT able to be restarted or stopped, must stop it with Ctrl + C.

To Reproduce

Follow example in https://quarkus.io/blog/introducing-command-mode/#development-mode

Configuration

# Add your application.properties here, if applicable.

Screenshots

(If applicable, add screenshots to help explain your problem.)

Environment (please complete the following information):

Output of uname -a or ver

Output of java -version

GraalVM version (if different from Java)

Quarkus version or git rev

quarkus version 2.0.0.Final

Build tool (ie. output of mvnw --version or gradlew --version)

Additional context

It works in 1.9.2.Final.

@soul2zimate soul2zimate added the kind/bug Something isn't working label Jul 5, 2021
@soul2zimate soul2zimate changed the title Command Mode App under Development mode is able to be restarted or stopped based on user input value Command Mode App under Development mode is not able to be restarted or stopped based on user input value Jul 5, 2021
@soul2zimate soul2zimate changed the title Command Mode App under Development mode is not able to be restarted or stopped based on user input value Command Mode App under Development mode is NOT able to be restarted or stopped based on user input value Jul 5, 2021
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Jul 15, 2021
@gsmet gsmet modified the milestones: 2.2 - main, 2.1.0.Final Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants