fangyidong / json-simple

A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.
Apache License 2.0
746 stars 338 forks source link

Add Automatic-Module-Name in Manifest #159

Open ylegoc opened 1 year ago

ylegoc commented 1 year ago

With the advent of the module system, it is highly recommended to at least provide an automatic module name in the manifest. This commit does the minimum to provide it.