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

Backports to 6x #22359

Merged
merged 4 commits into from
Oct 13, 2022
Merged

Backports to 6x #22359

merged 4 commits into from
Oct 13, 2022

Commits on Oct 13, 2022

  1. Fix buffer overflow error in KryoBackedDecoder

    Fixes #19523
    jbartok authored and ljacomet committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3e38392 View commit details
    Browse the repository at this point in the history
  2. Fix nullability hints

    ljacomet committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    69fa659 View commit details
    Browse the repository at this point in the history
  3. Fix typo in exception

    ljacomet committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    834fbce View commit details
    Browse the repository at this point in the history
  4. Add support for dependency constraint without version

    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 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b95575c View commit details
    Browse the repository at this point in the history