You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling Native Images with Spring Boot 3.2.3 + Spring Data JPA,
is unfortunately DOA.
gradle(w) nativeCompile results ins:
Error: Could not find target method: public static org.hibernate.bytecode.spi.BytecodeProvider org.springframework.orm.jpa.vendor.Target_BytecodeProviderInitiator.buildBytecodeProvider(java.lang.String)
Please See the simple Demo app attached, generated from Start.Spring.IO
I already tried to set Reflection Hints for this, but to no avail.
Compiling Native Images with Spring Boot 3.2.3 + Spring Data JPA,
is unfortunately DOA.
gradle(w) nativeCompile results ins:
Error: Could not find target method: public static org.hibernate.bytecode.spi.BytecodeProvider org.springframework.orm.jpa.vendor.Target_BytecodeProviderInitiator.buildBytecodeProvider(java.lang.String)
Please See the simple Demo app attached, generated from Start.Spring.IO
I already tried to set Reflection Hints for this, but to no avail.
demo.zip
The text was updated successfully, but these errors were encountered: