You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
orver
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
orgradlew --version
)Additional context
It works in 1.9.2.Final.
The text was updated successfully, but these errors were encountered: