Skip to content

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Oct 13, 2025

Based on this PR: #2520
Here's a list of the disabled tests:

return new SessionImpl( delegate, this );
}
};
return (SessionCreationOptions) sessionBuilder.tenantIdentifier( tenantIdentifier );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
SessionBuilderImpl.tenantIdentifier
should be avoided because it has been deprecated.
}

return javaTypeRegistry.resolveDescriptor( Object[].class );
return javaTypeRegistry.getDescriptor( Object[].class );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
JavaTypeRegistry.getDescriptor
should be avoided because it has been deprecated.
@DavideD DavideD linked an issue Oct 20, 2025 that may be closed by this pull request
@DavideD DavideD force-pushed the ORM-7.2.0.CR1 branch 2 times, most recently from 83d1559 to 8bb611f Compare October 20, 2025 15:05
I don't know if this test actually makes sense:
the cancel opertion happens in a different thread that causes
some error when calling session.close because the thread doesn't match
the one the session was open.

I'm going to keep it because it was introduced to solve hibernate#1436
but we might need to review it again in the future.
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.

Upgrade Hibernate ORM to 7.2

2 participants