-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
8.0.0.Beta-DR3
-
False
-
None
-
False
-
Release Notes, Migration
-
-
-
-
-
-
Known Issue
-
-
A org.hibernate.query.sqm.StrictJpaComplianceViolation is thrown while trying to perform a HQL Select clause (e.g. `from Person p`) with the following message:
org.hibernate.query.sqm.StrictJpaComplianceViolation: Encountered implicit select-clause, but strict JPQL compliance was requested
When the `select p` part is added before the clause, the error is gone.
Feel free to use the attached reproducer (GitHub repository).
Opening this issue as the expected behavior has changed - I suppose because of a newer Hibernate version (but I can miss something as well)
- causes
-
JBEAP-23975 todo-backend QS fires a StrictJpaComplianceViolation exception
- Closed