Skip to content

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

@ChristophKaser

Description

@ChristophKaser

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

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions