Juergen Hoeller opened SPR-16225 and commented
In our DataAccessUtils helper, requiredSingleResult and requiredUniqueResult differ in their nullability declarations. There is no good reason for this; either both of them need to declare a non-null return value or both have to expect null values in their input collections.
Affects: 5.0.1
Issue Links:
Referenced from: commits b1c657f, 723b2b1