@PostLoad not working after 6.5 upgrade

I was using an init method with the @PostLoad annotation in an Entity class to initialize some @Transient attributes. After upgrading to 6.5 from 6.4, the method no longer get called. Has @PostLoad been disabled? What’s the suggested alternative?

Use BeforeDetachEntityListener. We do not guarantee that JPA callbacks work because we just don’t use and test them.