You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When first created, we needed SpEL support. That was due to eager creation of count queries. However, with 5f244c4 in place, there is no longer any need to handle SpEL expressions, so we can remove it from the grammars.
The text was updated successfully, but these errors were encountered:
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.
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.
Resolvesspring-projects#2881.
Original pull request: spring-projects#2882.
When first created, we needed SpEL support. That was due to eager creation of count queries. However, with 5f244c4 in place, there is no longer any need to handle SpEL expressions, so we can remove it from the grammars.
The text was updated successfully, but these errors were encountered: