eclipse / paho.mqtt.java

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

Why aren't new releases made? (Maven related) #1041

Open cbiale opened 3 weeks ago

cbiale commented 3 weeks ago

Please fill out the form below before submitting, thank you!

There are issues that have been fixed after the 1.2.5 release, for example the existing recursive call problem in public IMqttToken subscribe(String[] topicFilters, int[] qos, IMqttMessageListener[] messageListeners).

If the release uploaded in Maven is used, this problem is not resolved.

I would like to know if the recommendation of the project developers is that each one compile the project and create their own repository in Maven?

Thank you in advance for your responses.