Hibernate statup error since 3.7.x #38744
Labels
area/hibernate-orm
Hibernate ORM
area/persistence
OBSOLETE, DO NOT USE
kind/bug
Something isn't working
triage/invalid
This doesn't seem right
Describe the bug
On app startup, I get the error:
The same code worked just fine with 3.6.x.
Basically, my entitites extends a MappedSuperclass entity like the following:
Getters / setters and all omitted. My PK is a "dummy" UUID and my functional key is composed by id and removedAt.
My BD is a MySql 8.
Expected behavior
Have the same behavior that existed in 3.6.x where this code worked seamless.
Actual behavior
Quarkus can't start with the reported error
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: