Hi, thanks for this, very useful!
Could you confirm which preview version exactly of Hibernate ORM 5.3 you’re using?
We switched the default bytecode provider from Javassist to ByteBuddy. Could you also confirm which one you’re using, and ideally compare them?
Use either:
hibernate.bytecode.provider=javassist
or:
hibernate.bytecode.provider=bytebuddy
Thanks!