aharin

Results 6 issues of aharin

swagger-gradle-plugin does not load `io.swagger.v3.jaxrs2.ext.OpenAPIExtension` classes. The code in `io.swagger.v3.jaxrs2.ext.OpenAPIExtensions` uses `ServiceLoader.load(OpenAPIExtension.class)` to load extensions. The problem is that `ServiceLoader` uses `Thread.currentThread().getContextClassLoader()` when a `ClassLoader` is not specified which cannot...

The event payload sent to a webhook contains meta element with a webhook_id: ``` { "events": [ ], "meta": { "webhook_id": "WB000..." } } ``` I cannot see though, how...

This option seem to appear for OAS 3.1 documents when servers are not specified globally. Although servers are not specified on operation level either, swagger-ui defaults to '/' and always...

Got a TypeError inside internal error handling code of the library today. > webpack://handler/node_modules/gocardless-nodejs/errors.js:29 const { statusCode, body: { error: { type, errors }, }, } = response; ^ TypeError:...

Since release 3.0.0 all fields on Payment became optional. What is the rational for this? How are these types should now be used? Should we be using not-null assertion? According...

Package is distributed with //# sourceMappingURL = comments embedded. This confuses aws lambda that imports this package. See https://github.com/drd/strip-sourcemap-loader for more context. The workaround is to add this in webpack...