-
-
Notifications
You must be signed in to change notification settings - Fork 101
Upgrade Hibernate ORM to 7.2.0.CR1 #2625
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
base: main
Are you sure you want to change the base?
Conversation
return new SessionImpl( delegate, this ); | ||
} | ||
}; | ||
return (SessionCreationOptions) sessionBuilder.tenantIdentifier( tenantIdentifier ); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
SessionBuilderImpl.tenantIdentifier
} | ||
|
||
return javaTypeRegistry.resolveDescriptor( Object[].class ); | ||
return javaTypeRegistry.getDescriptor( Object[].class ); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
JavaTypeRegistry.getDescriptor
hibernate-reactive-core/src/test/java/org/hibernate/reactive/CascadeTest.java
Fixed
Show fixed
Hide fixed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/CascadeTest.java
Fixed
Show fixed
Hide fixed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/CascadeTest.java
Fixed
Show fixed
Hide fixed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/CascadeTest.java
Fixed
Show fixed
Hide fixed
}); | ||
})) | ||
assertThat( parent ).isNotNull(); | ||
return s2.createQuery( "update Node set string = upper(string)" ) |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note test
QueryProducer.createQuery
… and SessionCreationOptions in 7.2
… to JdbcMetadataAccessStrategy
…nd RuntimeModelCreationContext
Fixes * return the right lock (different than ORM) * Fix postLoad issue
70cbcb8
to
404c2dd
Compare
Based on this PR: #2520
It's a draft because the following tests are still failing:
CancelSignalTest: I don't know what's going on with this test, we should probably rewrite itCascadeTest#testCascadeIt also fails in ORM: https://hibernate.atlassian.net/browse/HHH-19868I've disabled them for now.