Skip to content

Drop SpEL support in the query parsers. #2882

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

Drop SpEL support in the query parsers. #2882

wants to merge 2 commits into from

Conversation

gregturn
Copy link
Contributor

Thanks to count query derivation being delayed until beyond the point where SpEL expressions are evaluated, there is no longer a need to parse SpEL expressions.

By delaying the creation of count queries beyond the point where SpEL evaluation is carried out, there is no longer a need to handle SpEL expressions in the query parsers.

Resolves #2881.
@gregturn gregturn linked an issue Mar 22, 2023 that may be closed by this pull request
@gregturn gregturn removed the request for review from christophstrobl March 22, 2023 15:40
gregturn added a commit that referenced this pull request Mar 23, 2023
By delaying the creation of count queries beyond the point where SpEL evaluation is carried out, there is no longer a need to handle SpEL expressions in the query parsers.

Resolves #2881.
Original pull request: #2882.
@gregturn gregturn closed this Mar 23, 2023
@gregturn gregturn deleted the issue/gh-2881 branch March 23, 2023 14:21
klajdipaja pushed a commit to klajdipaja/spring-data-jpa that referenced this pull request Mar 24, 2023
By delaying the creation of count queries beyond the point where SpEL evaluation is carried out, there is no longer a need to handle SpEL expressions in the query parsers.

Resolves spring-projects#2881.
Original pull request: spring-projects#2882.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop SpEL support in the HQL/JPQL grammars
2 participants