Skip to content
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

[master] Jakarta Persistence 3.2: fix for JPQL with generated this alias in @NamedQuery #2360

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

rfelcman
Copy link
Contributor

@rfelcman rfelcman commented Feb 5, 2025

Fixes #2253 . Before this fix, different parser validation settings (more strict) were applied to JPQL queries stored in @NamedQuery, than JPQL queries created by em.createQuery(...).

…amedQuery

Fixes eclipse-ee4j#2253 . Before this fix, different parser validation settings (more strict) were applied to JPQL queries stored in `@NamedQuery`, than JPQL queries created by `em.createQuery(...)`.

Signed-off-by: Radek Felcman <[email protected]>
@rfelcman rfelcman merged commit b1837bd into eclipse-ee4j:master Feb 17, 2025
6 checks passed
@rfelcman rfelcman deleted the bug_jpa_2253_JPQLNameQuery branch February 17, 2025 08:25
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.

Not providing Entity in JPQL causes java.lang.ClassCastException
1 participant