When using `Pageable.unpaged()` for `findRevisions` in `RevisionRepository`, this line (and lines after this one) will throw an exception. https://github.com/spring-projects/spring-data-jpa/blob/f50d3567fe48139282a3eb2b27f0b2b1a1683f55/spring-data-envers/src/main/java/org/springframework/data/envers/repository/support/EnversRevisionRepositoryImpl.java#L185 It would be nice to check if the pageable object is `unpaged` and handle it.