You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed on zulip if a panache entity overrides a static method from PanacheEntityBase with an array argument the fails with:
Caused by: java.lang.IllegalStateException: Could not find indexed method: Lio/quarkus/it/panache/Beer;.persist with descriptor (Ljava/lang/Object;[Ljava/lang/Object;)V and arg types [java.lang.Object, java/lang/Object[]]
at io.quarkus.panache.common.deployment.PanacheEntityEnhancer$PanacheEntityClassVisitor.visitMethod(PanacheEntityEnhancer.java:142)
The arg type java/lang/Object[] is very likely wrong.
As discussed on zulip if a panache entity overrides a static method from
PanacheEntityBase
with an array argument the fails with:The arg type
java/lang/Object[]
is very likely wrong.Steps to reproduce:
TransactionalRepositoryTest
fromintegration-tests/hibernate-orm-panache
The text was updated successfully, but these errors were encountered: