Hi,
I make some tests with Hibernate 7 and I have a NoClassDefFoundError: NoClassDefFoundError: org/hibernate/query/BindableType
On migration guide (7.0 Migration Guide) , I found :
Incubating interfaces BindableType, OutputableType, and BindingContext were moved to org.hibernate.type
But I can’t find org.hibernate.type
Regards