Miki Pokryvailo
Miki Pokryvailo
@hkosova Although it's equivalent, some generators need `additionalProperties` to generate nicely typed models. I thought `@Schema(additionalProperties = Schema.AdditionalPropertiesValue.TRUE)` would generated `additionalProperties: true` but that doesn't seem to be the case....
You can run the generated OpenAPI v2 code through https://github.com/getkin/kin-openapi/tree/master/openapi2conv to get OpenAPI v3 code. This would work if you don't want to build something "cleaner," and you don't need...
I see. One thing that should be easier to do would be to convert the v2 spec to v3 as I said above and then fork [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) and use gnostic's...
This would be really great. I'd like to use this tool, but I have no idea if I'd need to extend it to fit my use case. Is there any...
Ran into the same issue. This [Sonar plugin](https://github.com/premium-minds/sonar-postgres-plugin/blob/master/Token.java.patch) solves the problem via a patch file. The same approach has worked well for us.
The GitHub issue, btw, is https://github.com/protocolbuffers/protobuf/issues/9264
I'll give it a shot within the next week 🤞. In crunch time right now:)
Any plans to fix this? Still an issue.