Open jesperdj opened 6 years ago
Did you get this?
@irbian No, unfortunately not...
The most similar thing I got is the maven dependencies For example in https://mvnrepository.com/artifact/org.jadira.usertype/usertype.core/5.0.0.GA , you can see that it depends on hibernate 5.0.1.Final
I cannot find any documentation anywhere that explains which version of Jadira Usertypes is compatible with which version of Hibernate.
I tried using the threeten user types in org.jadira.usertype:usertype.core:6.0.1.GA with Hibernate 4.3.11, but it crashes with an
AbstractMethodError
- because the usertype implementation classes do not implement the methodObject nullSafeGet(ResultSet rs, String[] names, SessionImplementor session, Object owner)
of interfaceorg.hibernate.usertype.UserType
.Apparently Jadira 6.0.1.GA was built for a different version of Hibernate.
Please provide a table that lists which version of Jadira is compatible with which range of versions of Hibernate.