You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/06/28 11:00:49 UTC

[dubbo] branch 3.0 updated (39292a0 -> f64d2b2)

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 39292a0  Optimize performance & Fix some potential bugs (#8155)
     add f64d2b2  Support generic call by reference without interface class locally (#8159)

No new revisions were added by this update.

Summary of changes:
 .../apache/dubbo/config/ReferenceConfigBase.java   |  6 +--
 .../org/apache/dubbo/rpc/model/ConsumerModel.java  | 11 +++-
 .../org/apache/dubbo/config/ReferenceConfig.java   |  2 +-
 .../apache/dubbo/config/spring/ReferenceBean.java  | 63 ++++++++++++----------
 .../ReferenceAnnotationBeanPostProcessor.java      | 18 ++-----
 .../spring/schema/DubboBeanDefinitionParser.java   | 20 +++----
 .../javaconfig/JavaConfigReferenceBeanTest.java    |  8 +--
 .../config/spring/schema/GenericServiceTest.java   | 38 +++++++++++--
 .../META-INF/spring/dubbo-generic-consumer.xml     |  7 ++-
 .../src/test/resources/log4j.xml                   |  4 +-
 10 files changed, 104 insertions(+), 73 deletions(-)