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

[rocketmq] branch develop updated (37223ca -> 0f153b9)

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

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


    from 37223ca  [ISSUE #512]Bugfix for option -p can not print config items when using admin tool (#514)
     new ec407e9  prepare to separate production-ready projects from the external projects
     new 0f153b9  Update CountDownLatch2.java

The 2 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:
 README.md                                                            | 4 ++--
 common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[rocketmq] 02/02: Update CountDownLatch2.java

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

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

commit 0f153b9dcfec0dd272d995ba578acd2ccd412e68
Author: Thomas <li...@gmail.com>
AuthorDate: Thu Nov 1 17:30:12 2018 +0800

    Update CountDownLatch2.java
---
 common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java b/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java
index de1d548..9c95fff 100644
--- a/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java
+++ b/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java
@@ -21,7 +21,7 @@ import java.util.concurrent.TimeUnit;
 import java.util.concurrent.locks.AbstractQueuedSynchronizer;
 
 /**
- * Add reset feature for @see java.util.concurrent.CountDownLatch2
+ * Add reset feature for @see java.util.concurrent.CountDownLatch
  */
 public class CountDownLatch2 {
     private final Sync sync;


[rocketmq] 01/02: prepare to separate production-ready projects from the external projects

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

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

commit ec407e939df76a4bdf84fe150f52945c13d8768a
Author: von gosling <vo...@apache.org>
AuthorDate: Mon Oct 15 22:40:31 2018 +0800

    prepare to separate production-ready projects from the external projects
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fbbd0d7..a5f47e5 100644
--- a/README.md
+++ b/README.md
@@ -37,12 +37,12 @@ It offers a variety of features:
 ----------
 
 ## Apache RocketMQ Community
-* [RocketMQ Community Projects](https://github.com/apache/rocketmq-externals)
+* [RocketMQ Community Incubator Projects](https://github.com/apache/rocketmq-externals)
 
 ----------
 
 ## Contributing
-We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see [here](http://rocketmq.apache.org/docs/how-to-contribute/) 
+We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see [here](http://rocketmq.apache.org/docs/how-to-contribute/).
  
 ----------
 ## License