This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-25
Channels
- # 100-days-of-code (6)
- # announcements (4)
- # aws (2)
- # beginners (151)
- # boot (1)
- # calva (1)
- # cider (19)
- # clara (47)
- # cljdoc (9)
- # cljs-dev (25)
- # clojars (18)
- # clojure (151)
- # clojure-canada (1)
- # clojure-conj (1)
- # clojure-dev (17)
- # clojure-italy (42)
- # clojure-nl (34)
- # clojure-spec (67)
- # clojure-uk (125)
- # clojurescript (163)
- # core-async (106)
- # cursive (19)
- # data-science (11)
- # datomic (9)
- # duct (2)
- # figwheel (1)
- # figwheel-main (6)
- # fulcro (97)
- # graphql (9)
- # instaparse (4)
- # jobs (6)
- # jobs-discuss (21)
- # leiningen (62)
- # mount (23)
- # off-topic (16)
- # re-frame (15)
- # reagent (16)
- # reitit (5)
- # remote-jobs (1)
- # ring-swagger (9)
- # shadow-cljs (176)
- # tools-deps (102)
- # unrepl (3)
@ikitommi Hello! Just getting set up with compojure-api and having a strange error when trying to access the /swagger.json
endpoint. My best guess is some version incompatibility in the Jackson libraries? I'm going to run on Datomic Ions, so I'm pinned at com.fasterxml.jackson.core/jackson-core {:mvn/version "2.9.5"}
@robert.mather.rmm it’s an issue in frankiesardo/linked
, see https://github.com/frankiesardo/linked/issues/8. DId a PR to fix that 3 months ago, not published yet. Feel free to poke Frankie to get it out. Meanwhile, adding direct dependency to a working fork should fix it: [ikitommi/linked "1.3.1-alpha1"]
.
@ikitommi Tested and working after adding explicit exclusion on the other one. Thanks so much! That would have taken me hours to find on my own.