-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: set defaults values for Page number and size #8652
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it! Thanks a lot!
Please rebase PR onto the latest master in order to pick up a CI fix |
cc10122
to
914aa15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to dismiss if everything is fine.
...ons/spring-data-jpa/runtime/src/main/java/io/quarkus/spring/data/runtime/TypesConverter.java
Outdated
Show resolved
Hide resolved
@aureamunoz #8162 was merged, so please rebase onto that before doing anything else :). |
914aa15
to
426f702
Compare
...ons/spring-data-jpa/runtime/src/main/java/io/quarkus/spring/data/runtime/TypesConverter.java
Outdated
Show resolved
Hide resolved
integration-tests/spring-data-jpa/src/main/java/io/quarkus/it/spring/data/jpa/SongResource.java
Outdated
Show resolved
Hide resolved
426f702
to
65ebc37
Compare
Let me know if it's better now |
@aureamunoz looks good. But please squash the commits, then we can merge. |
65ebc37
to
6bf6efb
Compare
done |
Fix UnsupportedOperationException when Unpaged element is used
WDYT @geoand ?