The function findByChildId on a Parent repository class is not giving the desired output post v3.2.3 #3126
Labels
status: waiting-for-feedback
We need additional information before we can continue
type: regression
A regression from a previous release
Class A:
Class B:
Class A Repository:
Test Class:
This repository call used to work till Spring Data Redis v3.2.3, but when I switched to 3.2.4, it did not work as per my requirements. When I monitored the REDIS commands, the following was noticed when I tried to hit the function to fetch by Child ID value 1:
In V3.2.4, the test ran the following command(s):
In V3.2.3, the test ran the following command(s):
The text was updated successfully, but these errors were encountered: