Joe Littlejohn
Joe Littlejohn
I quite like what @unkish has suggested re JEncodingAwareStringLiteral. It doesn't seem too intrusive and I think there's little hope of fixing this upstream.
The comment from the CodeModel code is interesting: ``` // However, various tools are so broken around this area, // so just to be on the safe side, it's better...
Yes, the way I see it: * `allOf` = merge * `anyOf` and `oneOf` = generate an interface with a number of implementing classes There are countless examples where this...
I prefer `JsonTypeInfo.Id.NAME` because it's a lot more secure. All the recent Jackson CVEs seem to be problems associated with allowing arbitrary classes to be instantiated with crafted JSON data.
The logger should be set via all channels (maven, ant, gradle, etc). Could you give us a stack trace and describe how you're using jsonschema2pojo? Are you using it via...
Interesting. I assume in the past you got a java property named like `versv_`? Not sure what has caused this but this isn't an expected change. We have any test...
Hi @asympro. Thanks for working on this. As per [CONTRIBUTING.md](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CONTRIBUTING.md#3-add-integration-tests) we do need an integration test for this.
I don't actually understand why you've introduced a new approach to handling unsupported characters. Why is it that sometimes chars that can't be supported in the identifier are replaced with...
Thanks @asympro! Let me know when you want me to take another look at your changes and I'll review 👍
@mattbishop Are you using the latest version of jsonschema2pojo? We have reinstated the `@Generated` annotation, and most static code analysis tools will ignore types that have this annotation. If this...