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 2019/02/20 07:07:30 UTC

[incubator-dubbo] branch master updated: Merge pull request #3515, add metadataFactory SPI config for all-in-one shade jar.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a362986  Merge pull request #3515, add metadataFactory SPI config for all-in-one shade jar.
a362986 is described below

commit a3629863f36bd7c58e49bf0910a9cdff46f055f5
Author: Foreverĉ¨ <45...@qq.com>
AuthorDate: Wed Feb 20 15:07:19 2019 +0800

    Merge pull request #3515, add metadataFactory SPI config for all-in-one shade jar.
    
    Fixes #3514, missing redis metadata SPI extension in dubbo.jar.
---
 dubbo-all/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml
index 15fd731..730b73c 100644
--- a/dubbo-all/pom.xml
+++ b/dubbo-all/pom.xml
@@ -613,6 +613,10 @@
                                     <resource>META-INF/dubbo/internal/org.apache.dubbo.configcenter.DynamicConfigurationFactory
                                     </resource>
                                 </transformer>
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
+                                    <resource>META-INF/dubbo/internal/org.apache.dubbo.metadata.store.MetadataReportFactory
+                                    </resource>
+                                </transformer>
                             </transformers>
                             <filters>
                                 <filter>