Closed
Description
Hi,
When passing a Pageable.unpaged() to findAll(Predicate predicate, Pageable pageable) in the QuerydslMongoPredicateExecutor, it will try to call the pageable.getOffset() which will to a java.lang.UnsupportedOperationException.
I suppose this is a bug because the documentation of the findAll mentions that the pageable can be unpaged.