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

HADOOP-18197. Protobuf-Java 3.21.12 #26

Merged
merged 5 commits into from
Jan 11, 2024

Commits on Oct 10, 2022

  1. HADOOP-18197. Upgrade protobuf to 3.20.1

    This patch bumps up the protobuf version so that Hadoop
    is not a vulnerable to CVE-2021-22569.
    
    I'm not renaming the module hadoop-shaded-protobuf_3_7
    because that significantly complicates imports/upgrading.
    That said, I don't see why the version number needed to be
    included there. We will have to live with that.
    
    This also fixes up the parent POM references in the child modules
    as IntelliJ requires a full path.
    
    Testing: needs to go through hadoop built with the updated jar and
    with its own protobuf version marker updated.
    Verified hadoop compiles on a macbook m1.
    steveloughran committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    49fe0d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b44c43f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77339d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    4c83fe0 View commit details
    Browse the repository at this point in the history
  2. protobuf-java 3.21.12

    pjfanning committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4b45a92 View commit details
    Browse the repository at this point in the history