Re: Checking: Java 8 and Clojure

2014-06-03 Thread Sean Corfield
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

Re: Checking: Java 8 and Clojure

2014-06-03 Thread Alex Miller
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

Re: Checking: Java 8 and Clojure

2014-06-03 Thread Dave Tenny
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

Re: Checking: Java 8 and Clojure

2014-06-03 Thread PlĂ­nio Balduino
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

Re: Checking: Java 8 and Clojure

2014-06-03 Thread Rafal Lewczuk
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

Re: Checking: Java 8 and Clojure

2014-06-03 Thread Gary Trakhman
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

Checking: Java 8 and Clojure

2014-06-03 Thread Dave Tenny
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