-
Notifications
You must be signed in to change notification settings - Fork 813
Adds ignorecase field to pageable spring #1047
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
Adds ignorecase field to pageable spring #1047
Conversation
…dlerMethodArgumentResolverSupport::parseIgnoreCase
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.
Hi, @gklp. Thanks for submitting the PR. Have added some cosmetic comments - please address them. Also, please update the date in the license comments of any files you've modified to 2013-2024 .
...e/src/test/java/org/springframework/cloud/openfeign/encoding/FeignPageableEncodingTests.java
Outdated
Show resolved
Hide resolved
...e/src/test/java/org/springframework/cloud/openfeign/encoding/FeignPageableEncodingTests.java
Outdated
Show resolved
Hide resolved
...e/src/test/java/org/springframework/cloud/openfeign/encoding/FeignPageableEncodingTests.java
Outdated
Show resolved
Hide resolved
|
all issues were resolved @OlgaMaciaszek |
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.
Hi @gklp, it still needs one minor change - please see the comment.
...e/src/test/java/org/springframework/cloud/openfeign/encoding/FeignPageableEncodingTests.java
Outdated
Show resolved
Hide resolved
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.
Thanks @gklp. LGTM.
Adds ignorecase field to pageable spring for compatibility with SortHandlerMethodArgumentResolverSupport::parseIgnoreCase