Skip to content

DSN module with jakarta-mail bundle module issue (2) #32

@jbescos

Description

@jbescos

Current DSN module contains the next module-info.java:

module com.sun.mail.dsn {

    requires com.sun.mail;

    exports com.sun.mail.dsn;
}

The issue is that DSN could be in module-path together with jakarta-mail bundle. Jakarta-bundle has different module name, that is jakarta.mail instead of com.sun.mail.

Proposed solution:

DSN module should work with both modules.

Related issue: #29

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions