Spring Projects Issues
Spring Projects Issues
**[Jennifer Hickey](https://jira.spring.io/secure/ViewProfile.jspa?name=jencompgeek)** commented Can you describe why this is more impactful for your scenario? I assumed it would be a minor inconvenience to use ZSetOperations instead of BoundZSetOperations in most...
**[Anoop Gopalakrishnan](https://jira.spring.io/secure/ViewProfile.jspa?name=anoop2811)** commented Hi Jennifer, As mentioned earlier in the forum post, I do not directly interact with the redis template rather through a spring integration store inbound channel adapter...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented We should add the following methods: * rangeByScoreWithScores * rangeByScore * reverseRangeByScore * reverseRangeByScoreWithScores
**[mathomas](https://jira.spring.io/secure/ViewProfile.jspa?name=mathomas)** commented I'm being bitten by the same issue, which makes it impossible for me to handle the created application event and send a websocket message with all the needed...
**[Doogiemuc](https://jira.spring.io/secure/ViewProfile.jspa?name=doogiemuc)** commented +1 I stumbled over the same problem. Looks like the code has changed in current version of spring. Now it looks like that `@HandleBeforeLinkSave` annotated method receives the...
**[Fabian Trampusch](https://jira.spring.io/secure/ViewProfile.jspa?name=fabiantrampusch)** commented Are there any news on this one?
**[Andreas Kluth](https://jira.spring.io/secure/ViewProfile.jspa?name=andreask)** commented You could add this configuration to add the expected behavior. ``` import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Map; import org.springframework.beans.factory.InitializingBean; import org.springframework.beans.factory.ListableBeanFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration;...
**[Fabian Trampusch](https://jira.spring.io/secure/ViewProfile.jspa?name=fabiantrampusch)** commented Thanks a lot, Andreas! I will try that approach. Anyway, we should fix the docs or the behaviour. I am not yet that familiar with the codebase....
**[Sebastian Bathke](https://jira.spring.io/secure/ViewProfile.jspa?name=megglos)** commented Thanks Andreas for providing the configuration! Had the same problem that validation beans with this prefix didn't got catched up as the documentation suggests. However I encountered...
**[jamlee](https://jira.spring.io/secure/ViewProfile.jspa?name=jamlee)** commented it work for me . spring-data-rest 2.4