-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bump protobuf-java to 3.21.7 in repository-gcs and repository-hdfs. #4790
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #4790 +/- ##
============================================
+ Coverage 70.66% 77.80% +7.14%
- Complexity 57578 62499 +4921
============================================
Files 4661 4364 -297
Lines 276662 270114 -6548
Branches 40325 40598 +273
============================================
+ Hits 195501 210168 +14667
+ Misses 64926 43264 -21662
- Partials 16235 16682 +447
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Connect exception to maven repo in precommit workflow failure. Refiring!
|
Windows precommit check failing with connection timeouts to maven.
|
Windows precommit failure again.
|
Signed-off-by: Marc Handalian <handalm@amazon.com> Add missing SHAs. Signed-off-by: Marc Handalian <handalm@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-4790-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 fce34ce68d7f86f8550036e9a51ff58223beb130
# Push it to GitHub
git push --set-upstream origin backport/backport-4790-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-4790-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 fce34ce68d7f86f8550036e9a51ff58223beb130
# Push it to GitHub
git push --set-upstream origin backport/backport-4790-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x Then, create a pull request where the |
…pensearch-project#4790) Signed-off-by: Marc Handalian <handalm@amazon.com> Add missing SHAs. Signed-off-by: Marc Handalian <handalm@amazon.com> Signed-off-by: Marc Handalian <handalm@amazon.com>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-4790-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 fce34ce68d7f86f8550036e9a51ff58223beb130
# Push it to GitHub
git push --set-upstream origin backport/backport-4790-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3 Then, create a pull request where the |
Signed-off-by: Marc Handalian handalm@amazon.com
Description
Dependabot bumped this dependency in #4727 but missed a few projects that also use protobuf.
Issues Resolved
Resolves CVE-2022-3171.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.