csierra commented on pull request #20: URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/20#issuecomment-633097804
Hi again, I pushed a new approach using Swagger directly to avoid dependencies on CXF. It is on this branch: https://github.com/csierra/aries-jax-rs-whiteboard/commits/openapi-swagger-integration This integration expects the users to register `OpenAPI` instances like they were regular resources to the whiteboard. This way we allow the users to fully configure the integration. I don't know if we should have some default instance or some way for the integration to also create instances from configurations. That would be a possibility as well. I would need help for testing it though. It has tests but the runtime is always failing with ```java.lang.IllegalArgumentException: Wrong type at constant pool index``` and I don't know if this is caused by anything I am doing wrong on the code or the java version or what. I would love some feedback on the approach and some help running the tests. Carlos. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
