This is an automated email from the ASF dual-hosted git repository.
sergeyb pushed a change to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 34bf6b2 Upgrading Jackson
new 8f95084 [CXF-7525] Adapting swagger to open api conversion code for
3.1.x
new e329110 [CXF-7525] Adding the resources for 3.1.x
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../swagger/openapi/OpenApiConfiguration.java | 15 +-
.../openapi/SwaggerToOpenApiConversionFilter.java | 79 +++
.../openapi/SwaggerToOpenApiConversionUtils.java | 393 +++++++++++
.../SwaggerToOpenApiConversionUtilsTest.java | 775 +++++++++++++++++++++
.../apache/cxf/jaxrs/json/basic/JsonMapObject.java | 26 +
5 files changed, 1281 insertions(+), 7 deletions(-)
copy
core/src/main/java/org/apache/cxf/interceptor/security/AuthenticationException.java
=>
rt/rs/description-swagger/src/main/java/org/apache/cxf/jaxrs/swagger/openapi/OpenApiConfiguration.java
(71%)
create mode 100644
rt/rs/description-swagger/src/main/java/org/apache/cxf/jaxrs/swagger/openapi/SwaggerToOpenApiConversionFilter.java
create mode 100644
rt/rs/description-swagger/src/main/java/org/apache/cxf/jaxrs/swagger/openapi/SwaggerToOpenApiConversionUtils.java
create mode 100644
rt/rs/description-swagger/src/test/java/org/apache/cxf/jaxrs/swagger/openapi/SwaggerToOpenApiConversionUtilsTest.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].