You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Overview
NPM package versions are currently resolved from
dependencyVersions.properties
andsdkVersions.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
latest
(for testing, NOT an actual solution): https://gist.github.com/syall/4bd9b89dc41d5da626e1bec0c610b5b3The text was updated successfully, but these errors were encountered: