figwheel-main

figwheel-main http://figwheel.org
2019-06-07T10:38:13.001300Z

I'm having quite a hard time to solve libraries conflict issues between - ring - figwheel-main - cognitec.aws/api libraries

2019-06-07T10:38:30.002100Z

whatever version I try of jetty-sever/ jetty-util makes one of them upset

2019-06-07T10:39:52.003600Z

for example with a newer version of the jetty libraries, figwheel 0.2.0 fails with

at clojure.core$apply.invokeStatic(core.clj:665)
	at clojure.core$apply.invoke(core.clj:660)
	at figwheel.main$_main$fn__8071.invoke(main.cljc:2197)
	at clojure.core$with_redefs_fn.invokeStatic(core.clj:7514)
	at clojure.core$with_redefs_fn.invoke(core.clj:7498)
	at figwheel.main$_main.invokeStatic(main.cljc:2195)
	at figwheel.main$_main.doInvoke(main.cljc:2174)
	at clojure.lang.RestFn.invoke(RestFn.java:397)
	at clojure.lang.Var.invoke(Var.java:380)
	at user$eval13303.invokeStatic(form-init8906574182605890035.clj:1)
	at user$eval13303.invoke(form-init8906574182605890035.clj:1)
	at clojure.lang.Compiler.eval(Compiler.java:7176)
	at clojure.lang.Compiler.eval(Compiler.java:7166)
	at clojure.lang.Compiler.load(Compiler.java:7635)
	... 12 more
Caused by: java.lang.NoClassDefFoundError: org/eclipse/jetty/util/ConcurrentArrayQueue

2019-06-07T10:40:19.004100Z

which was in fact removed in jetty 9.4

2019-06-07T10:49:22.004500Z

I'll create an issue

2019-06-07T16:28:33.005300Z

I think it might be something else in your config/system setup.