Hello I am using developnig java web application and I am getting the next exception when I am trying to fetch data using hibernate
java.lang.ClassCastExcept
I had the same problem with Spring Data JPA. I confirm it comes from javassit conflict. The solution is :
org.hibernate hibernate-core compile javassist org.javassist org.javassist javassist 3.18.2-GA compile