vertx throws "IllegalStateException: Failed to create cache dir" though "vertx.disableFileCaching=true" · Issue #1931 · eclipse-vertx/vert.x
I am using vertx for a small web service that should run without disk write access. Sadly vertx insists in having a writeable cache directory though I set "vertx.disableFileCaching=true": java.lang...