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

Allow codegen users to override the resolved NPM package versions #1248

Open
syall opened this issue Apr 24, 2024 · 0 comments
Open

Allow codegen users to override the resolved NPM package versions #1248

syall opened this issue Apr 24, 2024 · 0 comments

Comments

@syall
Copy link
Contributor

syall commented Apr 24, 2024

Overview

NPM package versions are currently resolved from dependencyVersions.properties and sdkVersions.properties.

At any given codegen .jar artifact, these versions are snapshotted and cannot be overridden. When using public JSv3 clients and customer codegen'ed clients in the same project, incorrect resolution of shared underlying NPM dependencies can lead to buggy code. Although this is not a complete solution, it could help since customers could codegen corresponding JSv3-compatible clients.

Solution

Provide a way for codegen users to override the resolved NPM package versions.

Related

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

No branches or pull requests

1 participant