ring

thomas 2026-01-29T10:13:41.494179Z

I just tried upgrading to the latest version of ring-defaults (0.7.0) and then I got the error that it can't find javax.servlet.AsyncContext Any idea what I need to add?

weavejester 2026-01-30T20:06:41.629839Z

It's likely you have some older dependencies in your dependency tree that are overriding more recent versions. Check out your deps with lein deps :tree or clj -X:deps tree.

👍 1
dharrigan 2026-01-29T11:04:12.783069Z

I have this in my deps javax.servlet/javax.servlet-api {:mvn/version "4.0.1"}

dharrigan 2026-01-29T11:04:25.335699Z

Maybe that helps?

thomas 2026-01-30T08:04:36.031989Z

I'll give it a try