Skip to content

Commit

Permalink
Bump reactor-netty-http to 1.0.24 in repository-azure (#4880) (#4920)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
VachaShah and ryanbogan authored Oct 25, 2022
1 parent 2a2a785 commit 7dd9b2a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `commons-configuration2` from 2.7 to 2.8
- Exclude jettison version brought in with hadoop-minicluster. ([#4787](https://github.com/opensearch-project/OpenSearch/pull/4787))
- Updating bundled JDK to 11.0.16.1+1 and 8u345-b01 ([#4888](https://github.com/opensearch-project/OpenSearch/pull/4888))
- Bump protobuf-java to 3.21.7 in repository-gcs and repository-hdfs ([#]())
- Bump protobuf-java to 3.21.7 in repository-gcs and repository-hdfs ([#4890](https://github.com/opensearch-project/OpenSearch/pull/4890))
- Upgrade netty to 4.1.84.Final ([#4893](https://github.com/opensearch-project/OpenSearch/pull/4893))
- Bump reactor-netty-http to 1.0.24 in repository-azure ([#4920](https://github.com/opensearch-project/OpenSearch/pull/4920))

### Changed
- Dependency updates (httpcore, mockito, slf4j, httpasyncclient, commons-codec) ([#4308](https://github.com/opensearch-project/OpenSearch/pull/4308))
Expand Down
6 changes: 3 additions & 3 deletions plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ dependencies {
implementation project(':modules:transport-netty4')
api 'com.azure:azure-storage-blob:12.14.4'
api 'org.reactivestreams:reactive-streams:1.0.3'
api 'io.projectreactor:reactor-core:3.4.15'
api 'io.projectreactor:reactor-core:3.4.23'
api 'io.projectreactor.netty:reactor-netty:1.0.16'
api 'io.projectreactor.netty:reactor-netty-core:1.0.16'
api 'io.projectreactor.netty:reactor-netty-http:1.0.16'
api 'io.projectreactor.netty:reactor-netty-core:1.0.24'
api 'io.projectreactor.netty:reactor-netty-http:1.0.24'
api "org.slf4j:slf4j-api:${versions.slf4j}"
api "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
94bb06e2c4e6968c6faf4f5363cb278351f44a6a

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feaecb39237170aafb23935e9b383e8dda281379

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2fac480a17f752335318f103ab91427bdfb7716a

0 comments on commit 7dd9b2a

Please sign in to comment.