Hello,
as @vlad correctly suggested, we require javassist for other framework.
So for the moment we are going to included both javassist and bytebuddy within our project, as we would like to use, as far as possible, the default configuration provided by Hibernate. Thus:
- we keep javassist due to our dependency with the other framework
- we are adding bytebuddy because it is now the default Hibernate bytecode provider
Thanks!.