Hi Christian, Is there any workaround that might be applied to:
@MappedSuperclass
public static class TaskServiceDocument<E extends Enum<E>> extends TaskServiceDocumentFix {
@Enumerated(EnumType.STRING)
public E taskSubStage;
}
cause that’s blocking our Java17 and Hibernate6 migration story. At least I can make further progress…