Spring Projects Issues
Spring Projects Issues
**[Say.li](https://jira.spring.io/secure/ViewProfile.jspa?name=120011676)** commented one-indexed-parameters: true request: http request parameter: page=1 spring java object Pageable page=0 response: http response parameter: number=0 spring java object page number=0 Unhandled response value `@RestController`
**[Say.li](https://jira.spring.io/secure/ViewProfile.jspa?name=120011676)** commented [Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke) ?
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented That's not any more detailed than the original request. Ideally, I'd love to see a sample project and a test case that fails. Or at least some...
**[Say.li](https://jira.spring.io/secure/ViewProfile.jspa?name=120011676)** commented [Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke) ```java @GetMapping public Page page(String name, String typeId, String createUserId, Date createStartDate, Date createEndDate, Boolean deleted, @SortDefault.SortDefaults({ @SortDefault(sort = "deleted", direction = Sort.Direction.ASC), @SortDefault(sort = "sort",...
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
**[pfonseca](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49575)** commented Hello all. Is there any update about this feature?
**[Abbe Resina](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49823)** commented I am interested in this in a first approach but there may be some policy issues depending on the uses cases. For instance, if you want to...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented I like your phrasing of "it should be possible". It indeed should. Unfortunately with JPA, it isn't. See the link to the JPA Github above
**[member sound](https://jira.spring.io/secure/ViewProfile.jspa?name=membersound)** commented Could you please add this as a feature? Using spring-data-rest is so nice, but lacking the possibility on how to sort nulls is crucial!
**[Kazuki Shimizu](https://jira.spring.io/secure/ViewProfile.jspa?name=kazuki43zoo)** commented I've submitted the [PR](https://github.com/spring-projects/spring-data-commons/pull/190)