ngrunwald / ring-middleware-format

Ring middleware for parsing parameters and emitting responses in JSON or other formats
163 stars 49 forks source link

Bumping versions for everything, including Clojure 1.8. #57

Closed cgore closed 7 years ago

cgore commented 8 years ago

Hmm. That error with openjdk6 and openjdk7 is interesting. I've only got Oracle Java on my macbook though.

Deraen commented 8 years ago

I fixed the Cheshire problem upstream: https://github.com/dakrone/cheshire/pull/101

cgore commented 8 years ago

Cool.

Deraen commented 8 years ago

Clojure 1.8 is already used by dev profile, it is unnecessary to add another profile.

Deraen commented 8 years ago

Diff looks good now.

Lastly, could you squash the commits into one? (git rebase -i HEAD~4 and select s or squash for the last three lines).

Related, @ngrunwald Could you check the repository settings and enable "Squash merge" support: https://github.com/blog/2141-squash-your-commits or give me admin right.