Toby Crawley
Toby Crawley
@trptcolin - is this the issue you mentioned to me outside the cupcake place? :) We're seeing the same issue for folks using reply to connect to an Immutant process....
The vertx ring adapter is currently not async. After looking at spiral, I think a better approach is to borrow the pieces of the adapter that translate between a vertx...
@jonlorusso - `lein with-profile prod ...` uses the prod profile for that invocation of lein. In order to tell Immutant to apply the profile at runtime, you'll need to deploy...
This currently affects data.xml (http://dev.clojure.org/jira/browse/DXML-32), but will affect general usage as well.
Unfortunately, that solution depends on `java.lang.Module`, which doesn't exist < java 9.
Filed with Clojure as http://dev.clojure.org/jira/browse/CLJ-2077
As of 1.0.0, dynapath doesn't extend `URLClassLoader` due to this Java 9 restriction (see https://github.com/tobias/dynapath#note-on-urlclassloader). @based2 For boot, I believe the issue is [boot's aether lib](https://github.com/boot-clj/boot/tree/master/boot/aether) [brings in pomegranate 1.0.0](https://github.com/boot-clj/boot/blob/master/boot/aether/project.clj#L19),...
I have no idea - I don't use this anymore. If you figure it out, I'd happily merge a PR.
I don't use this anymore, but I would be happy to review/accept a PR to fix this if you have time. Thanks!
Hi @harrylewis! I don't program in ruby any longer, and haven't used this gem in a long time. If you are interested in improving it, I'm happy to make you...