Closed JooHyukKim closed 1 month ago
any way to test this in a unit test?
any way to test this in a unit test?
Will try to come up one soon!
Added reproduction (with fix) in PR descrption. cc @pjfanning @cowtowncoder
fixes #4508
This sort of adds missing handling in addition to #4508. Where we should also consider situations like #4508
You mentioned the same issue three times in a row, are all those references correct?
Right, one in the middle should be pointing to #562. Thank you @reneleonhardt !
fixes #4508
This sort of adds missing handling in addition to #562 fix. Where we should also consider situations like #4508, where extensions (like Kotlin module) iterates through parameters one by one, via
hasParmeter()
andgetParameter()
, unlike StdValueInstantiator going through all parameters at once viagetParameters(SettableBeanProperty[])
.Reproduction with fix