Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Looking at other Spring Framework components (like `@EnableScheduling`), these components allow for components that are configured outside of the actual configuration class. Let's keep this one open...

**[Lovro Pandžić](https://jira.spring.io/secure/ViewProfile.jspa?name=lpandzic)** commented Any update on this?

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Good idea. I'll bring this up with the team. The biggest challenge probably is to get all modules implement this addition in time for the next release....

**[Lovro Pandžić](https://jira.spring.io/secure/ViewProfile.jspa?name=lpandzic)** commented Any news?

**[member sound](https://jira.spring.io/secure/ViewProfile.jspa?name=membersound)** commented Any updates on this? Would be nice to have a delete() method by querydsl Predicate

**[Lovro Pandžić](https://jira.spring.io/secure/ViewProfile.jspa?name=lpandzic)** commented We ended up creating our own custom repository base which you can use - https://github.com/infobip/infobip-spring-data-jpa-querydsl. It has delete, update, native query support etc

**[j-razeed](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49947)** commented I got a response in the forum https://stackoverflow.com/questions/51851093/how-to-fix-low-lettuce-client-performance-with-redis-cluster-elasticache?noredirect=1#comment112378876_51851093. After upgrading to Spring-boot 2, there is no performance issue. Hence closing this ticket

**[Sébastien Deleuze](https://jira.spring.io/secure/ViewProfile.jspa?name=sdeleuze)** commented I have added [related guidelines](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-5.x#cors-handling) in Spring Framework wiki

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented [mraible](https://jira.spring.io/secure/ViewProfile.jspa?name=mraible) – Would you mind re-elaborating why you think this has to do with CORS? If I follow your instructions on the Boot ticket, I get the...

**[mraible](https://jira.spring.io/secure/ViewProfile.jspa?name=mraible1)** commented I think it's a CORS issue because my browser's console shows: Access to XMLHttpRequest at 'http://localhost:8080/cars/4' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header...