metosin / ring-swagger

Swagger Spec for Clojure Web Apps
http://metosin.github.io/ring-swagger/doc/
371 stars 84 forks source link

Remove dependency on clj-time & joda-time #145

Open opqdonut opened 2 years ago

opqdonut commented 2 years ago

ring-swagger depends on clj-time, which pulls in joda-time. Both are deprecated in favour of the java.time libs. Could clj-time and joda-time be optional dependencies?

clj-time and joda-time are only used in the ring.swagger.coerce namespace