puppetlabs / clj-http-client

HTTP client library wrapping Apache HttpAsyncClient
Apache License 2.0
15 stars 30 forks source link

(PE-3769) Build source jars and use explicit JDK target version #6

Closed cprice404 closed 10 years ago

camlow325 commented 10 years ago

Looks like the Travis build failed for JDK 6 because the JVM-CA it is using, '0.1.4', was built for JDK 7. I think if the JVM-CA dependency were bumped up to '0.1.5' (built for JDK 6) that this would address the problem.

cprice404 commented 10 years ago

good call, will fix

camlow325 commented 10 years ago

:+1: pending resolution of the remaining Travis failure for "openjdk6", due to the dependency the tests have on Jetty 9 -- which doesn't work with JDK 6.

cprice404 commented 10 years ago

Added a commit to remove the jdk6 travis tests for now.