Since
HHH-8778
introduced some kind of a breaking change, fixing this issue is somewhat the fix for the breaking change. Getting rid of those casts to the newly added interface javassist.util.proxy.Proxy in javassist 3.18.1 would make hibernate useable with javassist 3.15.0 again. Currently people have to decided whether they want to update the javassist application server library or patch hibernate and use the patched version.
|