Hi all, today I've got stuck for a couple of hours because of an infamous "java.lang.IllegalArgumentException: transpose requires all
collections have the same size"
I finally found an explanation about the problem here:
As long as we convert our model classes to record, we'll need to pay attention in using "get" method from MandatoryTypedField when accessing entity attributes.