Skip to content

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Oct 13, 2025

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 it
  • CascadeTest#testCascade It also fails in ORM: https://hibernate.atlassian.net/browse/HHH-19868
  • FetchModeSubselectTest#testEagerFetchQuery
  • FindByIdWithLockTest#testFindUpgradeNoWait
  • ReactiveSessionTest#reactiveFindWithOptimisticIncrementLock
  • SubselectFetchTest
  • BasicTypeAndCallbacksForAllDBsTest#testCallbacksAndVersioning

I've disabled them for now.

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.
});
}))
assertThat( parent ).isNotNull();
return s2.createQuery( "update Node set string = upper(string)" )

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
QueryProducer.createQuery
should be avoided because it has been deprecated.
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.

2 participants