Cannot convert from Collection to RegularEnumSet [SPR-17619] #22151
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
Madhura Bhave opened SPR-17619 and commented
In Spring Boot, when binding
EnumSet
values, theCollectionToCollectionConverter
is called with a target type ofRegularEnumSet
.CollectionFactory
tries to create a new instance ofRegularEnumSet
and fails.We could probably fix this by changing this to an
isAssignable
check.The entire stacktrace is in this comment.
Affects: 4.3.21, 5.0.11, 5.1.3
Reference URL: spring-projects/spring-boot#15539
Referenced from: commits 21baa72, 8685f9f, 31a2472
Backported to: 5.0.12, 4.3.22
The text was updated successfully, but these errors were encountered: