Open velganeshsubramanian opened 4 years ago
The Java version in the Manifest suggests that the client library is built and tested with Java 7. You can clone and rebuild with higher version of Java and use Paho MQTT client library. However you will have to test the library in your environment. If you see any issue and have a fix, please submit a PR so that it can be evaluated and merged.
We would like to use Paho 1.2.4 in a IoT GW running Azul's JRE8 compact3 profile. We took the jar from maven central and found that the manifest has Java 7 as the required execution environment.
The error message when our OSGi containers starts is
We cloned, removed the entry from manifest, and rebuilt it to make it work on compact3 JRE. I am not sure if this change is a license violation and I would like to ask what others did to make it work on compact profiles.