leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
2019-02-15T03:20:43.014900Z

Hi all, after switching to java11 starting a REPL is now really slow, sometimes timing out. Any ideas?

alexmiller 2019-02-15T03:35:57.015400Z

seems to be a lot of that going around

alexmiller 2019-02-15T03:36:03.015600Z

on latest java 8 and 11

alexmiller 2019-02-15T03:36:15.015800Z

you on linux perchance?

alexmiller 2019-02-15T03:36:39.016100Z

similar threads in a few other channels

2019-02-15T03:39:22.017500Z

on mac, java 8 was work but now the latest java 8 (1.8.0.202) is not either, times out every time

2019-02-15T03:41:13.018400Z

@alexmiller thanks for the heads up, I am going to try out java 9 and see how that goes

2019-02-15T03:45:15.018600Z

java 9 works for me

alexmiller 2019-02-15T03:45:55.018900Z

9 and 10 are no longer supported

alexmiller 2019-02-15T03:46:10.019400Z

just fyi, they are effectively dead

2019-02-15T03:46:42.020Z

yep I know, but at least I can get a REPL going right now. Java 11 was unworkable.

2019-02-15T03:57:38.022200Z

Java 10 is also working for me too, thanks for the help @alexmiller. I will dig into Java 11 again later.

alexmiller 2019-02-15T03:57:55.022500Z

I think it's the latest update of 8 and 11 that is problematic

2019-02-15T04:02:41.024Z

that seems to be the case for me thanks, I will probably try out a earlier version of 11 when I have time but was using brew so it was only convenient to get the latest right now.

gklijs 2019-02-15T06:57:14.025700Z

Could it somehow have to do with changes in the trusted certificates, I thought something like that can by, if it sometimes works, it seems something different?

alexmiller 2019-02-15T06:59:28.026300Z

no, it's reproducible with no network access - please see #clojure-dev for further discussion on this