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

Improvements to GORM DirtyCheckingTransformer to properly handle both Boolean and boolean type properties #1637

Merged

Conversation

fjloma
Copy link
Contributor

@fjloma fjloma commented Apr 1, 2022

Small change on DirtyCheckingTransformer so getters are synthesized for Boolean properties in the same way that they are for boolean properties.

Fixes #1646

@CLAassistant
Copy link

CLAassistant commented Apr 1, 2022

CLA assistant check
All committers have signed the CLA.

@frangarcia
Copy link

Any chance this could be reviewed when you have a chance? This PR fixes this issue #1646 which prevents us from upgrade.

@puneetbehl puneetbehl self-requested a review April 25, 2022 12:01
@puneetbehl puneetbehl changed the title Fix https://github.com/grails/grails-core/issues/12453 Improvements to GORM DirtyCheckingTransformer to properly handle both Boolean and boolean type properties Apr 25, 2022
@puneetbehl puneetbehl merged commit 8868f01 into grails:7.2.x Apr 25, 2022
@fjloma
Copy link
Contributor Author

fjloma commented May 10, 2022

@puneetbehl Thanks for accepting the pull request !!

BTW, any indication of when it might be available via grails-core? The latest version is now 5.1.7 and does not include this fix yet. It would be great to have 7.3.0 of both grails-data-mapping and gorm-hibernate5 available from grails-core so we can continue with our upgrading tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Domain class getter for boolean not working
4 participants