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

Re-Ordering priority in SeekableStreamFactory #1693

Merged
merged 5 commits into from
Dec 12, 2023

Commits on Dec 11, 2023

  1. Re-Ordering priority in SeekableStreamFactory

    * Now when constructing streams it will prefer NIO plugins.
    * If no http / ftp plugin exists it will fall back to the htsjdk bulit in
    * No longer special casing local files, these will now be handled through NIO as well.
    * Deprecating SeekableStreamFactory.isFilePath() since it is no longer used and interacts poorly
      with nio filesystem providers
    lbergelson committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6cdcbd4 View commit details
    Browse the repository at this point in the history
  2. Also handling ParsingUtils

    lbergelson committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b949659 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. update HtsPath to throw on non file schemes with malformed URIs inste…

    …ad of trying to interpret them as file://
    lbergelson committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9eca91a View commit details
    Browse the repository at this point in the history
  2. try this

    lbergelson committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5376f55 View commit details
    Browse the repository at this point in the history
  3. respond to comments

    lbergelson committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    652eda2 View commit details
    Browse the repository at this point in the history