Hello, I'm using jaxrs Reader <https://github.com/swagger-api/swagger-core/blob/master/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java#L120> to build documentation as part of swagger-akka-http <https://github.com/swagger-akka-http/swagger-akka-http/blob/master/src/main/scala/com/github/swagger/akka/SwaggerHttpService.scala#L77>. I've noticed all errors in the reader are swallowed and logged. Is there a way to test / verify that the swagger has been read and generated correctly? For example, that I didn't accidentally put a wrong reference in `dataType` annotation that would result in a `ClassNotFoundException` during reading that gets swallowed?
Many thanks! Y -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
