--- version1 +++ version2 @@ -13,8 +13,8 @@ // CLASS ANNOTATIONS -IDB_ANNOTATION projected org/springframework/data/annotation/PersistenceCreator Ljava/lang ...
When using a custom CDI qualifier annotation that has a primitive array (e.g., int[], double[]) as a member, Quarkus Arc’s Qualifiers class fails with a ClassCastException. This happens because the ...