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

Dev Mode issues because of a cache in the Vertx file server #171

Closed
ia3andy opened this issue Feb 21, 2024 · 2 comments
Closed

Dev Mode issues because of a cache in the Vertx file server #171

ia3andy opened this issue Feb 21, 2024 · 2 comments

Comments

@ia3andy
Copy link
Contributor

ia3andy commented Feb 21, 2024

Currently, if there is not src/main/META-INF/resources directory, Quarkus Vertx Http is not treating the META-INF/resources as a dynamic content directory and enable a cache. This leads to problems:

  • out of sync index.html (new bundle is generated, old index.html)
  • script not getting updated on changes

The workaround is to create an empty src/main/META-INF/resources/fixme.txt until this gets a proper fix.

@ia3andy
Copy link
Contributor Author

ia3andy commented Mar 15, 2024

This is fixed and will be available in 1.4.0.CR1

@ppalaga
Copy link

ppalaga commented Apr 3, 2024

@ia3andy could you please sketch how you solved it? I think I am suffering from the same issue in https://github.com/quarkiverse/quarkus-antora

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants