-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Labels
priority: lowTo be processed when time allowsTo be processed when time allowsstatus: needs contributionNeeds contribution to move forwardNeeds contribution to move forwardtype: maintenanceThe issue is related to a meta task (build system, dependency update, etc)The issue is related to a meta task (build system, dependency update, etc)
Description
Currently, EPUBCheck only provides the bare-minimum support for Java modules by declaring a Automatic-Module-Name
entry to the jar manifest (see #1128).
It would be nice to also provide a proper module descriptor (module-info.java
file). We already declare imports/exports for OSGi, so doing it for Java modules can hopefully be straightforward.
Metadata
Metadata
Assignees
Labels
priority: lowTo be processed when time allowsTo be processed when time allowsstatus: needs contributionNeeds contribution to move forwardNeeds contribution to move forwardtype: maintenanceThe issue is related to a meta task (build system, dependency update, etc)The issue is related to a meta task (build system, dependency update, etc)