The approval test jars are lacking Automatic-Module-Name, which makes it difficult or impossible to use them in a modular environment.
This project should add either module-info files or the Automatic-Module-Name manifest entry to provide a stable module name.
See also: http://branchandbound.net/blog/java/2017/12/automatic-module-name/
The approval test jars are lacking Automatic-Module-Name, which makes it difficult or impossible to use them in a modular environment.
This project should add either
module-infofiles or the Automatic-Module-Name manifest entry to provide a stable module name.See also: http://branchandbound.net/blog/java/2017/12/automatic-module-name/