[ https://issues.apache.org/jira/browse/ARIES-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17366169#comment-17366169 ]
Carlos Sierra Andrés commented on ARIES-2055: --------------------------------------------- hi [~borcsokj], there is support for openapi in one of the extensions published along the whiteboard. Please check https://github.com/apache/aries-jax-rs-whiteboard/tree/master/integrations/openapi. It should work right away. Carlos. > Support Swagger annotations on JAX-RS applications > -------------------------------------------------- > > Key: ARIES-2055 > URL: https://issues.apache.org/jira/browse/ARIES-2055 > Project: Aries > Issue Type: Improvement > Components: jax-rs-whiteboard > Affects Versions: jax-rs-whiteboard-1.1.0, jax-rs-whiteboard-2.0.0 > Reporter: Börcsök József > Priority: Major > > JAX-RS annotations (i.e. OpenAPIDefinition) on JAX-RS application should be > supported (similar to JaxrsApplicationAndResourcePackagesAnnotationScanner in > swagger-core integration). > Sample: > {code:java} > @OpenAPIDefinition( > info = @Info( > title = "My Service", > description = "Service REST API", > contact = @Contact( > email = "oschweit...@me.com" > ) > ) > ) > public class TestApplicationWithClasses extends Application { > // ... > }{code} -- This message was sent by Atlassian Jira (v8.3.4#803005)