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

Support constraints without version in GMM [Backport 6.9.x] #20189

Closed
ljacomet opened this issue Mar 16, 2022 · 1 comment · Fixed by #22359
Closed

Support constraints without version in GMM [Backport 6.9.x] #20189

ljacomet opened this issue Mar 16, 2022 · 1 comment · Fixed by #22359

Comments

@ljacomet
Copy link
Member

See #20182 for details and #20188 for fix

@ljacomet ljacomet added this to the 6.9.3 milestone Mar 16, 2022
@ljacomet ljacomet self-assigned this Oct 11, 2022
ljacomet added a commit that referenced this issue Oct 11, 2022
Prior to this change, a published Gradle Module Metadata that contained
a constraint without a version definition would result in a null
VersionConstraint instead of an empty one.
This caused issue during metadata serialization and potentially
resolution.
The field is not nullable and an empty version constraint is now used as
the default value.

Fixes #20189
@ljacomet ljacomet linked a pull request Oct 11, 2022 that will close this issue
ljacomet added a commit that referenced this issue Oct 13, 2022
Prior to this change, a published Gradle Module Metadata that contained
a constraint without a version definition would result in a null
VersionConstraint instead of an empty one.
This caused issue during metadata serialization and potentially
resolution.
The field is not nullable and an empty version constraint is now used as
the default value.

Fixes #20189
bot-gradle added a commit that referenced this issue Oct 13, 2022
* Fixes #19523
* Fixes #20189

Co-authored-by: Louis Jacomet <louis@gradle.com>
@ljacomet
Copy link
Member Author

PR is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant