-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
windows shell problem on quarkus dev #40881
Comments
We observed this issue on Windows when launched from IntelliJ's console. It was working fine otherwise, but this kept being logged every few seconds. |
This was when running Quarkus DEV. |
I also encountered the same problem. What needs to be supplemented is that I didn't have any issues on another Windows 11 computer. Intel i5-10500 |
Same issue here, specifically with Windows 10, Intellij 2024.1.2 and Quarkus 3.11.0. I have not found a workaround yet and the issue makes developing quarkus apps on windows+intellij pretty difficult, since the error message floods the logs. The issue is probably in aesh.readline + Jansi dependencies though (versions 2.4 and 2.4.0 respectively). Unfortunately those libraries don't appear to have frequent releases. |
I made new progress, switched to jdk 21, and then it was solved.... |
Still have this problem with jdk21, it spam every millisecond for me. That makes intellij unusable. |
Oh, interesting that it would be related to continuous testing :-/ |
Work also by running dev mode with this command : |
Describe the bug
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: