AgNO3 / jcifs-ng

A cleaned-up and improved version of the jCIFS library
GNU Lesser General Public License v2.1
314 stars 104 forks source link

Add Automatic-Module-Name #354

Open ThomasReinhardt opened 7 months ago

ThomasReinhardt commented 7 months ago

See this old post why this is a good idea: https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers

TLDR: It costs nothing, has no compatibility issues and improves the usability of the library for JPMS enabled projects. All that is needed is a single line in the MANIFEST.MF: Automatic-Module-Name: jcifs.ng