rmannibucau commented on a change in pull request #14: The AnnotationProcessor should be able to deduct the parameter name from JAX-RS annotations URL: https://github.com/apache/geronimo-openapi/pull/14#discussion_r272884304
########## File path: geronimo-openapi-impl/src/main/java/org/apache/geronimo/microprofile/openapi/impl/processor/AnnotationProcessor.java ########## @@ -59,6 +59,7 @@ import javax.ws.rs.core.Context; import javax.ws.rs.core.Response; +import org.apache.cxf.common.util.StringUtils; Review comment: Nop, we dont depend on cxf in the impl except for a single spi impl ;). Just duplicate this one please ---------------------------------------------------------------- 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] With regards, Apache Git Services
