|
@@ -14,10 +14,10 @@ This is the Compojure portion of a [benchmarking test suite](../) comparing a va
|
|
The dependencies are documented in [project.clj](hello/project.clj),
|
|
The dependencies are documented in [project.clj](hello/project.clj),
|
|
but the main ones are:
|
|
but the main ones are:
|
|
|
|
|
|
-* [Clojure 1.4.0](http://clojure.org/)
|
|
|
|
|
|
+* [Clojure 1.5.1](http://clojure.org/)
|
|
* [Compojure 1.1.5](https://github.com/weavejester/compojure)
|
|
* [Compojure 1.1.5](https://github.com/weavejester/compojure)
|
|
-* [Ring-JSON 0.1.2](https://github.com/ring-clojure/ring-json), which in turn uses [Cheshire](https://github.com/dakrone/cheshire), which in turn uses [Jackson](http://jackson.codehaus.org/)
|
|
|
|
-* [Korma 0.3.0-RC2](http://sqlkorma.com/)
|
|
|
|
|
|
+* [Ring-JSON 0.2.0](https://github.com/ring-clojure/ring-json), which in turn uses [Cheshire](https://github.com/dakrone/cheshire), which in turn uses [Jackson](http://jackson.codehaus.org/)
|
|
|
|
+* [Korma 0.3.0-RC5](http://sqlkorma.com/)
|
|
|
|
|
|
## Test URLs
|
|
## Test URLs
|
|
### JSON Encoding Test
|
|
### JSON Encoding Test
|
|
@@ -30,4 +30,4 @@ http://localhost/hello-compojure-standalone/db
|
|
|
|
|
|
### Variable Query Test
|
|
### Variable Query Test
|
|
|
|
|
|
-http://localhost/hello-compojure-standalone/db/2
|
|
|
|
|
|
+http://localhost/hello-compojure-standalone/db/2
|