Skip to content

v8.3.3

Compare
Choose a tag to compare
@SimonCockx SimonCockx released this 27 Jul 13:00
67b9197

What's Changed

This release includes various patches to the Java code generator that solve null pointer exceptions handling null values.

Some Rosetta models have been working around this issue by writing expressions of the form ... filter <some expression> = True or if <some expression> = True then .... With this patch, the = True part is now unnecessary.

Full Changelog: 8.3.2...8.3.3