This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-13
Channels
- # announcements (5)
- # babashka (35)
- # beginners (65)
- # braveandtrue (3)
- # calva (20)
- # cider (6)
- # clara (11)
- # cljs-dev (36)
- # cljsrn (64)
- # clojure (65)
- # clojure-europe (6)
- # clojure-germany (13)
- # clojure-italy (14)
- # clojure-nl (22)
- # clojure-spec (16)
- # clojure-sweden (6)
- # clojure-uk (81)
- # clojurescript (71)
- # conjure (120)
- # cursive (3)
- # datomic (10)
- # events (4)
- # figwheel (4)
- # figwheel-main (5)
- # fulcro (36)
- # ghostwheel (1)
- # graalvm (8)
- # helix (9)
- # jobs (4)
- # jobs-discuss (12)
- # kaocha (33)
- # leiningen (5)
- # luminus (1)
- # off-topic (24)
- # pathom (7)
- # rdf (4)
- # re-frame (3)
- # reagent (15)
- # reitit (11)
- # remote-jobs (1)
- # shadow-cljs (97)
- # slack-help (3)
- # spacemacs (23)
- # vim (15)
- # xtdb (35)
Nice! I think you're clear in the docs that if you want swagger-ui v2, then simply include the appropriate dependency. Others may like v3 π
looked into the Jackson issue with 0.5.0-SNAPSHOT - actually there are three different Jackson module versions, originating from Jsonista, Cheshire ja org.webjars/webjars-locator. The latter two are accidentally compatibe, before Cheshire makes a release, after which, all three are uncompatible π₯
Added direct dependecy to jackson-databind
from metosin/reitit
. To solve the JSON issues, you can either:
1. add a direct dependency metosin/jsonista
as a first dependency
2. add metosin/reitit
as first dependency
should work, unless one has direct dependency to older version of Jackson. In case itβs easy to fix. ping @jstuartmilne