Reproducer code: https://github.com/theotherp/reproduce-bytecodeprovider-none (see http://readme.md) In a Spring app compiled with Graalvm 22.3.0 loading an entity with a @OneToOne(fetch = FetchType.LAZY) fails with the following stack trace:
Related Spring issue: https://github.com/spring-projects/spring-framework/issues/29779 Related issue based on Quarkus: HHH-13804 Closed |