johm
johm copied to clipboard
If a JOhm references itself, it leads to infinite recursion
@Model public class MyGreatModel { @Reference @Indexed MyGreatModel relatedMyGreatModel; }
crashes everything. The problem is that JOhm.get calls, JOhm.fillField which then calls JOhm.get.