You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/03/10 12:09:11 UTC

[rocketmq-mqtt] branch main updated (20ad100 -> 7d08041)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git.


    from 20ad100  Open travis-ci by using yml
     add ae2c812  delete the unused .travis.yaml file
     add 531f7a9  fix the multi level topic special char
     new 7d08041  delete the unused .travis.yaml file

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


Summary of changes:
 .travis.yaml                                       | 22 ----------------
 .../rocketmq/mqtt/common/facade/LmqQueueStore.java |  4 ---
 .../rocketmq/mqtt/ds/notify/NotifyManager.java     | 13 +++++-----
 .../mqtt/ds/store/LmqOffsetStoreManager.java       |  9 +++----
 .../mqtt/ds/store/LmqQueueStoreManager.java        | 29 +++++++++++-----------
 .../mqtt/ds/test/TestLmqQueueStoreManager.java     |  4 +--
 .../rocketmq/mqtt/example/RocketMQProducer.java    |  9 ++++---
 7 files changed, 33 insertions(+), 57 deletions(-)
 delete mode 100644 .travis.yaml

[rocketmq-mqtt] 01/01: delete the unused .travis.yaml file

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git

commit 7d08041d930228af08f6f695b2d3dc8ecba243f1
Merge: 20ad100 531f7a9
Author: dinglei <li...@163.com>
AuthorDate: Thu Mar 10 20:08:38 2022 +0800

    delete the unused .travis.yaml file
    
    delete the unused .travis.yaml file

 .travis.yaml                                       | 22 ----------------
 .../rocketmq/mqtt/common/facade/LmqQueueStore.java |  4 ---
 .../rocketmq/mqtt/ds/notify/NotifyManager.java     | 13 +++++-----
 .../mqtt/ds/store/LmqOffsetStoreManager.java       |  9 +++----
 .../mqtt/ds/store/LmqQueueStoreManager.java        | 29 +++++++++++-----------
 .../mqtt/ds/test/TestLmqQueueStoreManager.java     |  4 +--
 .../rocketmq/mqtt/example/RocketMQProducer.java    |  9 ++++---
 7 files changed, 33 insertions(+), 57 deletions(-)