-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Live Reload is Failing #24088
Labels
Milestone
Comments
Can you please share a sample application where the live reload does not work? Thanks |
geoand
added
triage/needs-reproducer
We are waiting for a reproducer.
area/amazon-lambda
and removed
triage/needs-triage
labels
Mar 4, 2022
Steps to Reproduce:
|
Thanks for the reproducer. #24141 fixes the issue |
patriot1burke
added a commit
that referenced
this issue
Mar 7, 2022
Close VirtualBootstrap channel on dev-mode restart
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Mar 8, 2022
Fixes: quarkusio#24088 (cherry picked from commit a49ec2d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
While running the application (quarkus dev) and I make a change to the application, life reload kicks off but fails with the following exception. The HTTP request just hangs.
Expected behavior
Reload the application and handle the request
Actual behavior
The application hangs. The HTTP request that started the reload just hangs.
How to Reproduce?
Here is a video showing what is happening:
https://www.loom.com/share/18a85ce9d732428f9cde69391544038f
Output of
uname -a
orver
Darwin LSLCmacK1NMJGH8 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "11.0.12" 2021-07-20 LTS OpenJDK Runtime Environment Corretto-11.0.12.7.2 (build 11.0.12+7-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.12.7.2 (build 11.0.12+7-LTS, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven home: /Users/jnorton9/.m2/wrapper/dists/apache-maven-3.8.1-bin/2l5mhf2pq2clrde7f7qp1rdt5m/apache-maven-3.8.1
Additional information
No response
The text was updated successfully, but these errors were encountered: