You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2020/02/26 05:55:42 UTC

[dubbo] branch master updated (195b074 -> 3d32973)

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

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


    from 195b074  enhance configuration api (#5774)
     add 3d32973  fix: spelling incorrect (#5749)

No new revisions were added by this update.

Summary of changes:
 SECURITY.md                                                    |  2 +-
 .../dubbo/rpc/cluster/support/wrapper/MockClusterInvoker.java  |  2 +-
 .../src/main/java/org/apache/dubbo/common/json/JSON.java       |  2 +-
 .../java/org/apache/dubbo/config/MetadataReportConfig.java     |  2 +-
 .../java/org/apache/dubbo/rpc/model/ServiceDescriptor.java     |  2 +-
 .../dubbo/config/bootstrap/builders/MetadataReportBuilder.java |  2 +-
 .../dubbo/config/spring/schema/DubboBeanDefinitionParser.java  |  2 +-
 .../org/apache/dubbo/config/spring/util/DubboBeanUtils.java    |  2 +-
 .../dubbo/metadata/store/RemoteWritableMetadataService.java    |  2 +-
 .../java/org/apache/dubbo/auth/AccessKeyAuthenticator.java     | 10 +++++-----
 .../src/main/java/org/apache/dubbo/auth/Constants.java         |  2 +-
 .../java/org/apache/dubbo/auth/DefaultAccessKeyStorage.java    |  2 +-
 .../java/org/apache/dubbo/auth/AccessKeyAuthenticatorTest.java |  2 +-
 .../org/apache/dubbo/auth/filter/ProviderAuthFilterTest.java   |  2 +-
 .../dubbo/registry/client/EventPublishingServiceDiscovery.java |  2 +-
 .../registry/client/metadata/SubscribedURLsSynthesizer.java    |  2 +-
 .../main/java/org/apache/dubbo/remoting/etcd/EtcdClient.java   |  2 +-
 .../apache/dubbo/remoting/etcd/jetcd/JEtcdClientWrapper.java   |  2 +-
 .../org/apache/dubbo/remoting/transport/mina/MinaClient.java   |  2 +-
 .../dubbo-rpc-native-thrift/src/test/idls/DemoService.thrift   |  2 +-
 20 files changed, 24 insertions(+), 24 deletions(-)