You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clj-time is excluded from ring-swagger, and ring-core no longer depends on clj-time, so you don't get clj-time on the classpath at all, resulting in an exception. Repro:
❯ clojure -Sdeps '{:deps {yada {:mvn/version "1.4.0-alpha1"} ring/ring-core {:mvn/version "1.8.1"}}}' -e "(require 'yada.yada)"
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Syntax error (FileNotFoundException) compiling at (yada/cookies.clj:1:1).
Could not locate clj_time/coerce__init.class, clj_time/coerce.clj or clj_time/coerce.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
Full report at:
/tmp/clojure-2935424831110528782.edn
The text was updated successfully, but these errors were encountered:
SevereOverfl0w
changed the title
Assumes clj-time will come in through ring-core (aka incomaptible with ring-core 1.8.1)
Assumes clj-time will come in through ring-core (aka incompatible with ring-core 1.8.1)
Nov 21, 2020
clj-time is excluded from ring-swagger, and ring-core no longer depends on clj-time, so you don't get clj-time on the classpath at all, resulting in an exception. Repro:
The text was updated successfully, but these errors were encountered: