You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/02/01 06:58:46 UTC

[dubbo] branch master updated (0438ee7 -> ed7be11)

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

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


    from 0438ee7  optimize : put single-quotes around ':' to use the faster "indexOf(char)" method. (#5585)
     add ed7be11  constant names should be all uppercase, separated by underscores (#5356)

No new revisions were added by this update.

Summary of changes:
 .../rpc/cluster/router/script/ScriptRouter.java    |   4 +-
 .../file/FileSystemDynamicConfiguration.java       |  24 ++---
 .../dubbo/common/json/GenericJSONConverter.java    | 110 ++++++++++-----------
 .../apache/dubbo/common/utils/ReflectUtils.java    |   6 +-
 .../apache/dubbo/rpc/model/ApplicationModel.java   |   8 +-
 .../org/apache/dubbo/config/ServiceConfig.java     |   8 +-
 .../main/java/org/apache/dubbo/container/Main.java |   6 +-
 .../report/support/AbstractMetadataReport.java     |  10 +-
 .../store/BaseWritableMetadataService.java         |   6 +-
 .../definition/protobuf/ProtobufTypeBuilder.java   |   4 +-
 .../monitor/support/AbstractMonitorFactory.java    |   4 +-
 .../org/apache/dubbo/qos/server/DubboLogo.java     |   2 +-
 .../java/org/apache/dubbo/qos/server/Server.java   |   2 +-
 .../qos/server/handler/QosProcessHandler.java      |   4 +-
 .../qos/server/handler/TelnetProcessHandler.java   |   8 +-
 .../server/handler/TelnetProcessHandlerTest.java   |   2 +-
 .../remoting/http/servlet/DispatcherServlet.java   |   8 +-
 .../remoting/transport/netty4/NettyClient.java     |   4 +-
 .../apache/dubbo/rpc/filter/DeprecatedFilter.java  |   6 +-
 .../rpc/protocol/dubbo/CallbackServiceCodec.java   |   4 +-
 .../rpc/protocol/dubbo/filter/TraceFilter.java     |  12 +--
 .../rpc/protocol/nativethrift/ThriftProtocol.java  |   6 +-
 .../dubbo/common/serialize/fst/FstFactory.java     |   4 +-
 23 files changed, 126 insertions(+), 126 deletions(-)