Skip to content

Java 9: com.sun.nio.file.SensitivityWatchEventModifier now unsafe #41

@Cervator

Description

@Cervator

Discovered this on trying to run Terasology with Java 9, while I had the embedded source for the CR in my workspace.

The LogUpdateWorker uses import com.sun.nio.file.SensitivityWatchEventModifier; which has been moved to some unsafe / unsupported Java module. It can be hooked back in - but that's only as a temporary workaround.

Being that it is just used to deal with some case sensitivity file watching stuff we can probably just find an alternative.

Maybe interesting to @GabrielXia as I think you wrote some of that stuff :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions