Skip to content

Spring expression: ReflectionUtils don't respect boolean getters starting with 'is' [SPR-5450] #10123

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

Closed
spring-projects-issues opened this issue Jan 31, 2009 · 1 comment
Labels
type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Oliver Becker opened SPR-5450 and commented

In org.springframework.expression.spel.reflection.ReflectionUtils#findGetterForProperty() boolean getters will only be found if they start with "get", i.e. they will be ignored if they start with "is". It would be great if is-getters would be accounted as well.

BTW: is there a special reason that you don't use the functionality provided by the java.beans package?


Affects: 3.0 M1

@spring-projects-issues
Copy link
Collaborator Author

Oliver Becker commented

This ticket has been fixed with M2, so you can close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant