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

Allow to ignore null values in BeanUtils.copyProperties() #29786

Closed
wants to merge 2 commits into from

Conversation

human-user
Copy link

I try to use BeanUtils.copyProperties in my local project and looking for ways to avoid copying null value. I saw this close pull request. I try to make it more compatible.

@pivotal-cla
Copy link

@human-user Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 9, 2023
@pivotal-cla
Copy link

@human-user Thank you for signing the Contributor License Agreement!

@sbrannen sbrannen added in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement labels Jan 31, 2023
@sbrannen sbrannen changed the title Allow to ignore null value for copyProperties() Allow to ignore null values in BeanUtils.copyProperties() Jan 31, 2023
@sbrannen sbrannen marked this pull request as draft January 31, 2023 15:23
@human-user human-user marked this pull request as ready for review February 26, 2023 06:07
@snicoll
Copy link
Member

snicoll commented Sep 8, 2023

Thanks for the PR but, as stated in its javadoc, BeanUtils is primarily for our own use and such feature is not needed at the moment. For more advanced support, please consider the options described in the javadoc.

@snicoll snicoll closed this Sep 8, 2023
@snicoll snicoll added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Sep 8, 2023
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) status: declined A suggestion or change that we don't feel we should currently apply type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants