resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Add missing argument validations in CrudServiceImpl #233

Closed bmeurant closed 10 years ago

bmeurant commented 10 years ago

CrudServiceImpl methods Iterable<T> findByIds(Set<ID> ids) and Page<T> findAll(Pageable pageRequest) do not validate their arguments against nullity.

We must add this validation to be consistent.