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 for this extension is available through Quarkiverse Docs located at:
The integration-tests
module in the codebase provides various examples that demonstrate how to use this extension effectively.
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.