Hibernate FetchNotFoundException #44454
Labels
area/hibernate-orm
Hibernate ORM
kind/bug
Something isn't working
triage/upstream
Used for issues which are caused by issues in upstream projects/dependency
Describe the bug
After upgrading to Quarkus >= 3.14.0, some save operations started to fail with the following error:
Check also this comment #42902 (comment)
The error is also happening with
quarkus.hibernate-orm.flush.mode=always
This seems to be related to the Hibernate 6.6 update.
Expected behavior
Save correctly, as previous Quarkus versions. It is working in <= 3.13.3
Actual behavior
No response
How to Reproduce?
https://github.com/fabrii/quarkus-playground/tree/FetchNotFoundException
It has something to do with detached entities, and optional = false annotation.
For example,
In Module class,
if the
optional=false
tag is removed, the test works.This reproducer works correctly on Quarkus <= 3.13.3
Output of
uname -a
orver
No response
Output of
java -version
openjdk version "21.0.2"
Quarkus version or git rev
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: