Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assumes clj-time will come in through ring-core (aka incompatible with ring-core 1.8.1) #317

Open
SevereOverfl0w opened this issue Jun 19, 2020 · 0 comments

Comments

@SevereOverfl0w
Copy link
Contributor

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
@SevereOverfl0w 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant