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

add automatic module name to pf4j.jar #275

Merged
merged 5 commits into from
Jan 14, 2019

Commits on Dec 28, 2018

  1. Configuration menu
    Copy the full SHA
    3b312b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    1aeb219 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    2dfe8d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Configuration menu
    Copy the full SHA
    443d8a7 View commit details
    Browse the repository at this point in the history
  2. add Automatic-Module-Name into pf4j.jar

    According to the recommendations at http://branchandbound.net/blog/java/2017/12/automatic-module-name/ the pf4j.jar file should provide an "Automatic-Module-Name" in its MANIFEST.MF. This commit sets the automatic module name to "org.pf4j".
    pinhead84 committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    992aa30 View commit details
    Browse the repository at this point in the history