Recently changes of GenericTypeAwarePropertyDescriptor breaks BeanUtils.copyProperties() [SPR-11209] #15834
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Marko Umek opened SPR-11209 and commented
In release 3.2.4 BeanUtils.copyProperties() ignores invalid property definirions like these:
The culprit lies in class GenericTypeAwarePropertyDescriptor line 72, 73:
versus
Affects: 3.2.5
Referenced from: commits bc5affa, bfcfbe4
Backported to: 3.2.6
The text was updated successfully, but these errors were encountered: