Skip to content

Initialize model via reflection instead of new

Compare
Choose a tag to compare
@iquito iquito released this 16 Aug 18:35
· 7 commits to master since this release

Mandatory arguments lead to type errors so far because
the string filter extension tried to create a new class
via new instead of via reflection. Now with reflection
we ignore uninitialized properties of the class in our
string filter processor to be less error-prone.