The generated bytecode using byte-buddy for HibernateAccessOptimizer class for MappedSuperclass generates invalid bytecode and fails to load that class.
I have already filed an issue with byte-code as I believe it's an issue with standard SetFieldOnArgument logic. https://github.com/raphw/byte-buddy/issues/1451 The reproducible project with spring-boot: https://github.com/aurimasniekis/bytebuddy-hibernate-bytecode-reproduce fails on the run.
|