joseFilA

Results 6 comments of joseFilA

When I try to run the resolveFull task, I get: java.lang.ClassNotFoundException: io.swagger.v3.jaxrs2.integration.SwaggerLoader The original 'resolve' task works fine so it seems weird that there would be a classpath issue for...

Adding `implementation 'io.swagger.core.v3:swagger-jaxrs2'` to the dependencies solved the issue.

What is currently the best way to generate different swagger files, ie: one swagger file with all endpoints and another swagger file with a subset (using filtering or a list...

https://github.com/joseFilA/ExampleMicronautSerdeKotlinDataClassIssue/tree/main There is a single test in the repo that shows the assertion failing.

Gotcha. It seems to work fine with the default Jackson ObjectMapper if that helps at all.