[mqtt-client] branch master updated (e2d02d6 -> 81a81ab)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun May 22 20:43:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository mqtt-client.

      from  e2d02d6   Upload to unstable
       new  1134ee2   Standards-Version updated to 3.9.8
      adds  a4cfec8   Imported Upstream version 1.13
       new  249a8f8   Merge tag 'upstream/1.13'
       new  81a81ab   New upstream release (1.13)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                   |   7 ++
 debian/control                                     |   2 +-
 mqtt-client-java1.4-uber/pom.xml                   |   4 +-
 mqtt-client-website/pom.xml                        |   4 +-
 mqtt-client/pom.xml                                |   4 +-
 .../java/org/fusesource/mqtt/cli/Publisher.java    |   2 +-
 .../fusesource/mqtt/client/BlockingConnection.java |   6 +-
 .../fusesource/mqtt/client/CallbackConnection.java | 110 ++++++++++++++-------
 .../{Listener.java => ExtendedListener.java}       |  14 +--
 .../fusesource/mqtt/client/FutureConnection.java   |  20 +++-
 .../java/org/fusesource/mqtt/client/Listener.java  |   1 +
 .../main/java/org/fusesource/mqtt/client/MQTT.java |   4 +-
 .../java/org/fusesource/mqtt/client/Message.java   |  39 ++++++--
 .../java/org/fusesource/mqtt/client/Topic.java     |   3 +-
 .../org/fusesource/mqtt/codec/MessageSupport.java  |   8 +-
 .../java/org/fusesource/mqtt/codec/SUBACK.java     |   2 +-
 .../java/org/fusesource/mqtt/codec/SUBSCRIBE.java  |   2 +-
 .../org/fusesource/mqtt/codec/UNSUBSCRIBE.java     |   2 +-
 .../mqtt/client/BlockingApiBenchmark.java          |  83 ++++++++++++++++
 pom.xml                                            |  83 ++++++++--------
 readme.md                                          |  11 ++-
 21 files changed, 299 insertions(+), 112 deletions(-)
 copy mqtt-client/src/main/java/org/fusesource/mqtt/client/{Listener.java => ExtendedListener.java} (71%)
 create mode 100644 mqtt-client/src/test/java/org/fusesource/mqtt/client/BlockingApiBenchmark.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mqtt-client.git



More information about the pkg-java-commits mailing list