You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jyothiv - the issue is that it now puts back-tics around the complete name address.city which results on the search looking for a json object name address.city ( address.city : { .... } ), (instead of address : { city: ... }
I'll investigate futher
Jyothi opened DATACOUCH-583 and commented
Spring Data's query derivation mechanism is not working for nested properties. For E.g., below is not working with 4.0.1 version.
List<Person> findByAddressCity(String city);
findByAddress_City is not working either.
Same example worked fine with 3.2.1.RELEASE
Affects: 4.0.1 (Neumann SR1)
Backported to: 4.0.5 (Neumann SR5)
The text was updated successfully, but these errors were encountered: