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

Clean up imports and dependencies. #130

Merged
merged 1 commit into from
Sep 14, 2021

Commits on Sep 14, 2021

  1. Clean up imports and dependencies.

    Motivation:
    
    With NIO 2.32.0 we broke the core NIO module up into modules that split
    apart the POSIX layer and the core abstractions. As a result, this
    package no longer needs to express a hard dependency on the POSIX layer.
    
    Modifications:
    
    - Rewrote imports of NIO to NIOCore.
    - Added NIOEmbedded imports where necessary in tests.
    - Note that the main package still _depends_ on NIO, which is necessary
      for backwards-compatibility reasons. This dependency is unused.
    
    Result:
    
    No need to use NIOPosix.
    Lukasa committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    c0914e4 View commit details
    Browse the repository at this point in the history