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

feat(type-safe-api): remove dependency on openapi generator and java for all code/docs generation #870

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

cogwirrel
Copy link
Member

@cogwirrel cogwirrel commented Oct 21, 2024

Remove the dependency on openapi generator and Java for code generation for all Type Safe API projects.

Note that Java/Maven are still a dependency of Smithy, but are not required when OpenAPI is used as the modelling language.

BREAKING CHANGE: Remove the HTML2 documentation format. Please use HTML_REDOC for HTML documentation.

Fixes #793 - no more bash scripts and juggling of tmp directories and absolute paths means we don't fail for directories with spaces in the name.

Copy link

nx-cloud bot commented Oct 21, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit b6d8b38. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link
Contributor

@martenpayne martenpayne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other that my feedback on the getting started documentation, the rest looks good

docs/content/getting_started/index.md Outdated Show resolved Hide resolved
…for all code/docs generation

Remove the dependency on openapi generator and java for code generation for all Type Safe API
projects.

BREAKING CHANGE: Remove the HTML2 documentation format. Please use HTML_REDOC for HTML
documentation.
@cogwirrel cogwirrel merged commit 9bda068 into mainline Oct 22, 2024
4 checks passed
@cogwirrel cogwirrel deleted the feat/no-openapi-gen branch October 22, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] typesafe-api code generation script doesn't handle spaces in the directory path
2 participants