mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
0.5.16-SNAPSHOT
This commit is contained in:
parent
2f31f658cc
commit
0a872d8f3a
33 changed files with 60 additions and 60 deletions
|
|
@ -2,6 +2,6 @@
|
|||
:description "Reitit Buddy Auth App"
|
||||
:dependencies [[org.clojure/clojure "1.10.1"]
|
||||
[ring/ring-jetty-adapter "1.8.1"]
|
||||
[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[buddy "2.0.0"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.7.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.439"]
|
||||
[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit-schema "0.5.15"]
|
||||
[metosin/reitit-frontend "0.5.15"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-schema "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-frontend "0.5.16-SNAPSHOT"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.14"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.7.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.439"]
|
||||
[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit-schema "0.5.15"]
|
||||
[metosin/reitit-frontend "0.5.15"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-schema "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-frontend "0.5.16-SNAPSHOT"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.14"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.7.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.520"]
|
||||
[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit-spec "0.5.15"]
|
||||
[metosin/reitit-frontend "0.5.15"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-spec "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-frontend "0.5.16-SNAPSHOT"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.14"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.7.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.520"]
|
||||
[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit-spec "0.5.15"]
|
||||
[metosin/reitit-frontend "0.5.15"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-spec "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-frontend "0.5.16-SNAPSHOT"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.14"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
(defproject frontend-re-frame "0.1.0-SNAPSHOT"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[org.clojure/clojurescript "1.10.520"]
|
||||
[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[reagent "0.8.1"]
|
||||
[re-frame "0.10.6"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
[ring "1.8.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.773"]
|
||||
[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit-spec "0.5.15"]
|
||||
[metosin/reitit-frontend "0.5.15"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-spec "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-frontend "0.5.16-SNAPSHOT"]
|
||||
;; Just for pretty printting the match
|
||||
[fipp "0.6.23"]]
|
||||
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[aleph "0.4.7-alpha5"]
|
||||
[metosin/reitit "0.5.15"]]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
[funcool/promesa "1.9.0"]
|
||||
[manifold "0.1.8"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.5.15"]]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
:description "Reitit coercion with vanilla ring"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.5.15"]])
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]])
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[io.pedestal/pedestal.service "0.5.5"]
|
||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
||||
[metosin/reitit-pedestal "0.5.15"]
|
||||
[metosin/reitit "0.5.15"]]
|
||||
[metosin/reitit-pedestal "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[io.pedestal/pedestal.service "0.5.5"]
|
||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
||||
[metosin/reitit-pedestal "0.5.15"]
|
||||
[metosin/reitit "0.5.15"]]
|
||||
[metosin/reitit-pedestal "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
:description "Reitit Ring App"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.5.15"]]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
:description "Reitit Ring App with Integrant"
|
||||
:dependencies [[org.clojure/clojure "1.10.1"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[integrant "0.7.0"]]
|
||||
:main example.server
|
||||
:repl-options {:init-ns user}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[metosin/jsonista "0.2.6"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.5.15"]]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server}
|
||||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
:description "Reitit Ring App with Swagger"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.5.15"]]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server}
|
||||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}})
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
:description "Reitit Ring App with Swagger"
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[ring/ring-jetty-adapter "1.7.1"]
|
||||
[metosin/reitit "0.5.15"]]
|
||||
[metosin/reitit "0.5.16-SNAPSHOT"]]
|
||||
:repl-options {:init-ns example.server})
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-core "0.5.15"
|
||||
(defproject metosin/reitit-core "0.5.16-SNAPSHOT"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-dev "0.5.15"
|
||||
(defproject metosin/reitit-dev "0.5.16-SNAPSHOT"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-frontend "0.5.15"
|
||||
(defproject metosin/reitit-frontend "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: Clojurescript frontend routing core"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-http "0.5.15"
|
||||
(defproject metosin/reitit-http "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: HTTP routing with interceptors"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-interceptors "0.5.15"
|
||||
(defproject metosin/reitit-interceptors "0.5.16-SNAPSHOT"
|
||||
:description "Reitit, common interceptors bundled"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-malli "0.5.15"
|
||||
(defproject metosin/reitit-malli "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: Malli coercion"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-middleware "0.5.15"
|
||||
(defproject metosin/reitit-middleware "0.5.16-SNAPSHOT"
|
||||
:description "Reitit, common middleware bundled"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-pedestal "0.5.15"
|
||||
(defproject metosin/reitit-pedestal "0.5.16-SNAPSHOT"
|
||||
:description "Reitit + Pedestal Integration"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-ring "0.5.15"
|
||||
(defproject metosin/reitit-ring "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: Ring routing"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-schema "0.5.15"
|
||||
(defproject metosin/reitit-schema "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: Plumatic Schema coercion"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-sieppari "0.5.15"
|
||||
(defproject metosin/reitit-sieppari "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: Sieppari Interceptors"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-spec "0.5.15"
|
||||
(defproject metosin/reitit-spec "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: clojure.spec coercion"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-swagger-ui "0.5.15"
|
||||
(defproject metosin/reitit-swagger-ui "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: Swagger-ui support"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-swagger "0.5.15"
|
||||
(defproject metosin/reitit-swagger "0.5.16-SNAPSHOT"
|
||||
:description "Reitit: Swagger-support"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit "0.5.15"
|
||||
(defproject metosin/reitit "0.5.16-SNAPSHOT"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
32
project.clj
32
project.clj
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-parent "0.5.15"
|
||||
(defproject metosin/reitit-parent "0.5.16-SNAPSHOT"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
@ -12,21 +12,21 @@
|
|||
:url "https://github.com/metosin/reitit"}
|
||||
;; TODO: need to verify that the code actually worked with Java1.8, see #242
|
||||
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"]
|
||||
:managed-dependencies [[metosin/reitit "0.5.15"]
|
||||
[metosin/reitit-core "0.5.15"]
|
||||
[metosin/reitit-dev "0.5.15"]
|
||||
[metosin/reitit-spec "0.5.15"]
|
||||
[metosin/reitit-malli "0.5.15"]
|
||||
[metosin/reitit-schema "0.5.15"]
|
||||
[metosin/reitit-ring "0.5.15"]
|
||||
[metosin/reitit-middleware "0.5.15"]
|
||||
[metosin/reitit-http "0.5.15"]
|
||||
[metosin/reitit-interceptors "0.5.15"]
|
||||
[metosin/reitit-swagger "0.5.15"]
|
||||
[metosin/reitit-swagger-ui "0.5.15"]
|
||||
[metosin/reitit-frontend "0.5.15"]
|
||||
[metosin/reitit-sieppari "0.5.15"]
|
||||
[metosin/reitit-pedestal "0.5.15"]
|
||||
:managed-dependencies [[metosin/reitit "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-core "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-dev "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-spec "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-malli "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-schema "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-ring "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-middleware "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-http "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-interceptors "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-swagger "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-swagger-ui "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-frontend "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-sieppari "0.5.16-SNAPSHOT"]
|
||||
[metosin/reitit-pedestal "0.5.16-SNAPSHOT"]
|
||||
[metosin/ring-swagger-ui "4.3.0"]
|
||||
[metosin/spec-tools "0.10.5"]
|
||||
[metosin/schema-tools "0.12.3"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue