boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 179 forks source link

Upgrade dependencies to fix test failures on JDK 11. #738

Closed sundbp closed 5 years ago

sundbp commented 5 years ago

Description

The toArray method is now overloaded and requires type hints, and through transitive depencies the boot-alt-test dependency dragged in an old version of core.rrb-vector breakin the build on jdk11+.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

bbatsov commented 5 years ago

I guess you should rebase on top of master.

sundbp commented 5 years ago

done - the failure now is because the travis run for jdk12 doesn't manage to install a JDK. unrelated to this issue (and we see it passes on 11 and 13 so v likely to be fine on 12 as well).