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

Incorrect mention of getPropertyValues in BeanWrapper section of documentation #24510

Closed
zhuzhuman978 opened this issue Feb 12, 2020 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Milestone

Comments

@zhuzhuman978
Copy link
Contributor

In the section of 3.3.1 in spring framework version 5.1.3.RELEASE core technologies document, the document describes that there is a getPropertyValues method. In fact, there is no such method in the BeanWrapeer class. I'm not sure if this is a version problem or refers to a method in another class instead of BeanWrapper.

图片

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 12, 2020
@rstoyanchev rstoyanchev self-assigned this Feb 12, 2020
@rstoyanchev rstoyanchev added in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Feb 12, 2020
@rstoyanchev rstoyanchev added this to the 5.2.4 milestone Feb 12, 2020
@rstoyanchev
Copy link
Contributor

rstoyanchev commented Feb 12, 2020

It looks like that was getPropertyValue(s) at some point, i.e. meant to refer to all overloaded variants, but was edited in 395e3d0#diff-7e1586ca210f63b9665d58ea71268244L233 and has been that way since 5.1.

@rstoyanchev rstoyanchev changed the title The problem of spring framework version 5.1.3.RELEASE core technologies document Incorrect mention of getPropertyValues in BeanWrapper section of documentation Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Projects
None yet
Development

No branches or pull requests

3 participants