FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Automatic-Module-Name is an illegal module name · Issue #9 · simple-java-mail/java-utils-mail-dkim · GitHub

Automatic-Module-Name is an illegal module name #9

Description

The Automatic-Module-Name org.simplejavamail.java-utils-mail-dkim from the Manifest.MF is not a valid Java module name. This causes this library to be unusable from within a java module, since this is treated as a syntax error:

module mymodule {
    requires org.simplejavamail.java-utils-mail-dkim;
}

There is already a PR to fix this: #5

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL