-
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
Ensure that Vert.x runs in its dev-mode when Quarkus is started in dev-mode #16527
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Funny, didn't know that trick.
Neither did I 🙈 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just do System.setProperty() in VertxHttpHotReplacementSetup (which should happen before any Vert.x classes are loaded).
This way it will work from the IDE as well, and is in the extension where it belongs.
Sure thing. After I made the change I remembered that my change won't affect remote-dev so was planning on doing what you mention anyway |
…v-mode This prevents Vert.x from caching static resources Fixes: quarkusio#16524
FTR, I had to reopen #16524. |
Okay 👌 |
This prevents Vert.x from caching static resources
Fixes: #16524