Andrea Peruffo
Andrea Peruffo
Adding `x-kubernetes-preserve-unknown-fields` is basically a workaround and I'm reluctant to automate it. In various edge cases (e.g. `JsonSubTypes` with only one implementation) adding `x-kubernetes-preserve-unknown-fields` might mask other serialization issues and...
> If you say it's not that easy, I believe in you. This is not what I'm saying 😃 I haven't looked carefully at this, it might be easier or...
> For example, I have a field where you can input a URL, which is a string. But not any string is a valid URL, so even though the type...
@apiwoni I haven't looked at the current implementation but your question does make sense to me. Would you be able to get a PR together for this improvement?
I'm about to go on vacation, but if no one picks it up earlier I might eventually take a look at this.
Can reproduce the bug and is valid indeed.
Since this extension is outdated and we are going to release version 6.0, would it be worth exploring substituting the extension with the java-gen output? @faust64 using the Java generator...
Hi @crash-g ! Thanks for this contribution, I'm pretty positive about it, I think its time to introduce this feature! I cannot reproduce your problem with the tests (and the...
Quick heads up, the CI https://travis-ci.com/github/lightbend/config/jobs/439058491#L559 confirms that tests are running as expected on `master`
@crash-g can you push your WIP to this or another branch to let me reproduce? Thanks!