Bram Klein Gunnewiek

Results 2 comments of Bram Klein Gunnewiek

Is there any update/eta on this? I see the issue itself is on the 1.2 backlog now that doesn't specify any due date or something.

We have the same issue here. Eclipse can compile it but maven can't: ``` LombokValTest.java:[31,36] incompatible types: java.lang.String cannot be converted to lombok.val ``` ``` java public class LombokValTest {...