Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #5830 Remove com.sun.nio.file import. #5838

Merged
merged 2 commits into from
Jan 12, 2021

Commits on Dec 22, 2020

  1. Issue #5830 Remove com.sun.nio.file import.

    This is acheived by using the 3-arg Class.forName() method call.
    The bnd tool which generates the osgi manifests doesn't seem to
    include Import-Package statements for the 3-arg method call, but
    does for the 1-arg method call. The speculative loading of the
    com.sun.nio.file.SensitivityWatchEventModifier will probably be
    removed in jetty-10 onwards.
    
    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    afaa345 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Issue #5830 Remove native PathWatcher code.

    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    a2bbb21 View commit details
    Browse the repository at this point in the history