The issue is primarily that org.hibernate.type methods used SessionImplementor. In 5.3, those arguments were changed to SharedSessionContractImplementor. I have already added in most of the necessary methods locally and will create a PR when I'm finished. |