Skip to content

QuerydslDefaultBinding's analysis of collections #2839

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

Closed
rxxy opened this issue Jun 2, 2023 · 1 comment
Closed

QuerydslDefaultBinding's analysis of collections #2839

rxxy opened this issue Jun 2, 2023 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@rxxy
Copy link

rxxy commented Jun 2, 2023

The value here is Collection<Collection<po>>
The element here is Collection<po>

The constructed predicate is wrong

#2834

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 2, 2023
@mp911de mp911de added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 2, 2023
@mp911de
Copy link
Member

mp911de commented Jun 2, 2023

You're right, that Hibernate leniently accepted Set<Set<…>> and now it no longer does. We need to fix the issue, using the original ticket you filed at #2834

@mp911de mp911de closed this as completed Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants