I'll take a look. Thanks Luis!
On Thu, Sep 5, 2019 at 3:02 PM Luis Barreiro wrote:
> Hello Gail,
>
> Without looking with much detail, this seems to be the same as HHH-13446.
>
> There is a PR for that for some time now:
> https://github.com/hibernate/hibernate-orm/pull/2919
>
> If it's the sa
Hello Gail,
Without looking with much detail, this seems to be the same as HHH-13446.
There is a PR for that for some time now:
https://github.com/hibernate/hibernate-orm/pull/2919
If it's the same issue, it should be fixed. While Javassist fails when
enhancing the classes, ByteBuddy succeeds
HHH-13317 is specifically a bug with bytecode enhancement using Javassist.
It showed up when running a test added for HHH-13241.
I've verified that the same issue affected 5.1, so this is not a regression.
Is it worthwhile to fix this issue in 5.3/5.4? Will Javassist continue to
be supported in