This is an automated email from the ASF dual-hosted git repository.

deki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 563b1ec  Adding OAuth PKCE Digest tests
     add 7b333d0  [CXF-7601] Add support for Microprofile OpenAPI 
implementation (as an alternative to Swagger Core 2.0)
     add 1c55f92  update new module to 3.3.1-SNAPSHOT
     add 3886940  update to latest geronimo-openapi-impl release
     add 3b96065  [CXF-7601] Add support for Microprofile OpenAPI 
implementation (as an alternative to Swagger Core 2.0)
     add 5aa0660  Rebased against latest master, added a sample project for 
OpenAPI v3.0 using microprofile implementation
     add 09ddfde  Upgrading Apache Johnzon dependencies to 1.1.11
     add 0c7ab09  update to latest geronimo-openapi-impl release
     add e1b8126  Accomodate recent microprofile OpenApi changes
     add bb6a56e  Merge branch 'master-apache' into CXF-7601_microProfileOpenApi
     add 64915c3  update parent to 3.4.0-SNAPSHOT
     new bf81196  Merge pull request #571 from 
apache/CXF-7601_microProfileOpenApi

The 1 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:
 .../README.txt                                     |  32 ++
 .../pom.xml                                        |  22 +-
 .../java/demo/jaxrs/openapi/server/AppConfig.java  |  35 ++
 .../main/java/demo/jaxrs/openapi/server/Item.java  |   0
 .../java/demo/jaxrs/openapi/server/Sample.java     |  81 ++--
 .../java/demo/jaxrs/openapi/server/Server.java     |  18 +-
 .../resources/META-INF/cxf/org.apache.cxf.Logger   |   0
 .../src/main/resources/logback.xml                 |   0
 distribution/src/main/release/samples/pom.xml      |   1 +
 osgi/itests-felix/pom.xml                          |   2 +-
 parent/pom.xml                                     |  25 +-
 .../pom.xml                                        |  49 ++-
 .../microprofile/openapi/OpenApiEndpoint.java      |  23 +-
 .../jaxrs/microprofile/openapi/OpenApiFeature.java | 455 +++++++++++++++++++++
 .../cxf/jaxrs/microprofile}/openapi/SwaggerUi.java |  13 +-
 rt/rs/pom.xml                                      |   1 +
 rt/rs/security/jcs-parent/jcs/pom.xml              |   2 +-
 rt/rs/security/jcs-parent/pom.xml                  |   2 +-
 .../wsdl_maven/codegen/src/it/cxf-4004/pom.xml     |   2 +-
 .../wsdl_maven/codegen/src/it/it-parent/pom.xml    |   2 +-
 20 files changed, 654 insertions(+), 111 deletions(-)
 create mode 100644 
distribution/src/main/release/samples/jax_rs/description_openapi_microprofile_spring/README.txt
 copy 
distribution/src/main/release/samples/jax_rs/{description_openapi_v3_spring => 
description_openapi_microprofile_spring}/pom.xml (84%)
 create mode 100644 
distribution/src/main/release/samples/jax_rs/description_openapi_microprofile_spring/src/main/java/demo/jaxrs/openapi/server/AppConfig.java
 copy distribution/src/main/release/samples/jax_rs/{description_openapi_v3_web 
=> 
description_openapi_microprofile_spring}/src/main/java/demo/jaxrs/openapi/server/Item.java
 (100%)
 copy distribution/src/main/release/samples/jax_rs/{description_openapi_v3 => 
description_openapi_microprofile_spring}/src/main/java/demo/jaxrs/openapi/server/Sample.java
 (68%)
 copy 
distribution/src/main/release/samples/jax_rs/{description_openapi_v3_spring => 
description_openapi_microprofile_spring}/src/main/java/demo/jaxrs/openapi/server/Server.java
 (68%)
 copy {systests/rs-sse/rs-sse-base => 
distribution/src/main/release/samples/jax_rs/description_openapi_microprofile_spring}/src/main/resources/META-INF/cxf/org.apache.cxf.Logger
 (100%)
 copy distribution/src/main/release/samples/jax_rs/{description_swagger2_spring 
=> description_openapi_microprofile_spring}/src/main/resources/logback.xml 
(100%)
 copy rt/rs/{description-swagger => description-microprofile-openapi}/pom.xml 
(73%)
 copy 
distribution/src/main/release/samples/jax_rs/minimal_osgi/src/main/java/minimalosgi/SampleResource.java
 => 
rt/rs/description-microprofile-openapi/src/main/java/org/apache/cxf/jaxrs/microprofile/openapi/OpenApiEndpoint.java
 (64%)
 create mode 100644 
rt/rs/description-microprofile-openapi/src/main/java/org/apache/cxf/jaxrs/microprofile/openapi/OpenApiFeature.java
 copy rt/rs/{description-openapi-v3/src/main/java/org/apache/cxf/jaxrs => 
description-microprofile-openapi/src/main/java/org/apache/cxf/jaxrs/microprofile}/openapi/SwaggerUi.java
 (78%)

Reply via email to