-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The method findAllByAccessPlantsSet_AccessPlantKey_Plant_PlantIdIn is working properly in spring boot 1.5.3-RELEASE but not working in 2.7.16 #3226
Comments
Please reduce the example to the essentials. Finally: It is hard to tall with the current state of the issue, but it seems likely that it is a Hibernate issue. |
One more thing: Spring Data 2.7 is out of maintenance. Please upgrade to the latest 3.x release, 3.1.5. |
I cant upgrade to spring boot 3 or above as it didn't have token store and our spring boot application depends on token store there are around 20 spring boot application. |
Updated the question with the second query ss well |
Closing this one. As already mentioned 2.7.x is out of maintenance. |
The method
findAllByAccessPlantsSet_AccessPlantKey_Plant_PlantIdIn
is working properly in spring boot 1.5.3-RELEASE but not working in 2.7.16Below is the code
It generates query properly and working. below is the query
After upgrading to spring boot 2.7.16, it is generating wrong query and not getting result as expected.
this is the link to the generated query https://docs.google.com/document/d/13cXhXMxCq6IzL2e4CcxRGFKI2BDkQX-O1I5ptxxVtgg/edit?usp=drive_link
As the link is not accessible please find below the generated query by spring boot 2.7,.16
I am looking to find solution to fix this issue
Thanks
The text was updated successfully, but these errors were encountered: