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

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


    from bdfc500  Fix NPE in TagRouter
     add e572f15  merge from base
     add 678b3fd  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add fd36193  add metadata master flow
     add d3d6025  modify apache license
     add 1aa9138  new pull
     add 98021af  Merge branch 'dev-metadata' into dev-metadata
     add 653f5e4  new pull
     add cd13f62  new pull
     add bab12d2  new pull
     add d93515a  fix review issue: english comments and class format
     add 5ab51cf  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add 5fcfbce  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add 0cb75df  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add 1af7240  modify data store
     add f532ffd  add redis service store support
     add 98daa43  add test
     add d695b5e  add test on serviceStore and serviceStoreFactory
     add f8a9315  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add fe8380f  add classinfo collect
     add 9f6f0f5  add serviceStoreService test and modify the code
     add 6f86a8e  add tests
     add 0dac06e  add unit test
     add 336ffd1  add unit test
     add 00513f8  zk and redis unit test and fix some bug
     add 5e3415f  fix review issue
     add d3469fd  delete class
     add 462337f  remove author
     add 1dc5d35  remove author
     add a69bc0a  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add 695d9f8  move getKey from RedisServiceStore to AbstractServiceStore;  
modify demo consumer url
     add 10b2af4  modify dubbo configuration key
     add 876b9d6  merge from dev-metadata
     add 5194066  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add a97bf43  renew the module name, package name, class name
     add 604439a  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add 0a29783  refactor AbstractMetadataReport
     add 1e6800b  seperate retry from AbstractMetadataReport
     add ca649e3  rename the serviceStore to metadataReport; default 
MetadataReportFactory to redis
     add f1ea451  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add 8416db1  refactor the interface and import jaket source
     add 2a8986a  refactor the interface and import jaket source
     add 801eb73  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add 26f01c9  modify servicestore and refactory abstractMetadataReport
     add 10bca19  add simple registry switch and metadata retry switch
     add a4db979  add simple registry switch and metadata retry switch
     add 6f90215  fix compiler issue
     add 033b58e  remove the group of registry from demo-provider
     add 8600ae4  remove dependent and import
     add a41930e  merge dev-metadata
     add 61bdd46  make demo work
     add 90a9134  merge dev-metadata from upstream and refactor zk store
     add 6b4bae0  merge dev-metadata and add unit test
     add 9d37574  remove origin metadata code , add new metadata test, add 
generic test for metadata
     add c064b0a  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     add 8f498c9  if no metadata config address, config the log level to warn
     new bc9cf99  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     new c5bc3bc  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     new d8db928  fix :dubbo.properties cannot work on MetadataReportConfig
     new efacb58  Merge branch 'dev-metadata' of 
https://github.com/apache/incubator-dubbo into dev-metadata
     new 29ef73f  refactor the simplified, add some unit test, fix issue.
     new 21b4334  Merge branch 'dev-metadata' of 
github.com:apache/incubator-dubbo into dev-metadata

The 6 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:
 .../java/org/apache/dubbo/common/Constants.java    |  6 +-
 .../src/main/java/org/apache/dubbo/common/URL.java |  8 +-
 .../dubbo/config/RegistryDataConfigTest.java       | 87 ++++++++++++++++++++++
 .../dubbo/config/AbstractInterfaceConfig.java      |  5 +-
 .../apache/dubbo/config/RegistryDataConfig.java    |  2 +-
 .../annotation/DubboConfigConfiguration.java       |  6 +-
 .../src/main/resources/META-INF/compat/dubbo.xsd   | 20 ++---
 .../src/main/resources/META-INF/dubbo.xsd          | 20 ++---
 .../META-INF/spring/dubbo-demo-provider.xml        |  2 +-
 .../registry/integration/RegistryProtocol.java     | 25 ++-----
 .../dubbo/registry/dubbo/RegistryProtocolTest.java | 11 ---
 .../registry/integration/RegistryProtocolTest.java | 23 ++++++
 12 files changed, 156 insertions(+), 59 deletions(-)
 create mode 100644 
dubbo-compatible/src/test/java/org/apache/dubbo/config/RegistryDataConfigTest.java
 create mode 100644 
dubbo-registry/dubbo-registry-default/src/test/java/org/apache/dubbo/registry/integration/RegistryProtocolTest.java

Reply via email to