Closed sultansoy closed 2 weeks ago
Small hotfix for #1886
https://github.com/Blazebit/blaze-persistence/issues/1886
Currently HibernateJpaProvider throws ArrayIndexOutOfBoundsException for ElementCollection of Embeddables having Embeddable. This small hotfix fixes this issue. Otherwise it doesn't work on quarkus 3+
Description
Small hotfix for #1886
Related Issue
https://github.com/Blazebit/blaze-persistence/issues/1886
Motivation and Context
Currently HibernateJpaProvider throws ArrayIndexOutOfBoundsException for ElementCollection of Embeddables having Embeddable. This small hotfix fixes this issue. Otherwise it doesn't work on quarkus 3+