vert-x3 / vertx-lang-js

Nashorn JavaScript implementation for Vert.x
Apache License 2.0
35 stars 23 forks source link

ClasspathFileResolver does not respect vertx.disableFileCaching #65

Open pmlopes opened 7 years ago

pmlopes commented 7 years ago

If a user disables caching using the system property as per documentation, and the js runner is loaded this user choice is overruled with always cache file system.

tsegismont commented 7 years ago

When this is fixed, we will be able to remove the @Ignore annotation in vertx-web's FreeMarkerJavascriptTemplateTest, correct ?

vert-x3/vertx-web@c44a07f8502007a5e83049b805280a7b5508d73b

pmlopes commented 7 years ago

Yes.