[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

2018-06-12 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
 new 21c50c2  Update README.md
21c50c2 is described below

commit 21c50c252fdacf9baed6c1bd0c539377bc2f587a
Author: 小马哥 
AuthorDate: Tue Jun 12 17:19:43 2018 +0800

Update README.md

Update http://dubbo.apache.org/
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e459219..c5a4c5e 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ If you'd like to attempt to experience latest features, you 
also can build from
 
 ## Getting Started
 
-If you don't know about Dubbo, please take a few minutes to learn 
http://dubbo.io/. After that  you could dive deep into dubbo [user 
guide](http://dubbo.apache.org/books/dubbo-user-book-en/).
+If you don't know about Dubbo, please take a few minutes to learn 
http://dubbo.apache.org/. After that  you could dive deep into dubbo [user 
guide](http://dubbo.apache.org/books/dubbo-user-book-en/).
 
 Usually, There are two usage scenarios for Dubbo applications, one is Dubbo 
service(s) provider, another is Dubbo service(s) consumer, thus let's get a 
quick start on them.
 

-- 
To stop receiving notification emails like this one, please contact
mercybl...@apache.org.


[incubator-dubbo-spring-boot-project] branch master updated: Update README_CN.md

2018-06-12 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
 new ccb0320  Update README_CN.md
ccb0320 is described below

commit ccb0320c56badbb2446c0381724ed445c9c09d88
Author: 小马哥 
AuthorDate: Tue Jun 12 17:18:24 2018 +0800

Update README_CN.md

Fixed #170
---
 README_CN.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README_CN.md b/README_CN.md
index a61660e..fadf2e5 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -68,7 +68,7 @@
 
 ## 快速开始
 
-如果您对 Dubbo 不是非常了解,耽误您几分钟访问 http://dubbo.io/ 
。了解后,如果你期望更深入的探讨,可以移步[用户手册](http://dubbo.io/books/dubbo-user-book/)。
+如果您对 Dubbo 不是非常了解,耽误您几分钟访问 http://dubbo.apache.org/ 
。了解后,如果你期望更深入的探讨,可以移步[用户手册](http://dubbo.apache.org/books/dubbo-user-book/)。
 
 通常情况 , Dubbo 应用有两种使用场景 , 其一为 Dubbo 服务提供方 , 另外一个是 Dubbo 
服务消费方,当然也允许两者混合,下面我们一起快速开始!
 

-- 
To stop receiving notification emails like this one, please contact
mercybl...@apache.org.


[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

2018-06-12 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
 new 01635fa  Update README.md
01635fa is described below

commit 01635faaa92fa5f77a94f49ce4ae9abb45ea758e
Author: 小马哥 
AuthorDate: Tue Jun 12 17:17:09 2018 +0800

Update README.md

Fixed #170
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f0f00c8..e459219 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ If you'd like to attempt to experience latest features, you 
also can build from
 
 ## Getting Started
 
-If you don't know about Dubbo, please take a few minutes to learn 
http://dubbo.io/. After that  you could dive deep into dubbo [user 
guide](http://dubbo.io/books/dubbo-user-book-en/).
+If you don't know about Dubbo, please take a few minutes to learn 
http://dubbo.io/. After that  you could dive deep into dubbo [user 
guide](http://dubbo.apache.org/books/dubbo-user-book-en/).
 
 Usually, There are two usage scenarios for Dubbo applications, one is Dubbo 
service(s) provider, another is Dubbo service(s) consumer, thus let's get a 
quick start on them.
 

-- 
To stop receiving notification emails like this one, please contact
mercybl...@apache.org.


[incubator-dubbo] branch master updated: Merge pull request #1918, fix swallow exception and disable AbortPolicyWithReport function.

2018-06-12 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
 new 5a4c076  Merge pull request #1918, fix swallow exception and disable  
AbortPolicyWithReport function.
5a4c076 is described below

commit 5a4c0768fd8989c1f82710a50a288e26fa69215a
Author: bohr 
AuthorDate: Tue Jun 12 16:50:28 2018 +0800

Merge pull request #1918, fix swallow exception and disable  
AbortPolicyWithReport function.
---
 .../dubbo/common/threadpool/support/eager/EagerThreadPoolExecutor.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dubbo-common/src/main/java/com/alibaba/dubbo/common/threadpool/support/eager/EagerThreadPoolExecutor.java
 
b/dubbo-common/src/main/java/com/alibaba/dubbo/common/threadpool/support/eager/EagerThreadPoolExecutor.java
index 47f84c5..883294d 100644
--- 
a/dubbo-common/src/main/java/com/alibaba/dubbo/common/threadpool/support/eager/EagerThreadPoolExecutor.java
+++ 
b/dubbo-common/src/main/java/com/alibaba/dubbo/common/threadpool/support/eager/EagerThreadPoolExecutor.java
@@ -70,7 +70,7 @@ public class EagerThreadPoolExecutor extends 
ThreadPoolExecutor {
 try {
 if (!queue.retryOffer(command, 0, TimeUnit.MILLISECONDS)) {
 submittedTaskCount.decrementAndGet();
-throw new RejectedExecutionException("Queue capacity is 
full.");
+throw new RejectedExecutionException("Queue capacity is 
full.", rx);
 }
 } catch (InterruptedException x) {
 submittedTaskCount.decrementAndGet();
@@ -79,6 +79,7 @@ public class EagerThreadPoolExecutor extends 
ThreadPoolExecutor {
 } catch (Throwable t) {
 // decrease any way
 submittedTaskCount.decrementAndGet();
+throw t;
 }
 }
 }

-- 
To stop receiving notification emails like this one, please contact
liu...@apache.org.


[incubator-dubbo] branch master updated (3e9b668 -> fc5f60c)

2018-06-12 Thread iluo
This is an automated email from the ASF dual-hosted git repository.

iluo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.


from 3e9b668  #1915: java.net.BindException happens when 
delay-expose-service is enabled (#1916)
 add fc5f60c  [dubbo-1920] remove commons-lang3 dependency (#1921)

No new revisions were added by this update.

Summary of changes:
 dependencies-bom/pom.xml   |   6 -
 .../alibaba/dubbo/common/utils/StringUtils.java| 293 -
 .../dubbo/common/utils/StringUtilsTest.java|  62 +
 dubbo-plugin/dubbo-qos/pom.xml |   4 -
 .../qos/command/decoder/TelnetCommandDecoder.java  |   4 +-
 .../qos/server/handler/TelnetProcessHandler.java   |   4 +-
 .../java/com/alibaba/dubbo/qos/textui/TKv.java |   2 +-
 .../java/com/alibaba/dubbo/qos/textui/TLadder.java |   2 +-
 .../java/com/alibaba/dubbo/qos/textui/TTable.java  |  13 +-
 .../java/com/alibaba/dubbo/qos/textui/TTree.java   |  11 +-
 10 files changed, 371 insertions(+), 30 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
i...@apache.org.