Skip to content

Fix argument conversion in QuerydslPredicateBuilder. #2650

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
wants to merge 2 commits into from
Closed

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Jun 28, 2022

We now consider the correct argument type instead of checking the assignability of the actual property type against the input value.

Closes #2649

mp911de added 2 commits June 28, 2022 09:36
We now consider the correct argument type instead of checking assignability of the actual property type against the input value.

Closes #2649
@mp911de mp911de added this to the 2.7.2 (2021.2.2) milestone Jun 28, 2022
@mp911de mp911de requested a review from odrotbohm June 28, 2022 08:01
@mp911de mp911de added the type: regression A regression from a previous release label Jun 28, 2022
@mp911de mp911de assigned christophstrobl and unassigned odrotbohm Aug 24, 2022
christophstrobl pushed a commit that referenced this pull request Aug 30, 2022
We now consider the correct argument type instead of checking assignability of the actual property type against the input value.

Closes: #2649
Original Pull Request: #2650
christophstrobl added a commit that referenced this pull request Aug 30, 2022
Add issue reference and additional test for dot path resolution.

Original Pull Request: #2650
christophstrobl pushed a commit that referenced this pull request Aug 30, 2022
We now consider the correct argument type instead of checking assignability of the actual property type against the input value.

Closes: #2649
Original Pull Request: #2650
christophstrobl added a commit that referenced this pull request Aug 30, 2022
Add issue reference and additional test for dot path resolution.

Original Pull Request: #2650
christophstrobl pushed a commit that referenced this pull request Aug 30, 2022
We now consider the correct argument type instead of checking assignability of the actual property type against the input value.

Closes: #2649
Original Pull Request: #2650
christophstrobl added a commit that referenced this pull request Aug 30, 2022
Add issue reference and additional test for dot path resolution.

Original Pull Request: #2650
@christophstrobl christophstrobl deleted the issue/2649 branch August 30, 2022 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QuerydslPredicateBuilder converts collection-like bind values to PathInformation.getLeafType in stead of considering collection element types
3 participants