Skip to content

Support JPMS #65

Description

@mechite

Just taking a quick look at this repository, it seems like

  • there is no support for JPMS at all
  • the project builds with Java 8, disallowing an explicit module-info

This can be solved by either:

  • providing an Automatic-Module-Name in the manifest (easy 'quick fix', and good if we cannot maintain a module-info if new changes break it)
  • utilizing a multi-release JAR to fully support JPMS and integrate fully
    • providing a source directory containing a module-info.java to maintain, e.g. at src/main/java9
    • configuring maven-compiler-plugin with multiReleaseOutput and setting that up
  • utilizing Moditect (likely unnecessary in this case)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions