ban-xiu commented on PR #16144:
URL: https://github.com/apache/dubbo/pull/16144#issuecomment-4074564187

   > this pr might cause problem if the dubbo generice service references are 
created without annotation `@Bean`. Dubbo registers reference beans into the 
Spring container automatically no matter using annotation `@Bean` or not.
   
   It seems that the only scenario where the interface order of 
AbstractProxyFactory needs to take effect for Spring is when users entirely 
bypass ReferenceBean and directly call referenceConfig.get() in a @Bean 
method—which is precisely the case this PR aims to fix.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to