@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.