Eugene Lukash

Results 285 comments of Eugene Lukash

Sorry for not contributing much here, but I don't know how to approach this. Jackson binding is working at runtime. Annotation processor generates source code. If compilation succeeds, then there...

Sorry, I only now got to the repro. But I wish I would see the actual error earlier (yep, it was in the original report) ``` @JsonSubTypes(@JsonSubTypes.Type(value = "", name...

Ok, so here's my understanding so far: 1. It is a peculiarity of Javac (or a bug, but it's a grey territory IMO) that instead of returning unresolved type it...

Idk, looks more like a "standard" alternative to asm bytecode lib

Sorry, I'm missed to follow up on this. Need to restore context on this. If not for this enhancement, but maybe we can extract some good points / add at...

Hi @bmarwell I'll look into this (i.e. what can we do). Wanted to carve a day to work on Immutables, which seems like today :)

I would definitely ask for help with documentation/guide. But as of now I'm quite puzzled how to change builder generation for factory (digging our code and trying to restore the...

Experimental implementation PR, need more testing, more changes than expected. The solution requires now to have `@Value.Enclosing` annotation in the class with factories, otherwise it's quite difficult to arrange proper...

Hm.. I'm doing `mvn clean install` and it works for me and for CI https://github.com/immutables/immutables/actions/runs/3699719352/jobs/6267370633 I appreciate If anyone chime in and help to understand what the problem is. I'm...

Probably, `2.10.0-rc0` contains this already