☝️ anyone? it's strange that parameter name detection works in rest controllers but not in jpa repositories
s
sdeleuze
05/09/2017, 10:11 AM
cleiter: Probably because in Spring Data use case this is an interface not a class.
c
cleiter
05/09/2017, 10:14 AM
hmm. do you know a way to get that working?
s
sdeleuze
05/10/2017, 7:10 AM
I will discuss that with Spring Data team
c
cleiter
05/10/2017, 8:06 AM
thanks 🙂
s
sdeleuze
05/12/2017, 11:13 AM
@cleiter Ok so it seems we could rely on
kotlin-reflect
to find the name of interface parameters. Could you please create an issue on https://jira.spring.io/browse/SPR/ mentioning we discuss that together. I will try to make it for Spring Framework 5 GA (no promise but I will try)