You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2019/11/19 07:58:10 UTC

[dubbo] branch master updated: [Bugfix] rename the dubbo-metadata-report-api to dubbo-metadata-api (#5357)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 028d5f0  [Bugfix] rename the dubbo-metadata-report-api to dubbo-metadata-api (#5357)
028d5f0 is described below

commit 028d5f011132975582298ef21127e564c7a98957
Author: Mercy Ma <me...@gmail.com>
AuthorDate: Tue Nov 19 15:58:03 2019 +0800

    [Bugfix] rename the dubbo-metadata-report-api to dubbo-metadata-api (#5357)
    
    * Polish apache/dubbo#5306 : [Migration] Upgrade the @since tags in Javadoc migration cloud native to master
    
    * Polish apache/dubbo#5306 : [Migration] Upgrade the @since tags in Javadoc migration cloud native to master
    
    * Polish apache/dubbo#5309 : [ISSURE] The beans of Dubbo's Config can't be found on the ReferenceBean's initialization
    
    * Polish apache/dubbo#5312 : Resolve the demos' issues of zookeeper and nacos
    
    * Polish apache/dubbo#5313 : [Migration] migrate the code in common module from cloud-native branch to master
    
    * Polish apache/dubbo#5316 : [Refactor] Replace @EnableDubboConfigBinding Using spring-context-support
    
    * Polish apache/dubbo#5317 : [Refactor] Refactor ReferenceAnnotationBeanPostProcessor using Alibaba spring-context-suuport API
    
    * Polish apache/dubbo#5321 : Remove BeanFactoryUtils
    
    * Polish apache/dubbo#5321 : Remove AnnotatedBeanDefinitionRegistryUtils
    
    * Polish apache/dubbo#5321 : Remove AnnotationUtils
    
    * Polish apache/dubbo#5321 : Remove ClassUtils
    
    * Polish apache/dubbo#5321 : Remove BeanRegistrar
    
    * Polish apache/dubbo#5321 : Remove ObjectUtils
    
    * Polish apache/dubbo#5321 : Remove PropertySourcesUtils
    
    * Polish apache/dubbo#5325 : [Migration] To migrate dubbo-metadata-api from cloud-native branch
    
    * Polish apache/dubbo#5326 : [Migration] To migrate dubbo-metadata-processor from cloud-native branch
    
    * Polish apache/dubbo#5329 : [Feature] To add the default metadata into ServiceInstance
    
    * Polish apache/dubbo#5339 : [Refactor] Refactor the DynamicConfiguration interface
    
    * Polish bugfix
    
    * Fixes test cases
    
    * Merge remote-tracking branch 'upstream/master' into cloud-native-2.7.5
    
    # Conflicts:
    #	dubbo-configcenter/dubbo-configcenter-zookeeper/src/test/java/org/apache/dubbo/configcenter/support/zookeeper/ZookeeperDynamicConfigurationTest.java
    #	dubbo-metadata/dubbo-metadata-api/src/test/java/org/apache/dubbo/metadata/DynamicConfigurationServiceNameMappingTest.java
    
    * Merge remote-tracking branch 'upstream/master' into cloud-native-2.7.5
    
    # Conflicts:
    #	dubbo-configcenter/dubbo-configcenter-zookeeper/src/test/java/org/apache/dubbo/configcenter/support/zookeeper/ZookeeperDynamicConfigurationTest.java
    #	dubbo-metadata/dubbo-metadata-api/src/test/java/org/apache/dubbo/metadata/DynamicConfigurationServiceNameMappingTest.java
    
    * Fix test-cases
    
    * Polish rename module dubbo-metadata-api
---
 dubbo-config/dubbo-config-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml
index 1330179..89580bd 100644
--- a/dubbo-config/dubbo-config-api/pom.xml
+++ b/dubbo-config/dubbo-config-api/pom.xml
@@ -37,7 +37,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.dubbo</groupId>
-            <artifactId>dubbo-metadata-report-api</artifactId>
+            <artifactId>dubbo-metadata-api</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
         <dependency>