eclipse-paho / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.14k stars 887 forks source link

Adds 'Automatic-Module-Name' to the client modules #1062

Open reinhapa opened 4 days ago

reinhapa commented 4 days ago

Fixes #585

Adding the 'Automatic-Module-Name' is the preferred way to specify modules for the Java module system when no 'module-info.java' can be used.