Hibernate-Reactive: ClassCastException EmbeddableInitializerImpl to ReactiveInitializer #43326
Labels
area/hibernate-reactive
Hibernate Reactive
kind/bug
Something isn't working
triage/upstream
Used for issues which are caused by issues in upstream projects/dependency
Milestone
Describe the bug
When migration from Quarkus 3.13.3 to any quarkus 3.14.X version a classe cast expression occured when using @Embeddable/@EmbeddedId.
Expected behavior
No exception should be thrown.
Actual behavior
How to Reproduce?
My code is simple.
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.14.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)mvn 3.9.5
Additional information
Work around: Use @IdClass
The text was updated successfully, but these errors were encountered: