You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by do...@apache.org on 2018/08/01 06:52:01 UTC

[rocketmq] branch develop updated (795eae6 -> 2b692c9)

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

dongeforever pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 795eae6  [maven-release-plugin] prepare for next development iteration
     add 260ff49  [HOTFIX] Remove imported dirty file frrm pull request
     add 0fc36a8  [HOTFIX] Exclude test cert files from rat check
     add 285c780  [HOTFIX] Move pull request template to .github
     add 2d43e75  [HOTFIX] Update the out of date test certificates
     add dd8a60f  Add a modified version of ISSUE_TEMPLATE that created by the bookkeeper project
     add ed1dfcf  Polish the readme with Github issue link
     add a5d72be  [HOTFIX][ROCKETMQ-356] Change MQVersion to 4.2.0
     add df68b39  polish the issues
     add 4a02ce9  Polish the issues template
     add 2e5e6c5  Polish the issues template
     add 3d56841  Polish end
     add 4b6490c  Delete useless file
     add 3598ae5  Remove the useless file when release after incubation
     add 9a40506  Remove the useless file when release after incubation
     add 117d690  Modify Project Tools : remove duplicates initCommand and missing tag ")" (#269)
     add a8ef6d6  Minor fix for log typo
     add fdc6e87  Fix Concurrent issue of StoreStatsService
     add bc84984  Fix licence
     add 61009b7  Revert "Fix licence"
     add 130c85c  Revert "Fix Concurrent issue of StoreStatsService"
     add 328ad4c  Retire the Jira issue
     add 8285d70  Create slack channel for community
     add cdb494c  Update issue templates
     add c6b3493  Delete ISSUE_TEMPLATE.md
     add 4408076  Add some exclude files in nat
     add 0ec1c10  Update PULL_REQUEST_TEMPLATE.md
     add 0f76489  [ROCKETMQ-290] Fix memory leak in WaitNotifyObject#waitingThreadTable (#178)
     add 2b692c9  Merge branch 'develop'

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/issue_template.md           | 39 ++++++++++++++++++++++
 README.md                                          |  3 +-
 .../client/impl/factory/MQClientInstance.java      |  2 +-
 distribution/bin/runbroker                         | 15 ---------
 distribution/release-client.xml                    |  1 -
 distribution/release.xml                           |  1 -
 pom.xml                                            |  1 +
 .../org/apache/rocketmq/store/ha/HAConnection.java |  2 ++
 .../apache/rocketmq/store/ha/WaitNotifyObject.java |  7 ++++
 .../rocketmq/store/ha/WaitNotifyObjectTest.java    | 33 +++++++++---------
 .../rocketmq/tools/command/MQAdminStartup.java     |  2 +-
 .../tools/command/topic/UpdateTopicSubCommand.java |  6 ++--
 12 files changed, 73 insertions(+), 39 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md
 delete mode 100644 distribution/bin/runbroker
 copy logappender/src/test/java/org/apache/rocketmq/logappender/Log4jTest.java => store/src/test/java/org/apache/rocketmq/store/ha/WaitNotifyObjectTest.java (56%)