Skip to content

Conversation

@gavinking
Copy link
Member

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


kkuegler and others added 30 commits December 17, 2024 13:33
…ion.InstantiationWithGenericsTest,

           but testing different operations using generic field overridden in subclass

Test class org.hibernate.orm.test.query.hql.instantiation.InstantiationWithGenericsExpressionTest is derived from
org.hibernate.orm.test.query.hql.instantiation.InstantiationWithGenericsTest by adding test cases for
binary and unary expressions, and function call.
cigaly and others added 22 commits December 17, 2024 13:38
since it doesn't seem like these are very useful with the repository
programming model (backport of cf626df from main)
@hibernate-github-bot
Copy link

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [4299df8, 466503f]
❌ The PR title or body should list the keys of all JIRA issues mentioned in the commits
    ↳ Issue keys mentioned in commits but missing from the PR title or body: [HHH-18689, HHH-18583, HHH-18709, HHH-18872, HHH-18274, HHH-18360, HHH-18361, HHH-18362, HHH-18363, HHH-18364, HHH-18365, HHH-18367, HHH-18369, HHH-18168, HHH-18906, HHH-18384, HHH-18850, HHH-18903, HHH-18904, HHH-18868, HHH-13377, HHH-17838, HHH-13790, HHH-17612, HHH-18949, HHH-13815, HHH-18932, HHH-18629, HHH-14725]

› This message was automatically generated.

Comment on lines +187 to +190
scope.inTransaction(
(session) -> {
String country = (String) session.createQuery(
"select e.country " +

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
QueryProducerImplementor.createQuery
should be avoided because it has been deprecated.
@gavinking
Copy link
Member Author

Looks like this worked.

@gavinking gavinking closed this Dec 18, 2024
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.

10 participants