-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
6.6 backports #9343
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
6.6 backports #9343
Conversation
| typeContributions.contributeType( | ||
| new JavaObjectType( | ||
| ObjectNullAsBinaryTypeJdbcType.INSTANCE, | ||
| typeContributions.getTypeConfiguration() | ||
| .getJavaTypeRegistry() | ||
| .getDescriptor( Object.class ) | ||
| ) | ||
| ); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
TypeContributions.contributeType
| String country = (String) session.createQuery( | ||
| "select e.country " + | ||
| "from Event e " + | ||
| "where e.id = :id and matches(e.country, :country) = 'T'" ) |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note test
QueryProducerImplementor.createQuery
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
Fixed
Show fixed
Hide fixed
9e58e5b to
bbd878e
Compare
marko-bekhta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
|
Hey, This PR seems to regress on the Jenkins notifications issue from a few weeks ago: I am getting jenkins notifications again for: |
ed09a7b to
929f5ac
Compare
|
Added #9262 |
…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.
… stale after refresh of entity
d4e1777 to
7613fcd
Compare
…to-many with orphan deletion
7613fcd to
cf8331e
Compare
…is used for placeholder
since it doesn't seem like these are very useful with the repository programming model (backport of cf626df from main)
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.
https://hibernate.atlassian.net/browse/HHH-13377
https://hibernate.atlassian.net/browse/HHH-13790
https://hibernate.atlassian.net/browse/HHH-13815
https://hibernate.atlassian.net/browse/HHH-17612
https://hibernate.atlassian.net/browse/HHH-17838
https://hibernate.atlassian.net/browse/HHH-18168
https://hibernate.atlassian.net/browse/HHH-18274
https://hibernate.atlassian.net/browse/HHH-18360
https://hibernate.atlassian.net/browse/HHH-18361
https://hibernate.atlassian.net/browse/HHH-18362
https://hibernate.atlassian.net/browse/HHH-18363
https://hibernate.atlassian.net/browse/HHH-18364
https://hibernate.atlassian.net/browse/HHH-18365
https://hibernate.atlassian.net/browse/HHH-18367
https://hibernate.atlassian.net/browse/HHH-18369
https://hibernate.atlassian.net/browse/HHH-18384
https://hibernate.atlassian.net/browse/HHH-18583
https://hibernate.atlassian.net/browse/HHH-18629
https://hibernate.atlassian.net/browse/HHH-18689
https://hibernate.atlassian.net/browse/HHH-18709
https://hibernate.atlassian.net/browse/HHH-18850
https://hibernate.atlassian.net/browse/HHH-18868
https://hibernate.atlassian.net/browse/HHH-18872
https://hibernate.atlassian.net/browse/HHH-18903
https://hibernate.atlassian.net/browse/HHH-18904
https://hibernate.atlassian.net/browse/HHH-18906
https://hibernate.atlassian.net/browse/HHH-18932
https://hibernate.atlassian.net/browse/HHH-18949
https://hibernate.atlassian.net/browse/HHH-14725