Bram Klein Gunnewiek

Results 4 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 {...

Does anyone have a working workaround for this? I'm running into the same issue and couldn't figure out a solution yet except excluding `GrpcClientMetricAutoConfiguration`

I'm also running into this problem where unit test reports are still properly reported (and failures result in a build failure) but the (cucumber) integration test results are not recorded...