Benjamin Sproule
Benjamin Sproule
That's the sort of approach that I have started to migrate to. It would be nice to still have the separate folder structure, so it's easier to go through previous...
Hey, Kotlin/Scala support is only really on a best case efforts (as this was originally a quick plugin for a Java application). There are equivalent tests for Kotlin and Scala...
So if I've got it right, you are using a completely custom set of annotations? If so, this won't work as is, you will need to create a custom reader.
Just created a test for this locally and I'm getting the 200 state as well. However, in the test, it's not producing the schema for the 201 and 422 responses,...
So the problem is that we create an `Operation` object in `parseMethod` in both JAXRS and Spring MVC readers, with the status code of 200 and use that everywhere. Unfortunately,...
If you fancy raising a PR to fix this rather than a work around, please do. I really don't get the time to dig into this kind of stuff at...
@wakingrufus I see you are (hopefully) preparing a PR for this. Any luck?
Yeah, still trying to find the time to deal with CircleCI and it's OOM issues. The classic fun job of I can never replicate nor have the time to really...
I can't see anything obviously wrong other than you may not have it in the classpath.
Just looking at the line that is throwing the exception, it should be looking for either `@Api` or `@RestController` and in a specific location, as you are providing packages. Not...