:point_up: anyone? it's strange that parameter nam...
# spring
c
☝️ anyone? it's strange that parameter name detection works in rest controllers but not in jpa repositories
s
cleiter: Probably because in Spring Data use case this is an interface not a class.
c
hmm. do you know a way to get that working?
s
I will discuss that with Spring Data team
c
thanks 🙂
s
@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)