Fabian Sudau

Results 2 issues of Fabian Sudau

Hi, using io.swagger.parser.v3:swagger-parser:jar:2.1.22, this spec: ``` openapi: 3.0.0 info: version: 1.0.0 title: reproducing API description: Reproduces callback-with-parameters issue paths: /mypath: get: responses: '200': description: OK callbacks: myCallbackName: $ref: '#/components/callbacks/my-callback' components:...

### Bug Description Hi, I noticed that the `db-scheduler-14.0.0-sources.jar` from [jitpack.io](https://jitpack.io/com/github/kagkarlsson/db-scheduler/14.0.0/db-scheduler-14.0.0-sources.jar) does not actually contain the sources (it only contains sources of two shaded dependencies). However, the sources-jar from the...

enhancement
help wanted