Skip to content

Module reader doesn't support wildcard import #145

@mechite

Description

@mechite

@SentryMan When using avaje-spi-service, the following is happening:

import org.example.*; // I am using wildcard import, if it makes a difference

module example {

    provides Example with DExample; // this seems to fail
    provides org.example.Example with org.example.DExample; // this seems to work
}

I figure the issue is related to avaje-prisms's generated module reader that is being used
If not, move this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions