spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.92k stars 1.39k forks source link

support Pageable.unpaged(sort). #3514

Open yoa1226 opened 1 week ago

yoa1226 commented 1 week ago

3476

pivotal-cla commented 1 week ago

@yoa1226 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 1 week ago

@yoa1226 Thank you for signing the Contributor License Agreement!

quaff commented 1 week ago

You should add corresponding tests.

yoa1226 commented 1 week ago

You should add corresponding tests.

ok. I will.

yoa1226 commented 1 week ago

@quaff hi, I added corresponding tests.