Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2.79 KB

README.adoc

File metadata and controls

58 lines (44 loc) · 2.79 KB

CXF Extension for Quarkus

Contributors

Thanks goes to these wonderful people:

Configuration

You can configure the quarkus-cxf extension by adding the following dependency to your Quarkus project:

<dependency>
    <groupId>io.quarkiverse.cxf</groupId>
    <artifactId>quarkus-cxf</artifactId>
    <version>${latest.release.version}</version>
</dependency>

Documentation

Documentation for this extension is available through Quarkiverse Docs located at:

Sample Code

The integration-tests module in the codebase provides various examples that demonstrate how to use this extension effectively.

Issues and Support

Please feel free to open an issue in the GitHub repository in case you need support. Contributions and pull requests from the community are welcome.