Volkert

Results 59 comments of Volkert

@JLLeitschuh @nielsfalk I tried the example code at the top of this issue thread, but I'm running into "$ref: must be a string (JSON-Ref)" errors whenever I click to expand...

For anybody who got here through a search engine, looking for a solution to the same problem: I found an [alternative](https://github.com/quicktype/quicktype).

What I miss in particular with the builder methods generated by jsonschema2pojo is that they don't seem to process the `@Nullable` annotations. When you let Lombok generate the builder methods...

Unfortunately, another CVE is being flagged by `1.31` as well, for which no fix or mitigation is available. This is CVE-2022-38752. And the `snakeyaml` developers apparently [consider it a non-issue](https://bitbucket.org/snakeyaml/snakeyaml/issues/548/nist-nvd-entry-cve-2022-38752),...

Unfortunately, `1.32` does not prevent CVE-2022-38752 from being triggered, since that CVE doesn't specify an affected version range. :confused: See https://github.com/jeremylong/DependencyCheck/issues/4839 This is becoming quite a mess. There's (at least?)...

Such a limitation would be fine IMO, since it makes the most sense to have it as the last parameter anyway. However, if feasible, it might be a good idea...

I really hope this gets fixed eventually. It's not technically `important`, but it would definitely improve usability, and it doesn't seem all that hard to implement, right?

It would still be nice to see this improvement implemented, if that's okay with you, stale bot. :wink:

Would still like to see this improvement make it in at some point. Maybe I'll try to work on this myself and create a PR as part of an upcoming...