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

Multi-Release-Jar with initial support for JDK 9 and JDK 10 NIO API #120

Merged
merged 9 commits into from Apr 2, 2021

Commits on Dec 24, 2020

  1. Java 9: InputStream.transferTo(OutputStream) instead of JVM-based byt…

    …e transferTo
    
    Provides potential higher performance.
    
    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Dec 24, 2020
    Copy the full SHA
    e6165e5 View commit details
    Browse the repository at this point in the history
  2. Java 10: Reader.transferTo(Writer) instead of JVM-based byte transfer

    Provides potential higher performance.
    
    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Dec 24, 2020
    Copy the full SHA
    eebe1be View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Multi-Release-Jar

    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Jan 1, 2021
    Copy the full SHA
    be51d3a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Reducing duplicate code in MRJAR using VersionSpecifics class

    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Jan 2, 2021
    Copy the full SHA
    bc5b0ab View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Reducing number of classes; No singleton but static.

    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Jan 3, 2021
    Copy the full SHA
    e16dc59 View commit details
    Browse the repository at this point in the history
  2. Github CI: Build with JDK 15, test with matrix

    Signed-off-by: Markus KARG <markus@headcrashing.eu>
    mkarg committed Jan 3, 2021
    Copy the full SHA
    cecd035 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Revert "Github CI: Build with JDK 15, test with matrix"

    This reverts commit cecd035.
    mkarg committed Jan 10, 2021
    Copy the full SHA
    6579a59 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d430deb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Renamed per @rfsholte's request

    mkarg committed Jan 24, 2021
    Copy the full SHA
    3fe65d8 View commit details
    Browse the repository at this point in the history