Since Bugzilla release 5.0, bugs can now have multiple aliases assigned to them. Before each bug could only have a single value. So j2bugzilla crash when try to get alias from a bug;
Caused by: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to java.lang.String
at com.j2bugzilla.base.Bug.getAlias(Bug.java:109)
Is it possible to make j2bugzilla handle alias properly?
Thanks