Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Java client service release 1.0.1


The Java client build for service release 1.0.1 has now completed, and all components uploaded to the Nexus repository.  Please let us know if there are any problems.

The list of changes is:
  1. Resolve issues reported by Sonar and FindBugs in Java client (detail)
  2. Fix Bug 432997 - ClientComms.conState not properly synchronized (detail)
  3. Fix the reconnect callback error in service. (detail)
  4. dummy change to test hudson (detail)
  5. set version as 1.0.0-SNAPSHOT for maven, other master branch syn changes (detail)
  6. update version number fields for OSGi packaging to 1.0.0.qualifier (detail)
  7. fix wrong user_name from persistent data (detail)
  8. Set version to 1.0.1-SNAPSHOT (detail)
  9. Update token to match 3.1.1 updates for Java client (detail)
  10. reenable javadoc generation (detail)
  11. reenable javadoc (detail)
  12. Bug 437839 - Single Level wildcard not able to be used at the start of a subscription (detail)
  13. Change MqttTokenAndroid.java to consist with changes in IMqttToken.java in paho java (detail)
  14. Fix Bug 435069 - Timeout doesnt gets called on again sending ping although first has ping response pending (detail)
  15. set version number explicitly in pom files (detail)
  16. try different javadoc goal (detail)
  17. Fix Bug 436608 - Client does not run under Java 1.4 (detail)
  18. Changes to use Hudson to do auto-build and auto-test (detail)
  19. Update maven phase to deploy instead of install for Paho P2 Repository module, because it will fail if run mvn clean install from local machine (detail)
  20. disable javadoc generation (detail)
  21. Add property file for test and refine some test cases (detail)
  22. Fix bug that close() was never explicitly called on database (detail)
  23. Remove codes that wrongly added when fix previous bug (detail)
  24. Build & package paho ui as eclipse plugin (detail)
  25. Fix bug 440861: should not use == to compare string (detail)
  26. Fix bug: incorrect DB state (detail)
  27. Fix Bug 440698 - thread blocked in MqttClient.disconnect() (detail)
  28. AutoReconnect issue : Reconnect after network recovery (detail)
  29. AutoReconnect issue : Reconnect after connection lost. (detail)
  30. AutoReconnect issue : Auto connect after connect fail. (detail)
  31. AutoReconnect issue: Reconnect after reconnect fail. (detail)
  32. Fix Bug 434761 - Connect onSuccess getting executed for the second when connection closed by server (detail)
  33. fix bug for app crashed when cleansession is set to true (detail)
  34. Fix Bug 442666 - Thread deadlock between MQTT Call and MQTT Snd (detail)
  35. Fix bugzilla bug 442845 (detail)
  36. Reconnect issue:Persist the connection meta info in SQLite database;Delete connection info from SQLite database when call disconnect. (detail)
  37. Fix bug 443744 - MQTTClient generate invalid client id for Websphere MQ 8.0 (detail)
  38. Fix bug 443365:[feature] App is killed, after mqtt service is restarted, mqtt service should reconnect to the mqtt server (detail)
  39. Fix Bug 443367 -  [feature] mqtt service provide a callback interface to let user setup their own notification callback to notify message arrived during app is dead (detail)
  40. Make change in AndroidManifest.xml to let unit test run (detail)
  41. change host for async timeout test (detail)
  42. Fix Bug 443374 - connection will not reconnect after connection lost if cleanSession is set to true (detail)
  43. Fix bug 442921 to add maven build for MQTT android service (detail)
  44. Update android service pom.xml and enable eclipse maven project nature (detail)
  45. Fix Bug 444318 - Check null when calling MqttAndroidClient#isConnected (detail)
  46. Fix Bug 444776 - wildcard misspelled in message as 'wildard' (detail)
  47. Fix [Bug 442853]: 'Enable Logging' is not actually implemented Android sample (detail)
  48. Fix Bug 444968 - Trace logs for Paho SUBSCRIBE show the topic, but the QoS is hard to identify in there (detail)
  49. bug 443365:[feature] App is killed, after mqtt service is restarted, mqtt service should reconnect to the mqtt server (detail)
  50. bug 443365:[feature] App is killed, after mqtt service is restarted, mqtt service should reconnect to the mqtt server (detail)
  51. Roll back changes of Bugzilla bug 443374 and Bugzilla bug 443367 (detail)
  52. Fix Bug 445298 - NullPointer Exception when close SQLite db (detail)
  53. Roll back the features of 443359, 443362, 443363, 443364 (detail)
  54. Fix bug: 443369 - Some connection status is not set appropriately (detail)
  55. Fix Bug 443142 - Deadlocked 'MQTT Rec': When 'MQTT Call:' Dies (detail)
  56. fix Bug 443371 - Refine documentation (detail)
  57. Fix bug 447031 - Refine Android service sample (detail)
  58. Fix for bug 446663. Please see bugs comments for the description. (detail)
  59. Addressed comments from Code-Review-1. ConnectionLoss tests have been marked as ManualTests and they have been excluded from surefire. (detail)
  60. Added marker interface for manual test: ManualTest. (detail)
  61. Increase maximum timeout waiting for message in test, just in case (detail)
  62. Update version numbers to 1.0.1 - service release (detail)
  63. Update manifest versions to 1.0.1 (detail)
  64. Update feature version to 1.0.1 (detail)
  65. SSL File Selector (detail)


Back to the top