-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as duplicate of#3476
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
Description
This is about #3476 on 3.3.x. As can be seen here
Lines 432 to 439 in d56bb75
public Page<T> findAll(Pageable pageable) { | |
if (pageable.isUnpaged()) { | |
return new PageImpl<>(findAll()); | |
} | |
return findAll((Specification<T>) null, pageable); | |
} |
A change set like the 38a11d0 is missing in the 3.3.x series.
Please fix the issue on 3.3.x as well.
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another