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

Property accessors naming not according Java bean specification #1496

Closed
tinustate opened this issue Oct 16, 2017 · 2 comments
Closed

Property accessors naming not according Java bean specification #1496

tinustate opened this issue Oct 16, 2017 · 2 comments

Comments

@tinustate
Copy link

tinustate commented Oct 16, 2017

Yesterday i bumped into a problem regarding the naming of the generated getter method which causes problems when used with commons.BeanUtils.

I made a topic on stackoverflow which contains all the "dirty" details:
https://stackoverflow.com/questions/46753938/beanutils-unknown-property-on-class-pinkymoreandmore-works-pmoreandmore-not

Fixing this might be a bit of a problem cause lombok wouldn't be backward compatible. Maybe implement a configuration setting that allows you to use strict java bean specification?

Cheers!

@victorwss
Copy link
Contributor

victorwss commented Oct 26, 2017

This seems to be a duplicate of #1453, #1454 and #757.

@rzwitserloot
Copy link
Collaborator

Duplicate of #2693

@rzwitserloot rzwitserloot marked this as a duplicate of #2693 Jan 2, 2021
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

4 participants