Skip to content

Conversation

@sellisd
Copy link
Contributor

@sellisd sellisd commented Jan 30, 2025

The openapi-generator-gradle-plugin depends has a transitive dependency on com.samskivert:jmustache:1.15, however the .owasp.dependencycheck.gradle.plugin depends on the more recent 1.16 version so when
both plugins are included the generated python code has syntax errors (see bug issue: OpenAPITools/openapi-generator#20375) To avoid this conflict of plugin dependencies we have to force the resolution of dependencies to
keep the old version. Forcing the dependency also introduces some changes in the typescript client, but fortunately these are new lines that do not seem to have an effect

The openapi-generator-gradle-plugin depends has a
transitive dependency on com.samskivert:jmustache:1.15,
however the .owasp.dependencycheck.gradle.plugin
depends on the more recent 1.16 version so when
both plugins are included the generated python
code has syntax errors (see bug issue: OpenAPITools/openapi-generator#20375)
To avoid this conflict of plugin dependencies we
have to force the resolution of dependencies to
keep the old version.
Copy link
Member

@jreynard-code jreynard-code left a comment

Choose a reason for hiding this comment

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

LGTM

@sellisd sellisd merged commit 2fc0b41 into main Jan 31, 2025
33 checks passed
@sellisd sellisd deleted the DSE/fix_python_client branch January 31, 2025 14:27
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.

4 participants