helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

Doc update for the new Helidon 4 MP support in the Helidon OpenAPI code generators #8796

Open tjquinno opened 1 month ago

tjquinno commented 1 month ago

Description

Resolves #8746

The PR restores the temporarily-removed doc describing the use of the generator for creating MP clients and servers.

As part of that, the changes here restore a code snippet that shows how to use the generated MP client library. Leveraging the new snippet support the PR adds a step to the docs build to actually run the generator and then the docs compilation of the snippet makes sure its code remains valid against the generated classes.

(The SE-related doc page for OpenAPI-based generation continues to have the same "Coming soon" message.)

Documentation

This is a doc update.