You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

The CXF OpenApiFeature allows you to generate OpenAPI v3.0 documents from JAX-RS service endpoints with a simple configuration. This feature can be configured programmatically in Java or using Spring or Blueprint beans.

Setup

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-rs-service-description-microprofile-openapi</artifactId>
    <version>3.4.0</version>
</dependency>

The cxf-rt-rs-service-description-microprofile-openapi is only available in 3.4.0. For older releases, please consider OpenApiFeature instead.

  • No labels