boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
odie 2019-03-25T02:05:38.057900Z

Hi all... Having a bit of trouble upgrading from java 8 to 11. With version 2.8.2, boot gets pretty angry on startup with the error java.lang.IllegalArgumentException: Must hint overloaded method: toArray. I also tried compiling from master from to include this fix: <https://github.com/boot-clj/boot/pull/738>. But, boot still spits out the same error. Can’t seem to find any info on this on google. Maybe I’m missing something really obvious? Any help would be greatly appreciated.

flyboarder 2019-03-25T03:00:24.058500Z

@odie you won’t be able to compile past Java 9 right now

danielcompton 2019-03-25T03:25:45.059400Z

that might help with some context on what is going wrong

flyboarder 2019-03-25T03:58:25.060800Z

Correction, it looks like we are compiling on all versions now.

flyboarder 2019-03-25T03:58:26.060900Z

https://travis-ci.org/boot-clj/boot

odie 2019-03-25T08:13:09.064300Z

@danielcompton Thanks! That was the first search result on google when I tried looking for a solution. I don’t think it actually addresses the issue I’m encountering though. I can’t even run “boot -h” or “boot repl” in an empty directory without encountering said exception. =(

odie 2019-03-25T08:15:39.065800Z

@flyboarder https://travis-ci.org/boot-clj/boot/jobs/509079873 shows that tests are passing when running again openjdk 11.0.2. If I try to run the same commands on locally, this comes up: https://pastebin.com/2eVB9uwb

odie 2019-03-25T08:20:07.066600Z

I guess I ought to try it on a fresh vm?

dave 2019-03-25T10:56:38.067200Z

Do you have anything in your profile.boot?

borkdude 2019-03-25T12:04:16.067600Z

what’s the boot equivalent of clj -Spath again?

borkdude 2019-03-25T12:14:14.067800Z

Got it: boot with-cp -w -f -

flyboarder 2019-03-25T14:41:51.068500Z

@odie why not just download 2.8.2?

flyboarder 2019-03-25T14:43:02.069600Z

I’m currently running on java 11, other than reflection warnings no issues