Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[bitsofinfo](https://jira.spring.io/secure/ViewProfile.jspa?name=bitsofinfo)** commented Any progress on fixing doc or in the code?

**[Casey Link](https://jira.spring.io/secure/ViewProfile.jspa?name=caseylink)** commented After debugging and fighting with this for way to long, I land here on this bug report :( If the bug itself can't be fixed for whatever...

**[Farrukh Najmi](https://jira.spring.io/secure/ViewProfile.jspa?name=farrukh_najmi)** commented I am using springboot 2.0.1.RELEASE with spring-data-rest and followed the workaround mentioned here and my Validator is still not being invoked. Here are the details: * ValidatorRegistrar...

**[Eddie Bush](https://jira.spring.io/secure/ViewProfile.jspa?name=craftsmanshipcounts)** commented What's the current work-around for this?

**[Rafael Renan Pacheco](https://jira.spring.io/secure/ViewProfile.jspa?name=rafael.renan.pacheco)** commented The workaround is blogged here: https://www.baeldung.com/spring-data-rest-validators You set the events you want to register in the events array, like "beforeCreate", and the code will look for...

**[kwix](https://jira.spring.io/secure/ViewProfile.jspa?name=x)** commented Has anyone tried the workaround yet? I tried using the workaround but the events are not getting picked up. Would appreciate anyone's input on what might be causing...

**[Servan Fichet](https://jira.spring.io/secure/ViewProfile.jspa?name=loukkyy)** commented Yes it is working for me! I added the configuration class and the Validator has been picked up. Do not forget to annotate the validator class with...

**[91kangmin](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50537)** commented      Hello. I am having the same problem.   The first connection is very slow when connecting to Redis Cluster through LettuceConnetionFactory.   When creating a LettuceConnetionFactory instance (Bean) to establish...

**[Neale Upstone](https://jira.spring.io/secure/ViewProfile.jspa?name=nealeu)** commented This is exactly the issue I just came looking for. Participating in the creation and/or execution of the queries for CrudRepository methods is one part of the...

**[Zoltan Altfatter](https://jira.spring.io/secure/ViewProfile.jspa?name=altfatterz)** commented Would be great to have this functionality