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 2017/06/27 08:40:50 UTC

incubator-rocketmq-site git commit: Update 1.7 to 1.8 in QuickStart, rocketmq broker does not guarantee its performance in JDK 1.7

Repository: incubator-rocketmq-site
Updated Branches:
  refs/heads/master 273dd8f23 -> 5cdbca22e


Update 1.7 to 1.8 in QuickStart, rocketmq broker does not guarantee its performance in JDK 1.7


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/5cdbca22
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/5cdbca22
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/5cdbca22

Branch: refs/heads/master
Commit: 5cdbca22ef117a53ef7f01de6042e2813748b6d3
Parents: 273dd8f
Author: dongeforever <do...@apache.org>
Authored: Tue Jun 27 16:40:41 2017 +0800
Committer: dongeforever <do...@apache.org>
Committed: Tue Jun 27 16:40:41 2017 +0800

----------------------------------------------------------------------
 _docs/01-quick-start-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/5cdbca22/_docs/01-quick-start-guide.md
----------------------------------------------------------------------
diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index cd7d4f2..1cf9f55 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -14,7 +14,7 @@ and receive messages.
 
    The following softwares are assumed installed:
    1. 64bit OS, Linux/Unix/Mac is recommended;
-   1. 64bit JDK 1.7+; 
+   1. 64bit JDK 1.8+; 
    1. Maven 3.2.x
    1. Git 
 
@@ -68,4 +68,4 @@ Send shutdown request to mqbroker(36695) OK
 > sh bin/mqshutdown namesrv
 The mqnamesrv(36664) is running...
 Send shutdown request to mqnamesrv(36664) OK
-```
\ No newline at end of file
+```