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

[#228] build with Java 11 #229

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Feb 8, 2024

  1. [moditect#228] build with Java 11

    Fixes moditect#228
    
    This PR shows that Java 9+ methods were already used and the Java 8 bytecode uses Java 9+ APIs.
    This can be fixed by using Multi-Release-JARs.
    bmarwell committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6ac9d64 View commit details
    Browse the repository at this point in the history
  2. [moditect#228] use multi-release JARs

    Really fixes moditect#228.
    This will also show the NPE everyone is talking about in moditect#91.
    bmarwell committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5dabb6b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. [moditect#228] move DependencyDescriptor and GenerateModuleInfo to Ja…

    …va 8; move GenerateModuleList to Java 12
    bmarwell committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7b1839a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f7f4f View commit details
    Browse the repository at this point in the history