Open coiouhkc opened 2 years ago
I'm happy to work on a PR if you generally accept the feature request.
@coiouhkc yes, we welcome PR to add useGzipFeature
support to the generator.
Let us know if you need help with the PR.
Started work in https://github.com/OpenAPITools/openapi-generator/pull/13983
Please resolve the issue, since the linked PR has been merged.
Is your feature request related to a problem? Please describe.
pom.xml
but generated interfaces do not include
@GZIP
annotation.Describe the solution you'd like
Generated interfaces should include the
@GZIP
annotation, application.properties must include necessary configuration for both classic and reactive Quarkus modes, see https://quarkus.io/guides/resteasy#gzip-supportAdditional context
@Override
+@GZIP
in the implementing class unfortunately doesn't work.