deki commented on issue #3: add integration-test for maven-plugin, update some versions URL: https://github.com/apache/geronimo-openapi/pull/3#issuecomment-455778387 @rmannibucau yeah that's easy by using a validator. ``` com.reprezen.kaizen.oasparser.OpenApi3Parser parser = new com.reprezen.kaizen.oasparser.OpenApi3Parser(); return parser.parse(generated, true).isValid(); ``` Currently the generated specs are invalid therefore the build fails. I started fixing that and will add this to the verify script as soon as the specs are valid.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services