-
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 reactor-netty-http to 1.0.24 in repository-azure #4880
Conversation
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #4880 +/- ##
============================================
+ Coverage 70.70% 70.84% +0.14%
- Complexity 57896 57906 +10
============================================
Files 4689 4689
Lines 277137 276908 -229
Branches 40313 40299 -14
============================================
+ Hits 195947 196173 +226
+ Misses 64987 64499 -488
- Partials 16203 16236 +33
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
CHANGELOG.md
Outdated
@@ -64,6 +64,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
- Bumps `tika` from 2.4.0 to 2.5.0 ([#4791](https://github.com/opensearch-project/OpenSearch/pull/4791)) | |||
- Exclude jettison version brought in with hadoop-minicluster. ([#4787](https://github.com/opensearch-project/OpenSearch/pull/4787)) | |||
- Bump protobuf-java to 3.21.7 in repository-gcs and repository-hdfs ([#]()) | |||
Bump reactor-netty-http to 1.0.24 in repository-azure ([#4880](https://github.com/opensearch-project/OpenSearch/pull/4880)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a -
CHANGELOG.md
Outdated
@@ -64,6 +64,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
- Bumps `tika` from 2.4.0 to 2.5.0 ([#4791](https://github.com/opensearch-project/OpenSearch/pull/4791)) | |||
- Exclude jettison version brought in with hadoop-minicluster. ([#4787](https://github.com/opensearch-project/OpenSearch/pull/4787)) | |||
- Bump protobuf-java to 3.21.7 in repository-gcs and repository-hdfs ([#]()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also missing a PR link, care to fix?
Signed-off-by: Ryan Bogan <rbogan@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-4880-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 74b8ecdf39c3cc78014d39f6cf89613467c94b57
# Push it to GitHub
git push --set-upstream origin backport/backport-4880-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-4880-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 74b8ecdf39c3cc78014d39f6cf89613467c94b57
# Push it to GitHub
git push --set-upstream origin backport/backport-4880-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 |
…ject#4880) * Bump reactor-netty-http to 1.0.24 Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Add CHANGELOG entry Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Bump reactor-netty-core to 1.0.24 to fix failing tests Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Update SHAs Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Addressed PR Comments Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Ryan Bogan <rbogan@amazon.com>
…ject#4880) * Bump reactor-netty-http to 1.0.24 Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Add CHANGELOG entry Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Bump reactor-netty-core to 1.0.24 to fix failing tests Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Update SHAs Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Addressed PR Comments Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Vacha Shah <vachshah@amazon.com>
…ject#4880) * Bump reactor-netty-http to 1.0.24 Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Add CHANGELOG entry Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Bump reactor-netty-core to 1.0.24 to fix failing tests Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Update SHAs Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Addressed PR Comments Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Vacha Shah <vachshah@amazon.com>
* Bump reactor-netty-http to 1.0.24 in repository-azure (#4880) * Bump reactor-netty-http to 1.0.24 Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Add CHANGELOG entry Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Bump reactor-netty-core to 1.0.24 to fix failing tests Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Update SHAs Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Addressed PR Comments Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Vacha Shah <vachshah@amazon.com> * Removing old SHAs and fixing CHANGELOG Signed-off-by: Vacha Shah <vachshah@amazon.com> * Bumping reactor-core to 3.4.23 Signed-off-by: Vacha Shah <vachshah@amazon.com> Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Vacha Shah <vachshah@amazon.com> Co-authored-by: Ryan Bogan <10944539+ryanbogan@users.noreply.github.com>
…ject#4880) * Bump reactor-netty-http to 1.0.24 Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Add CHANGELOG entry Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Bump reactor-netty-core to 1.0.24 to fix failing tests Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Update SHAs Signed-off-by: Ryan Bogan <rbogan@amazon.com> * Addressed PR Comments Signed-off-by: Ryan Bogan <rbogan@amazon.com> Signed-off-by: Ryan Bogan <rbogan@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-4880-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 74b8ecdf39c3cc78014d39f6cf89613467c94b57
# Push it to GitHub
git push --set-upstream origin backport/backport-4880-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: Ryan Bogan rbogan@amazon.com
Description
Bumps reactor-netty-http to 1.0.24 in repository-azure
Issues Resolved
CVE-2022-31684
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.