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

albumenj pushed a change to branch 3.0.1-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 8ca6acb  Merge remote-tracking branch 'apache/3.0' into 3.0.1-release
     new 84d6bb7  Support generic call by reference without interface class 
locally (#8159)
     new 4492e2f  reset start state when change takeover mode

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/dubbo/config/ReferenceConfigBase.java   |  6 +--
 .../org/apache/dubbo/rpc/model/ConsumerModel.java  | 11 +++-
 .../org/apache/dubbo/config/ReferenceConfig.java   |  2 +-
 .../dubbo/config/bootstrap/DubboBootstrap.java     |  1 +
 .../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 +-
 11 files changed, 105 insertions(+), 73 deletions(-)

Reply via email to