You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, if there is not
src/main/META-INF/resources
directory, Quarkus Vertx Http is not treating theMETA-INF/resources
as a dynamic content directory and enable a cache. This leads to problems:The workaround is to create an empty
src/main/META-INF/resources/fixme.txt
until this gets a proper fix.The text was updated successfully, but these errors were encountered: