JadiraOrg / jadira

Jadira Framework
Apache License 2.0
74 stars 45 forks source link

Document which version of usertypes is compatible with which version of Hibernate #75

Open jesperdj opened 6 years ago

jesperdj commented 6 years ago

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 method Object nullSafeGet(ResultSet rs, String[] names, SessionImplementor session, Object owner) of interface org.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.

irbian commented 9 months ago

Did you get this?

jesperdj commented 9 months ago

@irbian No, unfortunately not...

irbian commented 9 months ago

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