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

fix(type-safe-api): fix openapi code generation with jdk 17 #405

Merged
merged 1 commit into from
May 15, 2023

Conversation

cogwirrel
Copy link
Member

Code generation would fail for JDK >11 due to the following issue:

OpenAPITools/openapi-generator#13684

Setting JAVA_OPTS works around this issue, allowing for generation with newer JDKs.

Tested with both Corretto 17 and Corretto 11.

Code generation would fail for JDK >11 due to the following issue:

OpenAPITools/openapi-generator#13684

Setting JAVA_OPTS works around this issue, allowing for generation with newer JDKs
@nx-cloud
Copy link

nx-cloud bot commented May 15, 2023

☁️ Nx Cloud Report

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

📂 See all runs for this branch


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@agdimech agdimech merged commit 5fb3f86 into mainline May 15, 2023
@agdimech agdimech deleted the fix/generate-with-newer-jdk branch May 15, 2023 04:13
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.

2 participants