mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-17 23:20:52 +00:00
* remove http signature from test yaml when not supported * do not use HttpBearerAuth for signature auth or other unsupported http auth method ignore unsupported http auth method unless generated code would not compile (in which case, an exception is thrown) * [Java] fix use of isBasic condition * [kotlin] fix use of isBasic condition