This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-21
Channels
- # announcements (1)
- # beginners (20)
- # biff (5)
- # calva (43)
- # cider (5)
- # clj-commons (7)
- # clj-kondo (11)
- # clojure (58)
- # clojure-brasil (1)
- # clojure-denmark (1)
- # clojure-europe (27)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (2)
- # clojurescript (71)
- # data-science (32)
- # datalevin (6)
- # datomic (19)
- # emacs (1)
- # gratitude (3)
- # honeysql (8)
- # hoplon (15)
- # hyperfiddle (3)
- # introduce-yourself (1)
- # lsp (19)
- # malli (4)
- # nbb (7)
- # other-lisps (5)
- # practicalli (1)
- # re-frame (14)
- # releases (1)
- # ring-swagger (1)
- # squint (118)
- # xtdb (9)
- # yada (2)
Hi! Trying to learn how to use swagger, I was running into https://github.com/metosin/c2. I did everything like the example, but I couldn’t understand why I’m getting this error.
I’m using http-kit as a server framework since its the framework we’re using on production. seems it what makes the error..
I forked the repo-example to reproduce it on https://github.com/ds21194/swagger-httpkit-bug/tree/master . only added main.clj with option to run it with http-kit.
Exception thrown:
500 : Receiver class linked.map.LinkedMap does not define or inherit an implementation of the resolved method 'abstract boolean isEmpty()' of interface java.util.Map.
does someone run into this before or has an idea how to solve? any help would be greatly appreciated 🙏 (edited)