nlisker
nlisker
> So I suppose in above examples one should still use `@JsonTypeInfo` Correct. Sealed classes are in preview right now, but soon will be released as a core feature. I...
@cowtowncoder I see that Jackson 2.15 got several updates for records handling, but this didn't get any attention. The closest was https://github.com/FasterXML/jackson-databind/issues/3297. Should I have reported this on databind?
> Serialization definitely can not/should not be what `toString()` gives But `toString()` is what's used to serialize the key. Maybe the serialization part should also be configured especially for records?
It does not. Here is the whole tree: 
The settings file is created and the initial error is resolved. However, when running the project, there is this error: ``` > Task :run May 05, 2021 6:40:07 PM com.gluonhq.attach.util.Platform...
I'm using Eclipse 2018-09 (4.9) with Buildship 3.0.2 and Gluon Plug-in for Eclipse 2.6.0. Installation was fine, but when trying to create a new VM project with the wizard I...
@jperedadnr That fixes the issue! Thanks! By the way, the default Gluon VM sample project still uses Java 8, so it will not compile after creation, in case it's something...
Is the Buildship 3 compatible version planned to be available in the update site? Also, is e(fx)clipse 3.5 a dependency?
Just reporting. I don't know SWT and the Eclipse inner workings well enough to be able to work on this in a meaningful amount of time.
I've suggested this at FasterXML/jackson-future-ideas#61 a while back and it was already evaluated, if that helps.