On Thu, May 31, 2012 at 10:11 PM, Phil Hagelberg <p...@hagelb.org> wrote: > A few bugs to watch for: > > * Traffic to/from Clojars now uses SSL, except on Windows: > https://github.com/technomancy/leiningen/issues/613 > * Startup takes a few hundred milliseconds more than preview4 for > unknown reasons: https://github.com/technomancy/leiningen/issues/614 > * Credentials can only be decrypted using gpg-agent on Mac OS X due to > a bug in GPG: https://github.com/technomancy/leiningen/issues/615
It turns out the problem with SSL is an issue with Oracle's JDK rather than being specific to Windows; Oracle revoked the certificate authority used by Clojars. So if you are not using OpenJDK for some reason this will be a problem. We're working on a workaround; in the mean time you're best off sticking with preview4 for now. OpenJDK users aren't affected by this issue, but there's another problem with the packaging of the repl. I have a fix for this one; it will be released once the SSL issue is addressed. tl;dr: hold off on upgrading if you use Oracle's JDK or the repl task; sorry for the inconvenience. -Phil -- 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