Feature/remove clean session option to avoid removing stale messages #229
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the Agrirouter SDK Java project to version 4.0.0 and makes a change to the MQTT connection options. The main changes are grouped by version upgrades and MQTT configuration updates.
Version upgrades:
4.0.0in the rootpom.xmland all modulepom.xmlfiles (agrirouter-sdk-java-api,agrirouter-sdk-java-convenience,agrirouter-sdk-java-impl, andagrirouter-sdk-java-tests) to reflect the new major release. [1] [2] [3] [4] [5]MQTT connection configuration:
cleanSessiontotruein thecreateMqttConnectOptionsmethods inMqttOptionService.java, which may affect how MQTT sessions are handled. [1] [2]