Skip to content

Commit

Permalink
Drop Java 1.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Oct 25, 2016
1 parent 1eed676 commit cfbdf36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: clojure
lein: lein2
script: lein2 with-profile $PROFILE do clean, midje, check
jdk:
- openjdk6
- openjdk7
- oraclejdk8
env:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.4.0-SNAPSHOT

* **BREAKING**: Drops Java 1.6 Compatability (due to Muuntaja)
* **BREAKING**: use [Muuntaja](https://github.com/metosin/muuntaja) instead of [ring-middleware-format](https://github.com/ngrunwald/ring-middleware-format), [#255](https://github.com/metosin/compojure-api/pull/255)
for format negotiation, encoding and decoding.
- ?x more throughput on 1k JSON request-response echo
Expand Down

0 comments on commit cfbdf36

Please sign in to comment.