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