Closed
Description
If a Creator
or Updater
implementation returns null
for some reason, the null
value is propagated without initial obvious issue, leading in problems down the line due to the temporary cache not containing the proper state. The logic should check the returned value for null
and throw an exception instead of propagating the value.