Closed opera-romanso closed 5 months ago
I believe the regression is introduced by https://hibernate.atlassian.net/browse/HHH-17804 at Hibernate side and reverted by https://hibernate.atlassian.net/browse/HHH-18241 in 6.5.3
which is not release for now.
Oh, it’s great news, thanks! Then, I guess ticket can be closed.
Thanks for linking this to the Hibernate issue.
We upgraded the version from 3.2.4 to 3.3.0. When executing repository methods such as
with an empty collection as a parameter, we realized that the following code is generated: (version
3.3.0
)with execution plan:
instead of (version
3.2.4
)with execution plan:
I didn't find any changes in the Spring Data changelog that would indicate a behavior change. Is this behavior intentional or is this an issue in
3.3.0
?