Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] To enhance the ReferenceBean object to be a generic Spring Bean on @Reference injection #4455

Closed
mercyblitz opened this issue Jul 3, 2019 · 0 comments
Assignees
Milestone

Comments

@mercyblitz
Copy link
Contributor

mercyblitz commented Jul 3, 2019

It assumes that A field that was declared in a Spring Bean annotated @Reference, The Dubbo Framework will generate an instance of ReferenceBean and inject into this field by Java reflection, rather than as a generic Spring Bean, that means, the newly generated instance can't be referenced by other places, thus, it's required to enhance this object as a Spring Bean in order to get it easily.

At the same time, @Reference should add a new attribute named "id", which is optional and identifies the different ReferenceBean.

@mercyblitz mercyblitz added this to the 2.7.3 milestone Jul 3, 2019
@mercyblitz mercyblitz self-assigned this Jul 3, 2019
mercyblitz added a commit to mercyblitz/dubbo that referenced this issue Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant