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(cli): fix version detection for Java being a bit too optimistic about the package name #1995

Merged
merged 2 commits into from Aug 4, 2022

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Aug 3, 2022

Resolves #1994

@ansgarm
Copy link
Member Author

ansgarm commented Aug 3, 2022

CI currently fails due to yargs/yargs-parser#452

Related to yargs/yargs-parser#452 which caused synth to fail. After this change TypeScript will only check types that are actually used in user code but not whether all types in dependencies are correct. We opted for this instead of pinning a version of yargs-parser without this bug because disabling this kind of checking will also help with future bugs that might occur and won't require an update of the TypeScript template. Thus this change also helps with #1991
@ansgarm ansgarm force-pushed the fix-java-cdktf-version-detection branch from 84a8eb4 to 2213ca2 Compare August 4, 2022 10:58
@ansgarm ansgarm merged commit 66b0f13 into main Aug 4, 2022
@ansgarm ansgarm deleted the fix-java-cdktf-version-detection branch August 4, 2022 11:38
@github-actions
Copy link
Contributor

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java CDKTF unusual behavior when running cdk provider add twice.
2 participants