-
Bug
-
Resolution: Done
-
Major
-
7.0.4.GA
-
None
Platform Jira for https://hibernate.atlassian.net/browse/HHH-11400
Note: This issue was initially found by BxMS core engineers but has also been encountered/reported by JBoss EAP users.
-------------------
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.
- incorporates
-
JBEAP-8394 Found use of deprecated 'collection property' issue for valid JPQL query
- Closed
- is cloned by
-
JBEAP-8394 Found use of deprecated 'collection property' issue for valid JPQL query
- Closed
- is incorporated by
-
JBEAP-8554 [GSS](7.0.z) Upgrade Hibernate ORM from 5.0.12 to 5.0.13
- Closed
- links to
- relates to
-
HHH-11400 Loading...