christophejan
christophejan
- Note that bringing [Header annotation](https://github.com/swagger-api/swagger-core/blob/v2.2.0/modules/swagger-annotations/src/main/java/io/swagger/v3/oas/annotations/headers/Header.java) and it's processing closer to the [Parameter annotation](https://github.com/swagger-api/swagger-core/blob/v2.2.0/modules/swagger-annotations/src/main/java/io/swagger/v3/oas/annotations/Parameter.java) could solve #2965
Hello @myuwono, I just quickly read this issue and that make me think of [jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable). I don’t know if you already check this module but perhaps it can help.
Hello @myuwono ! Thank you very much for your answer. You raise a lot of points... I will try to explain my point of view on some of them. First,...
Hi @jakobleck Denying all `decide` calls with `null` format will skip all code blocks inside any `isXxxEnabled`. You may filter out a lot of logs you don’t want to miss....
Hi @ceki, Sorry to bother you. Could you please give us some guidance. Do you agree that current behavior is an issue ? Do you plan to continue to maintain...
Hi @ceki, Thank you very much for your time, your analysis, the fix etc. I’ve made some tests with it and get exactly the behavior I was expecting. I’ve seen...
If my understanding is correct, URI RFC doesn’t specify query parameters. In current _WHATWG HTLM standard_, [4.10.21.7 URL-encoded form data]( https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#url-encoded-form-data) just point to _WHATWG URL standard_ [5 application/x-www-form-urlencoded](https://url.spec.whatwg.org/#application/x-www-form-urlencoded) that...
There is indeed workarounds but the current behavior is : * error prone (require some knowledge of the implementation storage) * limiting (some api may require to not follow the...