[dubbo] branch cloud-native updated: Dubbo cloud native (#4924)

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

mercyblitz pushed a commit to branch cloud-native
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/cloud-native by this push:
 new df0d39c  Dubbo cloud native (#4924)
df0d39c is described below

commit df0d39c9a9ac99f2b5dfbdcbfdbc157f3a39f1b0
Author: Mercy Ma 
AuthorDate: Fri Aug 23 10:57:19 2019 +0800

Dubbo cloud native (#4924)

* Polish apache/dubbo#4542 : [Enhancement] Adapt the Java standard 
Event/Listener mechanism

* Polish apache/dubbo#4541 : [Feature] Add local File System 
DynamicConfigurationFactory‘s extension

* Polish apache#4541 : Bugfix

* Polish apache/dubbo#4541 : Optimization

* Polish apache/dubbo#4541 : Add the compatibility for PollingWatchService 
on the some platforms

* Polish apache/dubbo#4541 : Add delay publish without ThreadPoolExecutor

* Polish apache/dubbo#4541 : Refactor the extension name

* Polish apache/dubbo#4541 : Add remove ops

* Polish apache/dubbo#4541 : Add testable constructor

* Polish apache/dubbo#4541 : Add getConfigGroups method

* Polish apache/dubbo#4610 : [Refactor] Refactor the bootstrap module

* Polish apache/dubbo#4541 : Fix the nulling URL issue

* Polish apache/dubbo#4622 : [Refactor] Refactor ConfigManager

* Polish apache/dubbo#4622 : [Refactor] Refactor ConfigManager

* Polish apache/dubbo#4622 : Support multiple configcenters

* Polish apache/dubbo#4671 : ServiceNameMapping will not map the group, 
version and protocol

* update referenceCount log (#4683)

Add comments to support multiple shared connections

* Polish /apache/dubbo#4687 : Remove the duplicated test code in 
dubbo-config-spring (#4688)

* #4685  修改代码if判断false问题 if (hasException == false)修改成if (!hasException) 
(#4695)

* Fixed Service annotation method parameters are not in effect (#4598)

* keep demo simple, and switch to use zookeeper as registry center (#4705)

* keep demo simple, and switch to use zookeeper as registry center

* remove comment

* @Reference auto-wires the instance of generic interface #4594 (#4677)

* try to shorten maven output to make travis build pass (#4710)

* use CountDownLatch to check zk registry if establish connection (#4589)

* Minor change

* Rename the extension name of WritableMetadataService

* Polish apache/dubbo#4759 : [Refactor] Change the signature of methods of 
MetadataService #4759

* Merge remote-tracking branch 'upstream/master' into dubbo-cloud-native

# Conflicts:
#   dubbo-all/pom.xml
#   dubbo-bom/pom.xml
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ApplicationConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ConfigCenterConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ReferenceConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/RegistryConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ServiceConfig.java
#   
dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
#   
dubbo-configcenter/dubbo-configcenter-api/src/main/java/org/apache/dubbo/configcenter/DynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-api/src/test/java/org/apache/dubbo/configcenter/mock/MockDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-consul/src/main/java/org/apache/dubbo/configcenter/consul/ConsulDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-etcd/src/test/java/org/apache/dubbo/configcenter/support/etcd/EtcdDynamicConfigurationTest.java
#   
dubbo-configcenter/dubbo-configcenter-nacos/src/main/java/org/apache/dubbo/configcenter/support/nacos/NacosDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-nacos/src/test/java/org/apache/dubbo/configcenter/support/nacos/NacosDynamicConfigurationTest.java
#   
dubbo-configcenter/dubbo-configcenter-zookeeper/src/main/java/org/apache/dubbo/configcenter/support/zookeeper/ZookeeperDynamicConfiguration.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/definition/model/MethodDefinition.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/report/identifier/MetadataIdentifier.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/report/support/AbstractMetadataReport.java
#   
dubbo-metadata/dubbo-metadata-api/src/test/java/org/apache/dubbo/metadata/report/identifier/MetadataIdentifierTest.java

[dubbo] branch cloud-native updated: Dubbo cloud native (#4923)

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

mercyblitz pushed a commit to branch cloud-native
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/cloud-native by this push:
 new d105b74  Dubbo cloud native (#4923)
d105b74 is described below

commit d105b744159046dc2e420b5d0441e4d0b6e381e9
Author: Mercy Ma 
AuthorDate: Fri Aug 23 10:39:24 2019 +0800

Dubbo cloud native (#4923)

* Polish apache/dubbo#4542 : [Enhancement] Adapt the Java standard 
Event/Listener mechanism

* Polish apache/dubbo#4541 : [Feature] Add local File System 
DynamicConfigurationFactory‘s extension

* Polish apache#4541 : Bugfix

* Polish apache/dubbo#4541 : Optimization

* Polish apache/dubbo#4541 : Add the compatibility for PollingWatchService 
on the some platforms

* Polish apache/dubbo#4541 : Add delay publish without ThreadPoolExecutor

* Polish apache/dubbo#4541 : Refactor the extension name

* Polish apache/dubbo#4541 : Add remove ops

* Polish apache/dubbo#4541 : Add testable constructor

* Polish apache/dubbo#4541 : Add getConfigGroups method

* Polish apache/dubbo#4610 : [Refactor] Refactor the bootstrap module

* Polish apache/dubbo#4541 : Fix the nulling URL issue

* Polish apache/dubbo#4622 : [Refactor] Refactor ConfigManager

* Polish apache/dubbo#4622 : [Refactor] Refactor ConfigManager

* Polish apache/dubbo#4622 : Support multiple configcenters

* Polish apache/dubbo#4671 : ServiceNameMapping will not map the group, 
version and protocol

* update referenceCount log (#4683)

Add comments to support multiple shared connections

* Polish /apache/dubbo#4687 : Remove the duplicated test code in 
dubbo-config-spring (#4688)

* #4685  修改代码if判断false问题 if (hasException == false)修改成if (!hasException) 
(#4695)

* Fixed Service annotation method parameters are not in effect (#4598)

* keep demo simple, and switch to use zookeeper as registry center (#4705)

* keep demo simple, and switch to use zookeeper as registry center

* remove comment

* @Reference auto-wires the instance of generic interface #4594 (#4677)

* try to shorten maven output to make travis build pass (#4710)

* use CountDownLatch to check zk registry if establish connection (#4589)

* Minor change

* Rename the extension name of WritableMetadataService

* Polish apache/dubbo#4759 : [Refactor] Change the signature of methods of 
MetadataService #4759

* Merge remote-tracking branch 'upstream/master' into dubbo-cloud-native

# Conflicts:
#   dubbo-all/pom.xml
#   dubbo-bom/pom.xml
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ApplicationConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ConfigCenterConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ReferenceConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/RegistryConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ServiceConfig.java
#   
dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
#   
dubbo-configcenter/dubbo-configcenter-api/src/main/java/org/apache/dubbo/configcenter/DynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-api/src/test/java/org/apache/dubbo/configcenter/mock/MockDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-consul/src/main/java/org/apache/dubbo/configcenter/consul/ConsulDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-etcd/src/test/java/org/apache/dubbo/configcenter/support/etcd/EtcdDynamicConfigurationTest.java
#   
dubbo-configcenter/dubbo-configcenter-nacos/src/main/java/org/apache/dubbo/configcenter/support/nacos/NacosDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-nacos/src/test/java/org/apache/dubbo/configcenter/support/nacos/NacosDynamicConfigurationTest.java
#   
dubbo-configcenter/dubbo-configcenter-zookeeper/src/main/java/org/apache/dubbo/configcenter/support/zookeeper/ZookeeperDynamicConfiguration.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/definition/model/MethodDefinition.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/report/identifier/MetadataIdentifier.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/report/support/AbstractMetadataReport.java
#   
dubbo-metadata/dubbo-metadata-api/src/test/java/org/apache/dubbo/metadata/report/identifier/MetadataIdentifierTest.java

[dubbo] branch cloud-native updated: Dubbo cloud native (#4922)

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

mercyblitz pushed a commit to branch cloud-native
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/cloud-native by this push:
 new a3aa6c1  Dubbo cloud native (#4922)
a3aa6c1 is described below

commit a3aa6c177b43dc59f2f37da923c78d4b71a9d901
Author: Mercy Ma 
AuthorDate: Fri Aug 23 09:49:35 2019 +0800

Dubbo cloud native (#4922)

* Polish apache/dubbo#4542 : [Enhancement] Adapt the Java standard 
Event/Listener mechanism

* Polish apache/dubbo#4541 : [Feature] Add local File System 
DynamicConfigurationFactory‘s extension

* Polish apache#4541 : Bugfix

* Polish apache/dubbo#4541 : Optimization

* Polish apache/dubbo#4541 : Add the compatibility for PollingWatchService 
on the some platforms

* Polish apache/dubbo#4541 : Add delay publish without ThreadPoolExecutor

* Polish apache/dubbo#4541 : Refactor the extension name

* Polish apache/dubbo#4541 : Add remove ops

* Polish apache/dubbo#4541 : Add testable constructor

* Polish apache/dubbo#4541 : Add getConfigGroups method

* Polish apache/dubbo#4610 : [Refactor] Refactor the bootstrap module

* Polish apache/dubbo#4541 : Fix the nulling URL issue

* Polish apache/dubbo#4622 : [Refactor] Refactor ConfigManager

* Polish apache/dubbo#4622 : [Refactor] Refactor ConfigManager

* Polish apache/dubbo#4622 : Support multiple configcenters

* Polish apache/dubbo#4671 : ServiceNameMapping will not map the group, 
version and protocol

* update referenceCount log (#4683)

Add comments to support multiple shared connections

* Polish /apache/dubbo#4687 : Remove the duplicated test code in 
dubbo-config-spring (#4688)

* #4685  修改代码if判断false问题 if (hasException == false)修改成if (!hasException) 
(#4695)

* Fixed Service annotation method parameters are not in effect (#4598)

* keep demo simple, and switch to use zookeeper as registry center (#4705)

* keep demo simple, and switch to use zookeeper as registry center

* remove comment

* @Reference auto-wires the instance of generic interface #4594 (#4677)

* try to shorten maven output to make travis build pass (#4710)

* use CountDownLatch to check zk registry if establish connection (#4589)

* Minor change

* Rename the extension name of WritableMetadataService

* Polish apache/dubbo#4759 : [Refactor] Change the signature of methods of 
MetadataService #4759

* Merge remote-tracking branch 'upstream/master' into dubbo-cloud-native

# Conflicts:
#   dubbo-all/pom.xml
#   dubbo-bom/pom.xml
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ApplicationConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ConfigCenterConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ReferenceConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/RegistryConfig.java
#   
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ServiceConfig.java
#   
dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
#   
dubbo-configcenter/dubbo-configcenter-api/src/main/java/org/apache/dubbo/configcenter/DynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-api/src/test/java/org/apache/dubbo/configcenter/mock/MockDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-consul/src/main/java/org/apache/dubbo/configcenter/consul/ConsulDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-etcd/src/test/java/org/apache/dubbo/configcenter/support/etcd/EtcdDynamicConfigurationTest.java
#   
dubbo-configcenter/dubbo-configcenter-nacos/src/main/java/org/apache/dubbo/configcenter/support/nacos/NacosDynamicConfiguration.java
#   
dubbo-configcenter/dubbo-configcenter-nacos/src/test/java/org/apache/dubbo/configcenter/support/nacos/NacosDynamicConfigurationTest.java
#   
dubbo-configcenter/dubbo-configcenter-zookeeper/src/main/java/org/apache/dubbo/configcenter/support/zookeeper/ZookeeperDynamicConfiguration.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/definition/model/MethodDefinition.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/report/identifier/MetadataIdentifier.java
#   
dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/report/support/AbstractMetadataReport.java
#   
dubbo-metadata/dubbo-metadata-api/src/test/java/org/apache/dubbo/metadata/report/identifier/MetadataIdentifierTest.java

[dubbo-go] branch develop updated (00a2553 -> 23b95a0)

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

xinminghe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


from 00a2553  Merge branch 'develop' of https://github.com/apache/dubbo-go 
into develop
 new ddd0a5a  add map struct to generic filter
 new d91f972  Merge pull request #12 from apache/develop
 new 534a79e  Merge branch 'develop' of 
https://github.com/pantianying/dubbo-go into develog
 new 23b95a0  Merge pull request #171 from pantianying/develop

The 716 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:
 filter/impl/generic_filter.go  | 18 +-
 filter/impl/generic_filter_test.go | 32 
 2 files changed, 45 insertions(+), 5 deletions(-)



[dubbo] branch 2.6.x updated: travis config on 2.6.x (#4916)

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

iluo pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
 new 281ab19  travis config on 2.6.x (#4916)
281ab19 is described below

commit 281ab19ed4652580b599127562dc21c2ae158b75
Author: Ian Luo 
AuthorDate: Thu Aug 22 20:44:23 2019 +0800

travis config on 2.6.x (#4916)
---
 .travis.yml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 362cd5c..b5f8944 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,6 @@ matrix:
 - ZULUJDK=7
 
 before_install:
-  # installing the rpm package
-  - sudo apt-get update -qq
-  - sudo apt-get install -qq rpm
   # adding $HOME/.sdkman to cache would create an empty directory, which 
interferes with the initial installation
   - "[[ -d $HOME/.sdkman/bin/ ]] || rm -rf $HOME/.sdkman/"
   - curl -sL https://get.sdkman.io | bash
@@ -31,4 +28,4 @@ script:
   - travis_wait 30 ./mvnw clean install -DskipTests=false 
-Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
 
 after_success:
-  - bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
+  - bash <(curl -s https://codecov.io/bash)



[dubbo] branch 2.6.x updated (c8facc5 -> 6f593a6)

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

iluo pushed a change to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


from c8facc5  修复注册中心域名解析导致的单点问题 (#4293)
 add 6f593a6  enhance travis

No new revisions were added by this update.

Summary of changes:
 .travis.yml | 30 +++---
 1 file changed, 23 insertions(+), 7 deletions(-)



[dubbo-website] branch asf-site updated: Website updated with 6ff86d94f67daeca51acac5f625b4c477577e5e1

2019-08-22 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 45b1722  Website updated with 6ff86d94f67daeca51acac5f625b4c477577e5e1
45b1722 is described below

commit 45b1722b2fc4fa2d440b351dd7560fd3b97d00e9
Author: jenkins 
AuthorDate: Thu Aug 22 10:48:20 2019 +

Website updated with 6ff86d94f67daeca51acac5f625b4c477577e5e1
---
 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 c07008e..eb51268 100644
--- a/COMMIT_ID
+++ b/COMMIT_ID
@@ -1 +1 @@
-95dbde72bc76a093c79eb810f18ca30965fe6c64
+6ff86d94f67daeca51acac5f625b4c477577e5e1
diff --git a/build/ecology.js b/build/ecology.js
index 67b3830..013b5b4 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 03f29f9..927fcc9 100644
--- a/zh-cn/ecology/index.html
+++ b/zh-cn/ecology/index.html
@@ -12,7 +12,7 @@

 
 
-   
En

[dubbo] branch 2.6.x updated (c8facc5 -> 6f593a6)

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

iluo pushed a change to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


from c8facc5  修复注册中心域名解析导致的单点问题 (#4293)
 add 6f593a6  enhance travis

No new revisions were added by this update.

Summary of changes:
 .travis.yml | 30 +++---
 1 file changed, 23 insertions(+), 7 deletions(-)



[dubbo] branch master updated (21397b3 -> 98c4677)

2019-08-22 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/dubbo.git.


from 21397b3  fix 4892 (#4893)
 add 98c4677  [Dubbo-4861] WIP: fix stackoverflow of protostuff and other 
errors (#4862)

No new revisions were added by this update.

Summary of changes:
 .../protostuff/ProtostuffObjectOutputTest.java | 144 +
 1 file changed, 144 insertions(+)



[dubbo-website] branch master updated: remove schedulerX (#453)

2019-08-22 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 6ff86d9  remove schedulerX (#453)
6ff86d9 is described below

commit 6ff86d94f67daeca51acac5f625b4c477577e5e1
Author: Xin Wang 
AuthorDate: Thu Aug 22 15:45:22 2019 +0800

remove schedulerX (#453)
---
 site_config/ecology.js | 42 ++
 1 file changed, 2 insertions(+), 40 deletions(-)

diff --git a/site_config/ecology.js b/site_config/ecology.js
index 5a857c1..f1dade2 100644
--- a/site_config/ecology.js
+++ b/site_config/ecology.js
@@ -1019,26 +1019,7 @@ 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: 'https://www.aliyun.com/aliware/schedulerx',
-  },
-],
+children: [],
   },
 ],
   },
@@ -2483,26 +2464,7 @@ export default {
   },
   {
 title: '调度',
-children: [
-  {
-name: 'SchedulerX',
-img: '/img/ecology/java.png',
-hiddenImg: true,
-desc: '分布式调度系统',
-tags: [
-  {
-text: '微服务组件',
-bgColor: '#835BE3',
-  },
-  {
-text: '调度',
-bgColor: '#00D0D9',
-  },
-],
-website: 'https://www.aliyun.com/aliware/schedulerx',
-repository: 'https://www.aliyun.com/aliware/schedulerx',
-  },
-],
+children: [],
   },
 ],
   },



[dubbo] branch master updated: fix 4892 (#4893)

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

iluo 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 21397b3  fix 4892 (#4893)
21397b3 is described below

commit 21397b30599ce765d3db938ca53ba26c108ab363
Author: kexianjun 
AuthorDate: Thu Aug 22 15:09:42 2019 +0800

fix 4892 (#4893)
---
 .../src/main/java/org/apache/dubbo/config/MonitorConfig.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/MonitorConfig.java
 
b/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/MonitorConfig.java
index 5058aa0..f1c9c21 100644
--- 
a/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/MonitorConfig.java
+++ 
b/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/MonitorConfig.java
@@ -16,6 +16,7 @@
  */
 package org.apache.dubbo.config;
 
+import org.apache.dubbo.common.constants.RegistryConstants;
 import org.apache.dubbo.common.utils.StringUtils;
 import org.apache.dubbo.config.support.Parameter;
 
@@ -154,7 +155,7 @@ public class MonitorConfig extends AbstractConfig {
 @Override
 @Parameter(excluded = true)
 public boolean isValid() {
-return StringUtils.isNotEmpty(address);
+return StringUtils.isNotEmpty(address) || 
RegistryConstants.REGISTRY_PROTOCOL.equals(protocol);
 }
 
 }