Andrea Peruffo
Andrea Peruffo
I updated to latest the dependencies in the reproducer and is still valid.
Hi @vanny96 , I just tested and it reproduces with Quarkus `3.23.0`. I believe that this issue belongs to this effort: https://github.com/orgs/quarkusio/projects/30/views/1 Maybe better if we open an issue on...
Hi @heruan , thanks for taking the time to file this issue! That's correct, we are currently always re-generating everything, since the generation is idempotent this is "only" a matter...
Thanks for reverting back @andrueastman ! > Any chance you can confirm if there's an issue the existing members cause in your scenario? I cannot find any and the reproducer...
That's correct.
I'm making some progress over this one. Key takeaways: - the issue happens when an object using a `oneOf` + discriminator appears in the `requesetBody` - a new pair of...
Checked and the problem is still present.
Hi @MikeEdgar ! Sorry I completely missed the notification on this one :sweat: This proposal is highly related to `SchemaSwap` and `SchemaFrom`, have you attempted to implement the required functionality...
> The new annotation in this PR could support it with a value property that is mutually exclusive with all other properties on the annotation. Probably better to have a...
- [SchemaFrom](https://github.com/fabric8io/kubernetes-client/blob/main/doc/CRD-generator.md#iofabric8crdgeneratorannotationschemafrom) - [SchemaSwap](https://github.com/fabric8io/kubernetes-client/blob/main/doc/CRD-generator.md#iofabric8crdgeneratorannotationschemaswap) Overall, I’m a bit hesitant to follow the OpenAPI/Swagger model too closely in this context. While CRDs do use a format that resembles OpenAPI(but doesn't match...