Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented I like the idea, I just wonder whether an annotation is a good idea here as I guess the list of properties could become a bit longer....

**[Marcel Overdijk](https://jira.spring.io/secure/ViewProfile.jspa?name=marceloverdijk)** commented I like the idea of allowed sort properties as well. Another thing that I would be interested in is to have aliases for sort fields. In our...

**[Marcel Overdijk](https://jira.spring.io/secure/ViewProfile.jspa?name=marceloverdijk)** commented I'm using the `@QuesydslPredicate` as well so I'm looking for something like: ```java @RequestMapping(method = GET, path = "/books", produces = HAL_JSON_VALUE) public ResponseEntity list( @QuerydslPredicate(root =...

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...

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Thanks for raising this issue. That sounds interesting. How did you solve duplicate values (i.e. multiple objects have the same numeric value in one field)? Feel free...

**[Yan Ma](https://jira.spring.io/secure/ViewProfile.jspa?name=hi.yanma)** commented Range query returns all the matching records. Pls grant me privilege to new a branch. Thanks

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented If you want to contribute, fork the Spring Data Redis repository, push your commits on a branch in your fork and submit a pull request. You can...

**[awso](https://jira.spring.io/secure/ViewProfile.jspa?name=awso)** commented My pull request stucks at Travis CI check: Any hints/documents about how to fix it please? https://travis-ci.org/spring-projects/spring-data-redis/builds/572529635 Installing oraclejdk8 $ export JAVA_HOME=~/oraclejdk8 $ export PATH="$JAVA_HOME/bin:$PATH" $ ~/bin/install-jdk.sh --target...

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Let's revisit this topic for Spring Data Redis 3.0

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented The `collection` attribute of `@Document` already supports SpEl expressions. Does that already do what you want?