-
Bug
-
Resolution: Done
-
Major
-
7.0.4.GA
-
None
Platform Jira for https://hibernate.atlassian.net/browse/HHH-11400
Note: This issue was found by BxMS core engineers, so no customers ticket yet .
-------------------
Warning message is issued for number of queries (see this example of a query https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/jbpm-human-task-jpa/src/main/resources/META-INF/Taskorm.xml#L407-L421 ) that looks like a valid JPQL, even more are written in the way they are suggested in the warning.
This issue happened to be a a problem as it's every time issued when query is used which makes a log file full of them in regular use case of jBPM.
There are in total 8 queries affected by this all in this file: https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/jbpm-human-task-jpa/src/main/resources/META-INF/Taskorm.xml
all of them use the suggested format in the JPQL.
- clones
-
JBEAP-8393 [GSS](7.0.z)Found use of deprecated 'collection property' issue for valid JPQL query
- Closed
- is duplicated by
-
JBEAP-8741 [GSS] (7.1.z) HHH-10621: HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)]
- Closed
- is incorporated by
-
JBEAP-8393 [GSS](7.0.z)Found use of deprecated 'collection property' issue for valid JPQL query
- Closed
-
JBEAP-8552 Upgrade to Hibernate ORM 5.1.5
- Closed
- relates to
-
HHH-11400 Loading...