perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

Provide Automatic-Module-Name attribute in MANIFEST.MF #1212

Closed apssouza22 closed 8 months ago

apssouza22 commented 3 years ago

This will allow projects following the Java module system to use this library.

Fix issue https://github.com/perwendel/spark/issues/961

module my.module.system {
    requires java.sql;
    requires com.com.sparkjava.core;
}

More info https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers