SpireCat commented on issue #3295:
URL:
https://github.com/apache/servicecomb-java-chassis/issues/3295#issuecomment-1229140091
> 做了一些测试之后,我发现这只是我自己的问题,ServiceComb是支持extensions的,只是在文档中没有生命出来。
> 你可以描述下输入和预期结果吗?
>
> 我查看了 ApiOperationProcessor 有如下代码:
>
> ```
> @Override
> public void process(SwaggerGenerator swaggerGenerator,
> OperationGenerator operationGenerator, ApiOperation
apiOperationAnnotation) {
> ...
> operation.setOperationId(apiOperationAnnotation.nickname());
>
operation.getVendorExtensions().putAll(BaseReaderUtils.parseExtensions(apiOperationAnnotation.extensions()));
> ...
> ```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]