Skip to content

Incompatibility with later version of jdk (>= 13) in SourceFinder.java:361 #2188

@Bluesbreaker45

Description

@Bluesbreaker45

A method with signature newFileSystem(Path path, Map<String,?> env) was introduced in version 13, which results in the conflict in SourceFinder.java:361.
According to FileSystems.java in version 8 (which is recommended to compile this project), newFileSystem(Path path, ClassLoader loader) should be used in this context.
So an explicit cast should be used here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions