[dubbo] branch master updated: [Dubbo-4765] fix demo dependencies (#4832)

2019-08-17 Thread huxing
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 171ed25  [Dubbo-4765] fix demo dependencies (#4832)
171ed25 is described below

commit 171ed255a05ef82f47bc5bacd424019004e5bb49
Author: Junjian Peng 
AuthorDate: Sun Aug 18 09:48:17 2019 +0800

[Dubbo-4765] fix demo dependencies (#4832)

* fix demo run
* add multicast
---
 dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml | 8 
 dubbo-demo/dubbo-demo-api/dubbo-demo-api-provider/pom.xml | 8 
 2 files changed, 16 insertions(+)

diff --git a/dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml 
b/dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml
index f668a85..b277ef5 100644
--- a/dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml
+++ b/dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml
@@ -44,6 +44,14 @@
 
 
 org.apache.dubbo
+dubbo-registry-zookeeper
+
+
+org.apache.dubbo
+dubbo-configcenter-zookeeper
+
+
+org.apache.dubbo
 dubbo-rpc-dubbo
 
 
diff --git a/dubbo-demo/dubbo-demo-api/dubbo-demo-api-provider/pom.xml 
b/dubbo-demo/dubbo-demo-api/dubbo-demo-api-provider/pom.xml
index ff5d9ce..d8dacae 100644
--- a/dubbo-demo/dubbo-demo-api/dubbo-demo-api-provider/pom.xml
+++ b/dubbo-demo/dubbo-demo-api/dubbo-demo-api-provider/pom.xml
@@ -46,6 +46,14 @@
 
 
 org.apache.dubbo
+dubbo-registry-zookeeper
+
+
+org.apache.dubbo
+dubbo-configcenter-zookeeper
+
+
+org.apache.dubbo
 dubbo-rpc-dubbo
 
 



[dubbo-website] branch asf-site updated: Website updated with 7895eec315fc4255d4b218691708f1328afdc741

2019-08-17 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 8934d43  Website updated with 7895eec315fc4255d4b218691708f1328afdc741
8934d43 is described below

commit 8934d4324557b54f39362fc7f295ef7db1ad69d0
Author: jenkins 
AuthorDate: Sat Aug 17 09:19:43 2019 +

Website updated with 7895eec315fc4255d4b218691708f1328afdc741
---
 COMMIT_ID| 2 +-
 build/ecology.js | 6 +++---
 en-us/ecology/index.html | 2 +-
 zh-cn/ecology/index.html | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/COMMIT_ID b/COMMIT_ID
index 0b4d137..eca4de0 100644
--- a/COMMIT_ID
+++ b/COMMIT_ID
@@ -1 +1 @@
-62e24b4eb148cb82dbd1ad756898ea91918bea7b
+7895eec315fc4255d4b218691708f1328afdc741
diff --git a/build/ecology.js b/build/ecology.js
index bc4dc06..34ae1d6 100644
--- a/build/ecology.js
+++ b/build/ecology.js
@@ -1,11 +1,11 @@
-!function(e){function t(r){if(n[r])return n[r].exports;var 
a=n[r]={i:r,l:!1,exports:{}};return 
e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var 
n={};t.m=e,t.c=n,t.i=function(e){return 
e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var
 n=e&__esModule?function(){return e.default}:function(){return e};return 
t.d(n,"a",n),n},t.o=function(e,t){return 
Object.prototype.hasOwnProperty.call(e,t)},t.p="/build/",t(t.s=320 [...]
+!function(e){function t(r){if(n[r])return n[r].exports;var 
a=n[r]={i:r,l:!1,exports:{}};return 
e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var 
n={};t.m=e,t.c=n,t.i=function(e){return 
e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var
 n=e&__esModule?function(){return e.default}:function(){return e};return 
t.d(n,"a",n),n},t.o=function(e,t){return 
Object.prototype.hasOwnProperty.call(e,t)},t.p="/build/",t(t.s=320 [...]
   Copyright (c) 2017 Jed Watson.
   Licensed under the MIT License (MIT), see
   http://jedwatson.github.io/classnames
 */
-!function(){"use strict";function n(){for(var 
e=[],t=0;t
 
 
-   中中https://f.alicdn.com/react/15.4.1/react-with-addons.min.js;>
https://f.alicdn.com/react/15.4.1/react-dom.min.js";>

diff --git a/zh-cn/ecology/index.html b/zh-cn/ecology/index.html
index 130efd4..03f29f9 100644
--- a/zh-cn/ecology/index.html
+++ b/zh-cn/ecology/index.html
@@ -12,7 +12,7 @@

 
 
-   
En

[dubbo-hessian-lite] branch master updated: Add hessian group info (#18)

2019-08-17 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6a0cd3c  Add hessian group info (#18)
6a0cd3c is described below

commit 6a0cd3c6014f5fa242a93a29c77ede7080e38a9e
Author: Xin Wang 
AuthorDate: Sat Aug 17 17:07:34 2019 +0800

Add hessian group info (#18)
---
 README.md | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c66e222..fe8a126 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,18 @@
 ## Hessian Lite(Apache Dubbo private version)
 
-[![Build 
Status](https://travis-ci.org/dubbo/hessian-lite.svg?branch=master)](https://travis-ci.org/apache/dubbo-hessian-lite)
-[![codecov](https://codecov.io/gh/dubbo/hessian-lite/branch/master/graph/badge.svg)](https://codecov.io/gh/dubbo/hessian-lite)
+[![Build 
Status](https://travis-ci.org/apache/dubbo-hessian-lite.svg?branch=master)](https://travis-ci.org/apache/dubbo-hessian-lite)
+[![codecov](https://codecov.io/gh/apache/dubbo-hessian-lite/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/dubbo-hessian-lite)
 
[![Gitter](https://badges.gitter.im/alibaba/dubbo.svg)](https://gitter.im/alibaba/dubbo?utm_source=badge_medium=badge_campaign=pr-badge)
 ![license](https://img.shields.io/github/license/alibaba/dubbo.svg)
 ![maven](https://img.shields.io/maven-central/v/com.alibaba/hessian-lite.svg)
 
-Hessian-lite is a Alibaba dubbo embed version of [official 
hessian](https://github.com/ebourg/hessian) initially.  Then this module is 
separated from Dubbo. All branches of 
[Dubbo](https://github.com/apache/incubator-dubbo) : 2.5.x, 2.6.x(since 2.6.3) 
and 2.7.x  are dependent on it , please see the details:
+Hessian-lite is a Alibaba dubbo embed version of [official 
hessian](https://github.com/ebourg/hessian) initially.  Then this module is 
separated from Dubbo. All branches of [Dubbo](https://github.com/apache/dubbo) 
: 2.5.x, 2.6.x(since 2.6.3) and 2.7.x  are dependent on it , please see the 
details:
 
-- [2018-07-13 Delete the code of dubbo/hessian-lite module of the 2.6.x and 
2.5.x 
branches](https://lists.apache.org/thread.html/72f7bbca340e96fb7da6a7ada014312953cfccd19271fad8e60cbf39@%3Cdev.dubbo.apache.org%3E)
 
+- [2018-07-13 Delete the code of apache/dubbo-hessian-lite module of the 2.6.x 
and 2.5.x 
branches](https://lists.apache.org/thread.html/72f7bbca340e96fb7da6a7ada014312953cfccd19271fad8e60cbf39@%3Cdev.dubbo.apache.org%3E)
 
 - [2018-06-04 Moving hessian-lite from Dubbo codebase to 
eco-system](https://lists.apache.org/thread.html/872bbcada2db0f04145f853dd7c7f8abef589807b8089a5016478ec8@%3Cdev.dubbo.apache.org%3E)
 
 
+Now we are trying to build a hessian group https://github.com/hessian-group to 
make maintainers of Hessian community work more closely together .
+
 ## Maven dependency
 
 ```xml



[dubbo-hessian-lite] branch master updated: Update .travis.yml

2019-08-17 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new f990b96  Update .travis.yml
f990b96 is described below

commit f990b96f517a444a0cbf11eeaf20573e8770fdb0
Author: Xin Wang 
AuthorDate: Sat Aug 17 16:29:27 2019 +0800

Update .travis.yml
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9ea7035..1790f51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ jdk:
 - openjdk10
 - openjdk9
 - openjdk8
-- openjdk7
+   #   - openjdk7
 
 script:
 - mvn clean package



[dubbo-hessian-lite] branch master updated: Update .travis.yml

2019-08-17 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new fe80eda  Update .travis.yml
fe80eda is described below

commit fe80eda57723859e527fee68da666afb5807
Author: Xin Wang 
AuthorDate: Sat Aug 17 16:11:12 2019 +0800

Update .travis.yml
---
 .travis.yml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4d36f7e..9ea7035 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,14 +2,14 @@ language: java
 sudo: false # faster builds
 
 jdk:
-- oraclejdk11
+- openjdk11
 - openjdk10
-- oraclejdk9
-- oraclejdk8
+- openjdk9
+- openjdk8
 - openjdk7
 
 script:
 - mvn clean package
 
 after_success:
-- bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
+- bash <(curl -s https://codecov.io/bash)



[dubbo-hessian-lite] branch master updated: Update README.md

2019-08-17 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 3acc5eb70d4816f745a1002d13642b64842c93ca
Author: Xin Wang 
AuthorDate: Sat Aug 17 16:10:35 2019 +0800

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4743bcf..c66e222 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Hessian Lite(Alibaba embed version)
+## Hessian Lite(Apache Dubbo private version)
 
 [![Build 
Status](https://travis-ci.org/dubbo/hessian-lite.svg?branch=master)](https://travis-ci.org/apache/dubbo-hessian-lite)
 
[![codecov](https://codecov.io/gh/dubbo/hessian-lite/branch/master/graph/badge.svg)](https://codecov.io/gh/dubbo/hessian-lite)



[dubbo-website] branch master updated: fix style (#450)

2019-08-17 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 7895eec  fix style (#450)
7895eec is described below

commit 7895eec315fc4255d4b218691708f1328afdc741
Author: Xin Wang 
AuthorDate: Sat Aug 17 15:43:44 2019 +0800

fix style (#450)
---
 site_config/ecology.js | 70 ++
 1 file changed, 59 insertions(+), 11 deletions(-)

diff --git a/site_config/ecology.js b/site_config/ecology.js
index 91bae6a..5a857c1 100644
--- a/site_config/ecology.js
+++ b/site_config/ecology.js
@@ -525,6 +525,7 @@ export default {
   {
 name: 'Fst',
 img: '/img/ecology/java.png',
+hiddenImg: true,
 desc: 'FST: fast java serialization drop in-replacement',
 tags: [
   {
@@ -903,11 +904,11 @@ export default {
 desc: 'A lightweight powerful flow control component enabling 
reliability and monitoring for microservices',
 tags: [
   {
-text: 'Registry',
+text: 'Microservice Components',
 bgColor: '#835BE3',
   },
   {
-text: 'Config',
+text: 'Reliability',
 bgColor: '#00D0D9',
   },
 ],
@@ -920,11 +921,11 @@ export default {
 desc: 'Hystrix: Latency and Fault Tolerance for Distributed 
Systems',
 tags: [
   {
-text: 'Registry',
+text: 'Microservice Components',
 bgColor: '#835BE3',
   },
   {
-text: 'Config',
+text: 'Reliability',
 bgColor: '#00D0D9',
   },
 ],
@@ -937,11 +938,11 @@ export default {
 desc: 'Resilience4j is a fault tolerance library designed for 
Java8 and functional programming',
 tags: [
   {
-text: 'Registry',
+text: 'Microservice Components',
 bgColor: '#835BE3',
   },
   {
-text: 'Config',
+text: 'Reliability',
 bgColor: '#00D0D9',
   },
 ],
@@ -959,11 +960,11 @@ export default {
 desc: 'An open protocol to allow secure authorization in a 
simple and standard method from web, mobile and desktop applications.',
 tags: [
   {
-text: 'Registry',
+text: 'Microservice Components',
 bgColor: '#835BE3',
   },
   {
-text: 'Config',
+text: 'Authorization',
 bgColor: '#00D0D9',
   },
 ],
@@ -981,11 +982,11 @@ export default {
 desc: 'Apache RocketMQ is a distributed messaging and 
streaming platform with low latency, high performance and reliability, 
trillion-level capacity and flexible scalability.',
 tags: [
   {
-text: 'Registry',
+text: 'Microservice Components',
 bgColor: '#835BE3',
   },
   {
-text: 'Config',
+text: 'Event',
 bgColor: '#00D0D9',
   },
 ],
@@ -1003,7 +1004,7 @@ export default {
 desc: 'Simplify API development for users, teams, and 
enterprises with the Swagger open source and professional toolset. ',
 tags: [
   {
-text: 'Registry',
+text: 'Microservice Components',
 bgColor: '#835BE3',
   },
   {
@@ -1016,6 +1017,29 @@ export default {
   },
 ],
   },
+  {
+title: 'Scheduling',
+children: [
+  {
+name: 'SchedulerX',
+img: '/img/ecology/java.png',
+hiddenImg: true,
+desc: 'A distributed task scheduling componenent',
+tags: [
+  {
+text: 'Microservice Components',
+bgColor: '#835BE3',
+  },
+  {
+text: 'Scheduling',
+bgColor: '#00D0D9',
+  },
+],
+website: 'https://www.aliyun.com/aliware/schedulerx',
+repository: