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

Proposal to use the new JPMS model and use Travis-ci to build & test against Java 9 & 11 #28

Closed
wants to merge 6 commits into from

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    a4d1f91 View commit details
    Browse the repository at this point in the history
  2. Modularize JMPQ3 so that it can use the new JPMS system

    - Use of the new JPMS system (since Java 9)
    - Update of Classloader to match Java 9+ Classloader mechanism.
    Warkdev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    25f20b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bbe405 View commit details
    Browse the repository at this point in the history
  4. Update MpqTests.java

    Removal of definitely (wrong) whitespace characters.
    Warkdev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    a5441b7 View commit details
    Browse the repository at this point in the history
  5. Update MpqTests.java

    Removing whitespace characters for try - catch statements.
    Warkdev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    a6864a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a153879 View commit details
    Browse the repository at this point in the history