Skip to content

Commit

Permalink
change alibaba_spring_context_support_version to 1.0.11 (#8217)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrlw authored Jul 27, 2021
1 parent d82ce47 commit ffabb89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ffabb89

Please sign in to comment.