Regression with @EnableJpaAuditing
using Spring Boot 3.2-RC2 in native image
#31575
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
theme: aot
An issue related to Ahead-of-time processing
type: regression
A bug that is also a regression
Milestone
We have a working application running on spring boot 3.1.5 using java 21 as a native image and everything works ok
we are trying to upgrade that application to 3.2.0-RC2 to get the benefit of project loom and get prepared for GA release but we see some issue
When we migrate to spring boot 3.2.0-RC2 and upgrade the native build tool to 0.9.28 we get the following error
After some researches the error happens only when we use the annotation @EnableJpaAuditing
Please check more in the conversation in previews open issue
from: #spring-projects/spring-data-jpa#3222
Simple Project here
StackTrace:
The text was updated successfully, but these errors were encountered: