On Jun 3, 2014, at 9:17 AM, Dave Tenny wrote:
> The clojure site says 1.6.0 is supported with java 6 and higher.
Clojure is tested against several Java versions (including Oracle JDK 1.8):
http://build.clojure.org/job/clojure-test-matrix/
> I just wanted to double check whether people h
We run builds on Clojure itself for Java 6, 7, and 8. A number of people
have used Clojure 1.6 with Java 8 and there have been no reported issues.
The one issue I know of in the code is that the AsmReflector under
clojure.java.reflect (which is not the default reflector, it has to be
specified
Thanks all, good to know.
On Tuesday, June 3, 2014 12:17:52 PM UTC-4, Dave Tenny wrote:
>
> The clojure site says 1.6.0 is supported with java 6 and higher.
>
> I just wanted to double check whether people have been using it with Java
> 8 and whether it's believed to be stable when used with Java
I'm also using Java 8 and I didn't have any problem so far.
On Tue, Jun 3, 2014 at 1:20 PM, Rafal Lewczuk wrote:
>
> Java8+Clojure seems to work for me (not [yet] in production though).
>
>
> On 03.06.2014 18:17, Dave Tenny wrote:
>>
>> The clojure site says 1.6.0 is supported with java 6 and hig
Java8+Clojure seems to work for me (not [yet] in production though).
On 03.06.2014 18:17, Dave Tenny wrote:
The clojure site says 1.6.0 is supported with java 6 and higher.
I just wanted to double check whether people have been using it with Java 8
and whether it's believed to be stable when u
I've used Java 8 for testing on a large codebase with Clojure 1.5.1, works
fine.
On Tue, Jun 3, 2014 at 12:17 PM, Dave Tenny wrote:
> The clojure site says 1.6.0 is supported with java 6 and higher.
>
> I just wanted to double check whether people have been using it with Java
> 8 and whether it
The clojure site says 1.6.0 is supported with java 6 and higher.
I just wanted to double check whether people have been using it with Java 8
and whether it's believed to be stable when used with Java 8 before I tell
people I work with that they can use it with Java 8.
Thumbs up for java 8 and c