Andrea Peruffo
Andrea Peruffo
> Could it make sense to add support for kiota-java to https://github.com/OpenAPITools/openapi-generator to, considering it already has maven/gradle plugins available? There is no possible reuse across the two projects as...
> you'll have to chech if kind == ENUM and then return static final fields that have the same type as the declaring class. This is only a partial solution,...
@shawkins do you mind fixing the conflicts? As discussed in the other issue, I have no objection to moving this forward at this point.
Thanks for the answer @baywet , makes sense to me now! This is a bit important for us at this point, are you going to send a fix? I can...
Attempted to minimize the issue, and this is the best I have so far. Common section: ```yaml openapi: 3.0.3 servers: - url: https://example.com info: title: example version: 0.0.1 paths: /path:...
> Do you still get the behaviour with the patch in progress? Tested on top of your branch and I think is even a regression: ```python @dataclass class ComponentOne(ComponentTwo): #...
Thanks for the answer @jthegedus ! I think I'm facing this very same issue: https://github.com/asdf-vm/actions/issues/548 I'm on Mac and it looks like the version can come in 2 formats depending...
For visibility, there is a thread on the challenges and tradeoffs of the current design [here](https://github.com/microsoft/kiota-java/issues/771). In the VertX `RequestAdapter` implementation, I gave up and exposed the underlying Http client...
> it's not just an ordering thing tested and looks like it's not an ordering thing, at least, in the absence of other edge cases kicking in ( e.g. #4325...
I have been attempting to reduce this again, this is what I have: Common description: ```yaml openapi: 3.0.3 servers: - url: https://example.com info: title: example version: 0.0.1 paths: /path: post:...