Skip to content
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

Closed
rmanibus opened this issue May 27, 2022 · 4 comments
Closed

Hot Reload with Jigsaw modules is not working #25836

rmanibus opened this issue May 27, 2022 · 4 comments
Labels
area/devmode kind/bug Something isn't working

Comments

@rmanibus
Copy link
Contributor

rmanibus commented May 27, 2022

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?

  • Run the provided reproducer in dev mode with jdk17
  • Trigger a reload

Output of uname -a or ver

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 or gradlew --version)

gradle

Additional information

No response

@rmanibus
Copy link
Contributor Author

Reproducer:
https://github.com/rmanibus/quarkus_25836

It's not the same error than in my app thought. It's failing with

Compilation Failed:
error: module not found: java.xml.bind
error: module not found: java.ws.rs

@rmanibus
Copy link
Contributor Author

rmanibus commented Jun 1, 2022

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.

@serahl
Copy link

serahl commented Jun 1, 2022

I reported a similar issue with #17747
Would love for this to get fixed/implemented!

@yrodiere
Copy link
Member

Looks like a duplicate of #17747, closing. Feel free to ping me if this problem is different from #17747.

@yrodiere yrodiere closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devmode kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants