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
In a Quarkus app, if you type something before the app is initialized with mvn clean compile quarkus:dev, you'll get the following exception in the console and the input no longer works (you need to kill the process to Ctrl+C the application):
Describe the bug
In a Quarkus app, if you type something before the app is initialized with
mvn clean compile quarkus:dev
, you'll get the following exception in the console and the input no longer works (you need to kill the process to Ctrl+C the application):Expected behavior
No errors and input works normally
Actual behavior
You can't input anything in the console while the app is running
How to Reproduce?
mvn clean compile quarkus:dev
Output of
uname -a
orver
Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000 arm64
Output of
java -version
OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (build 17.0.2+8, mixed mode)
GraalVM version (if different from Java)
None
Quarkus version or git rev
2.7.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.8.4
Additional information
No response
The text was updated successfully, but these errors were encountered: