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/09/23 03:38:08 UTC

[dubbo] branch 3.0 updated (20cbef8 -> 4d42765)

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

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


    from 20cbef8  Add Logger Disabled Option (#8885)
     add 4d42765  Add ClassLoaderResourceLoader to cache ClassLoader's resources (#8866)

No new revisions were added by this update.

Summary of changes:
 .../dubbo/common/extension/ExtensionLoader.java    | 36 ++++----
 .../common/utils/ClassLoaderResourceLoader.java    | 95 ++++++++++++++++++++++
 .../org/apache/dubbo/common/utils/ConfigUtils.java | 43 +++++-----
 3 files changed, 136 insertions(+), 38 deletions(-)
 create mode 100644 dubbo-common/src/main/java/org/apache/dubbo/common/utils/ClassLoaderResourceLoader.java