Define manifest attribute Automatic-Module-Name by pedrolamarao · Pull Request #213 · lmdbjava/lmdbjava
This change defines the manifest attribute Automatic-Module-Name, transforming the JAR into an automatic module with module name org.lmdbjava. This should be enough for other Java modules to be able to reference this. I have verified that this is the case by installing it to a local repository and referencing it from my own projects.
Please note that doing this has no impact on non modular applications, which will simply ignore the attribute, both on older and newer JDKs. This change is an easy first step towards module support.