Hibernate NPE with Quarkus 1.10.3.Final #13791
Labels
area/hibernate-orm
Hibernate ORM
area/persistence
OBSOLETE, DO NOT USE
kind/bug
Something isn't working
Milestone
When we upgraded Quarkus from 1.9.2.Final to 1.10.3.Final, we had some NPE issue with Hibernate. When Hibernate tries to load entities with OneToMany collections that are initialized to a default value, for example List subEntities = new ArrayList(), it throws NPE when it's loaded.
A reproducer is at this repo:
https://github.com/jw941/hib-npe
Thanks.
The text was updated successfully, but these errors were encountered: