You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ky...@apache.org on 2021/07/27 08:12:06 UTC

[dubbo] branch master updated: change alibaba_spring_context_support_version to 1.0.11 (#8217)

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

kylixs 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 ffabb89  change alibaba_spring_context_support_version to 1.0.11 (#8217)
ffabb89 is described below

commit ffabb89fdf6491cbe7661a725a37e1adeb32d5a5
Author: zrlw <zr...@sina.com>
AuthorDate: Tue Jul 27 16:11:53 2021 +0800

    change alibaba_spring_context_support_version to 1.0.11 (#8217)
---
 .../beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java  | 2 ++
 dubbo-dependencies-bom/pom.xml                                          | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java b/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java
index 0457118..177bffd 100644
--- a/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java
+++ b/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java
@@ -103,6 +103,8 @@ public class ReferenceAnnotationBeanPostProcessor extends AbstractAnnotationBean
      */
     public ReferenceAnnotationBeanPostProcessor() {
         super(DubboReference.class, Reference.class, com.alibaba.dubbo.config.annotation.Reference.class);
+        setClassValuesAsString(false);
+        setNestedAnnotationsAsMap(false);
     }
 
     /**
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 487e117..d11d1a1 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -150,7 +150,7 @@
         <fabric8_kubernetes_version>4.10.3</fabric8_kubernetes_version>
 
         <!-- Alibaba -->
-        <alibaba_spring_context_support_version>1.0.10</alibaba_spring_context_support_version>
+        <alibaba_spring_context_support_version>1.0.11</alibaba_spring_context_support_version>
 
         <jaxb_version>2.2.7</jaxb_version>
         <activation_version>1.2.0</activation_version>