-
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
Hot Reload with Jigsaw modules is not working #25836
Labels
Comments
Reproducer: It's not the same error than in my app thought. It's failing with
|
Hello @gsmet , Do you know who can help me with that ? I can try to draft a PR but I need some insight on how the hot reload mechanism is designed. I'm not sure where I should start. |
I reported a similar issue with #17747 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have a quarkus app with multiple Jigsaw modules running on JDK17, dev mode is starting fine but on each reload I have the following error: invalid flag followed by my class path.
Expected behavior
Hot reload is performed correctly
Actual behavior
Hot reload fail with the error invalid flag
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
JDK17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.9.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle
Additional information
No response
The text was updated successfully, but these errors were encountered: