There are only two changes I am aware of for JDK8 preparation so far, and
they are simply to allow Clojure to compile without warnings [1] and pass
all of the unit tests without failure when using JDK8 [2].  These are minor
changes.
[1] http://dev.clojure.org/jira/browse/CLJ-1264
[2] http://dev.clojure.org/jira/browse/CLJ-1246

[2] was really an existing issue before JDK8 -- it is simply that a change
in the annotations of the Java class library caused the problem to be
exposed with the existing unit tests when run on JDK 8.

Andy


On Fri, Nov 15, 2013 at 11:54 AM, Charles Harvey III <
charlesnhar...@gmail.com> wrote:

> I had read that the Clojure team was prepping the build to work on the new
> JDK8 and it got me to thinking - what does Clojure get from Java 8? Will it
> be using some of the new features or does the compiler just need to be
> ready for changes in the JDK so compilation passes? Clojure already has
> much of what Java 8 is delivering, so will it switch its internals to using
> the Java internals or just leave it alone?
>
> Again, just curious. Thanks.
>
>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to