Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back and enhance the page describing OpenAPI generation for Helidon 4 #9052

Merged
merged 17 commits into from
Aug 7, 2024

Conversation

tjquinno
Copy link
Member

@tjquinno tjquinno commented Jul 29, 2024

Description

Partially addresses #8879 and #8880.

This PR is a follow-up to supercedes and includes equivalent changes for PR #8796 which documented how to use the Helidon 4 generators for MP and is still awaiting review and approval.

We should not merge this PR--in fact, the docs component build will not pass for this PR--until the OpenAPITools project releases the generator that contains the changes to support Helidon 4 SE. See OpenAPITools/openapi-generator#19150. We are aiming for 7.8.0 and the change to dependencies/pom.xml in this PR reflects that.

In its current form which does not run the generators this PR can be merged without waiting for a release of the OpenAPITools project. My OpenAPITools PR has been approved and merged so the enhancements should be available at the release of 7.8.0 targeted for 9 Aug.

Documentation

This is a doc-only PR.

@tjquinno tjquinno self-assigned this Jul 29, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 29, 2024
@tjquinno tjquinno marked this pull request as draft July 30, 2024 12:26
docs/src/main/resources/petstorex.yaml Outdated Show resolved Hide resolved
docs/src/main/java/io/helidon/docs/mp/openapi/README.md Outdated Show resolved Hide resolved
docs/pom.xml Outdated Show resolved Hide resolved
@tjquinno
Copy link
Member Author

tjquinno commented Aug 2, 2024

@romain-grecourt Note there are some extra lines in some files. I'll be pushing a better commit shortly.

@tjquinno tjquinno marked this pull request as ready for review August 3, 2024 19:09
docs/pom.xml Outdated Show resolved Hide resolved
docs/src/main/asciidoc/mp/openapi/openapi-generator.adoc Outdated Show resolved Hide resolved
docs/src/main/asciidoc/se/openapi/openapi-generator.adoc Outdated Show resolved Hide resolved
docs/src/main/asciidoc/se/openapi/openapi-generator.adoc Outdated Show resolved Hide resolved
parent/pom.xml Outdated Show resolved Hide resolved
docs/src/main/asciidoc/mp/openapi/openapi-generator.adoc Outdated Show resolved Hide resolved
parent/pom.xml Outdated Show resolved Hide resolved
docs/src/main/asciidoc/mp/openapi/openapi-generator.adoc Outdated Show resolved Hide resolved
docs/src/main/asciidoc/mp/openapi/openapi-generator.adoc Outdated Show resolved Hide resolved
…s.java

- Inline table of content from includes/openapi/openapi-generator.adoc to remove warning
- Remove unused attribute {snippets}
- Add new line at EOF in se/openapi/openapi-generator.adoc
- Remove empty line in mp/openapi/openapi-generator.adoc
@tjquinno tjquinno merged commit 3fd0f91 into helidon-io:main Aug 7, 2024
26 checks passed
@tjquinno tjquinno deleted the 4.x-openapi-gen-se-doc branch August 7, 2024 19:04
@tjquinno tjquinno linked an issue Aug 7, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenApi Tools: Add support for Helidon 4 MP client and server
2 participants