Quantcast
Channel: Schema causing uberimage build failure - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by Tommi Reiman for Schema causing uberimage build failure

The root cause is that the swagger-docs-route is given an invalid input (no :version given, see https://github.com/metosin/ring-swagger/blob/master/src/ring/swagger/swagger2_schema.clj#L13). When it's...

View Article



Answer by CraigM for Schema causing uberimage build failure

I'm not sure if this will help, but try running lein deps :tree and see what the transitive dependencies are. It may be that multiple libraries are depending on different, incompatible versions of the...

View Article

Answer by claj for Schema causing uberimage build failure

I did react on that you use :refer :all, it is preferred to use :refer [list of symbols used in code]. This probably not the error here, but it makes the code much easier to dive into for someone who...

View Article

Answer by Jason Wolfe for Schema causing uberimage build failure

I haven't seen that error before (and we deploy all of our services with schema and uberjar). It looks like line 21 is the swagger-docs middleware; can you try removing that and see if that fixes the...

View Article

Schema causing uberimage build failure

I'm developing a simple hello world web app in Clojure. However, after I added the Schema library to my project, I started getting the error below when trying to build an uberjar using lein uberjar....

View Article

Browsing all 5 articles
Browse latest View live




Latest Images