You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/01/05 10:56:01 UTC

[jira] [Commented] (SYNCOPE-1262) Upgrade to Swagger UI 3.0

    [ https://issues.apache.org/jira/browse/SYNCOPE-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16312942#comment-16312942 ] 

ASF subversion and git services commented on SYNCOPE-1262:
----------------------------------------------------------

Commit a8dd6b794e85488e2281de4a2027d727fcdbd061 in syncope's branch refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=a8dd6b7 ]

[SYNCOPE-1262] Taking the SwaggerToOpenApiConversionFilter approach


> Upgrade to Swagger UI 3.0
> -------------------------
>
>                 Key: SYNCOPE-1262
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1262
>             Project: Syncope
>          Issue Type: Task
>          Components: extensions
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 2.0.8, 2.1.0
>
>
> Since we introduced the support for Swagger (as an extension), I believe many have found it very useful.
> We are currently shipping a patched version of Swagger UI 2.0 (backed by Swagger Core 1.5), with JS support manually enabled for Matrix parameters - as such parameters are not officially supported by Swagger UI 2.0.
> Luckily, after [long discussions|https://github.com/OAI/OpenAPI-Specification/issues/69], it seems that Matrix parameters eventually found their way through the OpenAPI specification, and Swagger UI 3.0.
> In order to profit from this, we need to generate an OpenAPI 3.0- compliant descriptor, as the current /rest/swagger.json is at 2.0 but, due to the presence of matrix parameters, doesn't load with Swagger UI 3.0.
> There is an [ongoing effort in CXF|https://issues.apache.org/jira/browse/CXF-7525] to provide full support for OpenAPI 3.0, but the work has just started; moreover, this will only land in CXF 3.2 - hence our branch {{2_0_X}} will not use it anyway.
> Another approach, again provided by CXF, is the [SwaggerToOpenApiConversionFilter|https://cwiki.apache.org/confluence/display/CXF20DOC/Swagger2Feature#Swagger2Feature-ConvertingtoOpenAPIJSON], which is essentially an in-line transformer from the {{swagger.json}} we already generate, to the new {{openapi.json}} in OpenAPI 3.0 format.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)