Closed
Description
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:
- Introduce null-safety of Spring Framework API [SPR-15540] #20099 Introduce null-safety of Spring Framework API