reitit/examples
Vedang Manerikar bdadb0fa8d Update Clojure version of all Swagger Examples to 1.11
As of 497da675b9 (committed 1st Sept
2023), `swagger.cljc` uses the `update-vals` function, introduced in
Clojure 1.11.

Due to this, all the example projects fail to run since the
`project.clj` specifies Clojure version 1.10.

This commit updates the Clojure version for such examples, fixing the
problem.

Fixes: #651
2023-09-28 22:03:43 +05:30
..
buddy-auth 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
frontend 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
frontend-auth 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
frontend-controllers 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
frontend-links 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
frontend-prompt 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
frontend-re-frame 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
http 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
http-swagger Update Clojure version of all Swagger Examples to 1.11 2023-09-28 22:03:43 +05:30
just-coercion-with-ring 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
openapi 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
pedestal 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
pedestal-malli-swagger Update Clojure version of all Swagger Examples to 1.11 2023-09-28 22:03:43 +05:30
pedestal-swagger Update Clojure version of all Swagger Examples to 1.11 2023-09-28 22:03:43 +05:30
ring-example 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
ring-integrant 0.7.0-alpha6 2023-09-11 15:03:31 +03:00
ring-malli-lite-swagger Update Clojure version of all Swagger Examples to 1.11 2023-09-28 22:03:43 +05:30
ring-malli-swagger Update Clojure version of all Swagger Examples to 1.11 2023-09-28 22:03:43 +05:30
ring-spec-swagger Update Clojure version of all Swagger Examples to 1.11 2023-09-28 22:03:43 +05:30
README.md doc: remove examples/ring-swagger 2023-05-03 17:17:22 +03:00

Examples

buddy-auth

frontend-auth

frontend-controllers

frontend-prompt

frontend-re-frame

frontend

http-swagger

Coercion with Spec and Swagger generation.

Same as ring-spec-swagger?

Async examples as extra.

http

Async example.

just-coercion-with-ring

Bad name.

Coercion example for spec, data-spec, Schema. No Swagger generation or Malli!

Same as ring-example?

pedestal-swagger

pedestal

ring-example

Coercion example for spec, data-spec, Schema. No Swagger generation or Malli!

ring-integrant

ring-malli-swagger

Coercion with Malli and Swagger generation.

ring-spec-swagger

Coercion with Spec and Swagger generation.