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

Absence of Pack200 in JDK 14 should not cause failure of JaCoCo build #984

Merged
merged 8 commits into from Dec 18, 2019

Commits on Dec 13, 2019

  1. (WIP) for tests use our Pack200Streams instead of java.util.jar.Pack200

    To avoid compilation errors with JDK 14, where Pack200 not available.
    Godin committed Dec 13, 2019
    Copy the full SHA
    5f625ef View commit details
    Browse the repository at this point in the history
  2. (WIP) add unit tests to prevent regressions

    Instrumenter and Analyzer provide location information
    when Pack200 streams throw IOException on error.
    Godin committed Dec 13, 2019
    Copy the full SHA
    6272d30 View commit details
    Browse the repository at this point in the history
  3. (WIP) use reflection in Pack200StreamsTest

    To avoid compilation errors with JDK 14, where Pack200 not available.
    Godin committed Dec 13, 2019
    Copy the full SHA
    a6dc17a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d8316f4 View commit details
    Browse the repository at this point in the history
  5. (WIP) use reflection in Pack200Streams

    To avoid compilation errors with JDK 14, where Pack200 not available.
    Godin committed Dec 13, 2019
    Copy the full SHA
    18e4263 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0b373ff View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Copy the full SHA
    3825b05 View commit details
    Browse the repository at this point in the history
  2. (WIP) update changelog

    Godin committed Dec 17, 2019
    Copy the full SHA
    049d3f1 View commit details
    Browse the repository at this point in the history