Details
-
Type: Bug
-
Status: Closed
-
Priority: Default
-
Resolution: Not a bug
-
Affects Version/s: 1.3.2, 1.3.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Hi,
I have noticed that the type of the field CxlType has changed to a CharField whereas it was a StringField before (until 1.3.1).
Unfortunately this causes problems with a customer which uses QF/J 1.3.2 and we compiled our code with QF/J 1.3.1 because I thought it was no problem. Now, on execution time there is a NoSuchMethodException because the CxlType field cannot be initialized with a String anymore.
I couldn't find a note on this in JIRA or the release notes but maybe I was missing something.
Was this change intentional or is it a bug?
Thanks,
Chris.