David Lynn
David Lynn
Hi, I am using Springfox 2.9.2. I seem to still be experiencing a bug with HAL which is reported as fixed. The issue is described in #1980 and was reported...
The issue which required us to rename files was fixed in gradle 7.5.1. This cleanup updates to that version and remove the workaround previously needed.
While working with a specification which has a discriminator with a mapping inside of a oneOf, for example: yaml ``` components: schemas: TestSchema: oneOf: - $ref: '#/components/schemas/TestSchema1' - $ref: '#/components/schemas/TestSchema2'...
I have an API which when merged with another API results in operationId conflicting. Particularly this occurs when using callbacks, but these have a unique value per API, and I...