Quarkus 3.4.x - Build failure: java.lang.Object is used as an embeddable but does not have an @Embeddable annotation #36368
Unanswered
jimbogithub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm seeing this new build error with Quarkus 3.4.2 (was fine for 3.3.3 and prior):
I can't find any explicit use of
Object
as an embedded type in our JPA models.Is it possible that #35598 / #35822 has caused this?
Beta Was this translation helpful? Give feedback.
All reactions