klam2010

Results 3 issues of klam2010

The use System.getenv is pulling operating system environments that are not contained to just a java JVM. This may cause SecurityManager access exceptions. Most recent commit that uses the field:...

When converting an OpenAPI 2.0 to 3.0 using the SwaggerConverter, default style and explode values are not given unless an array type is used. However, the OpenAPIDeserializer in version 3.0...

Hello, You have multiple headers that are not allowed for OpenAPI (Content-Type / Accept). These headers should be filled out within the request / responses. See: https://swagger.io/docs/specification/describing-parameters/ for more information