You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/03/14 09:21:14 UTC

[dubbo] branch master updated (97cb435 -> ef03752)

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

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


    from 97cb435  [Optimize] constant names should be all uppercase (#6760)
     add ef03752  Optimize code in dubbo-common (#5597)

No new revisions were added by this update.

Summary of changes:
 .../common/threadlocal/InternalThreadLocal.java    |  2 +-
 .../apache/dubbo/common/utils/CollectionUtils.java | 39 ++++++++++------------
 .../org/apache/dubbo/common/utils/UrlUtils.java    | 18 ++--------
 .../support/AbortPolicyWithReportTest.java         |  7 +---
 .../support/cached/CachedThreadPoolTest.java       | 13 +++-----
 .../support/eager/EagerThreadPoolExecutorTest.java | 17 ++++------
 .../support/eager/EagerThreadPoolTest.java         | 13 +++-----
 .../dubbo/common/utils/CollectionUtilsTest.java    |  2 +-
 .../apache/dubbo/common/utils/ConfigUtilsTest.java |  2 +-
 9 files changed, 42 insertions(+), 71 deletions(-)