-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced #32888
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged or decided on
label
May 23, 2024
jhoeller
added
type: regression
A bug that is also a regression
in: core
Issues in core modules (aop, beans, core, context, expression)
and removed
status: waiting-for-triage
An issue we've not yet triaged or decided on
labels
May 24, 2024
github-actions
bot
added
status: backported
An issue that has been backported to maintenance branches
and removed
for: backport-to-6.0.x
labels
May 24, 2024
jhoeller
removed
the
status: backported
An issue that has been backported to maintenance branches
label
May 24, 2024
jhoeller
added a commit
that referenced
this issue
May 24, 2024
jhoeller
added a commit
that referenced
this issue
May 24, 2024
Includes isBridgedCandidateFor optimization (aligned with 6.0.x) See gh-32888
This is available in current 6.1.9 snapshots already. Feel free to give it an early try! |
Thanks for the quick turnaround. I have tested it with a snapshot and it is working. How soon will 6.1.9 be released?On Jun 4, 2024, at 3:08 PM, Juergen Hoeller ***@***.***> wrote:
This is available in current 6.1.9 snapshots already. Feel free to give it an early try!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It's scheduled for release next week: June 13. You can always see the current target dates on https://github.com/spring-projects/spring-framework/milestones |
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: regression
A bug that is also a regression
With a recent release the BeanUtils.copyProperties method stopped working for generic properties of enhanced classes. The breaking change was introduced with this commit. 09aa59f
Below is a Unit Test which fail when using the latest version BeanUtils implementation and the former version.
The text was updated successfully, but these errors were encountered: