query.with(pageable) and query.with(sort) are not with-ers (immutable) and therefore should be renamed query.pageable(pageable) and query.sort(Sort).