Skip to content

Doesn't work under Java 11 #32

@Engelberg

Description

@Engelberg

Culprit is the version of fipp you rely on is an older fork that hasn't been updated to rely on the new rrb-vector. In Java 11, a toArray method was added so it is now overloaded in a way that requires a type hint to be resolved. This affected rrb-vector, which has now been fixed, but libs depending directly or indirectly on the old version don't work.

https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions