nlisker
nlisker
I don't know about that specific error, but 0.1.0 made some big changes and there's a migration guide from 0.0.14 in the README: https://github.com/openjfx/javafx-gradle-plugin#migrating-from-0014-to-010. Maybe that will help.
Can confirm that I got here because I was confused by having two seemingly indistinguishable text editors:  Phasing out the default one in favor of the "Generic" one will...
> I don't remember about everything that was discussed, but I would now suggest > > * Rename "Text editor" into "Plain Text editor" > * Rename "Generic Text editor"...
Aside from the investigation in #2276, having a bug in the Generic editor should not be a reason to keep an older editor just for that bug. The direction should...
I'm not familiar enough with the platform unfortunately. Just reporting.
I have features installed:   Is this enough info?
> You'll still have to wait Not if all I want is to see the version/build ID in the About dialog, which is what a lot of people open About...
Yes, there is no guarantee that serialization will contain enough information for deserialization in the general case. Here, however, an enum constant is defined by a single identifier. Since the...
You have a point, my example was too direct. Here is a more real scenario: ```java import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonSubTypes; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeInfo.Id; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.json.JsonMapper; import example.Inter.A;...
> And this subtype linkage is not resolve by Jackson's type traverser. But it probably could be resolved, I think. Yes, I don't see why not, all the info is...