Skip to content

Commit

Permalink
Update to Netty 4.1.115.Final (opensearch-project#16661) (opensearch-…
Browse files Browse the repository at this point in the history
…project#16666)

(cherry picked from commit 8e097ee)

Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 480828e)
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
2 people authored and reta committed Nov 18, 2024
1 parent ad6dff4 commit 334930e
Show file tree
Hide file tree
Showing 48 changed files with 121 additions and 23 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,27 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased 1.x]
### Added
### Dependencies
<<<<<<< HEAD
- Bump `netty` from 4.1.108.Final to 4.1.109.Final ([#13233](https://github.com/opensearch-project/OpenSearch/pull/13233))
- OpenJDK Update (April 2024 Patch releases), update to Eclipse Temurin 11.0.23+9 ([#13406](https://github.com/opensearch-project/OpenSearch/pull/13406))
- OpenJDK Update (July 2024 Patch releases) ([#15002](https://github.com/opensearch-project/OpenSearch/pull/15002))
- Bump `netty` from 4.1.109.Final to 4.1.114.Final ([#13802](https://github.com/opensearch-project/OpenSearch/pull/13802), [#14356](https://github.com/opensearch-project/OpenSearch/pull/14356), [#15081](https://github.com/opensearch-project/OpenSearch/pull/15081, https://github.com/opensearch-project/OpenSearch/pull/16182))
- Bump `icu4j` from 62.1 to 62.2 ([#15482](https://github.com/opensearch-project/OpenSearch/pull/15482))
=======
- Bump `com.google.cloud:google-cloud-core-http` from 2.23.0 to 2.47.0 ([#16504](https://github.com/opensearch-project/OpenSearch/pull/16504))
- Bump `google-auth-library-oauth2-http` from 1.7.0 to 1.29.0 in /plugins/repository-gcs ([#16520](https://github.com/opensearch-project/OpenSearch/pull/16520))
- Bump `com.azure:azure-storage-common` from 12.25.1 to 12.27.1 ([#16521](https://github.com/opensearch-project/OpenSearch/pull/16521))
- Bump `com.google.apis:google-api-services-compute` from v1-rev20240407-2.0.0 to v1-rev20241021-2.0.0 ([#16502](https://github.com/opensearch-project/OpenSearch/pull/16502), [#16548](https://github.com/opensearch-project/OpenSearch/pull/16548))
- Bump `com.azure:azure-storage-common` from 12.25.1 to 12.27.1 ([#16521](https://github.com/opensearch-project/OpenSearch/pull/16521))
- Bump `com.azure:azure-storage-blob` from 12.23.0 to 12.28.1 ([#16501](https://github.com/opensearch-project/OpenSearch/pull/16501))
- Bump `org.apache.hadoop:hadoop-minicluster` from 3.4.0 to 3.4.1 ([#16550](https://github.com/opensearch-project/OpenSearch/pull/16550))
- Bump `org.apache.xmlbeans:xmlbeans` from 5.2.1 to 5.2.2 ([#16612](https://github.com/opensearch-project/OpenSearch/pull/16612))
- Bump `com.nimbusds:nimbus-jose-jwt` from 9.41.1 to 9.46 ([#16611](https://github.com/opensearch-project/OpenSearch/pull/16611))
- Bump `lycheeverse/lychee-action` from 2.0.2 to 2.1.0 ([#16610](https://github.com/opensearch-project/OpenSearch/pull/16610))
- Bump `me.champeau.gradle.japicmp` from 0.4.4 to 0.4.5 ([#16614](https://github.com/opensearch-project/OpenSearch/pull/16614))
- Bump `mockito` from 5.14.1 to 5.14.2, `objenesis` from 3.2 to 3.3 and `bytebuddy` from 1.15.4 to 1.15.10 ([#16655](https://github.com/opensearch-project/OpenSearch/pull/16655))
- Bump `Netty` from 4.1.114.Final to 4.1.115.Final ([#16661](https://github.com/opensearch-project/OpenSearch/pull/16661))
>>>>>>> 480828ea440 (Update to Netty 4.1.115.Final (#16661) (#16666))
### Changed
### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protobuf = 3.22.3
# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 5.5.0

netty = 4.1.114.Final
netty = 4.1.115.Final
reactor_netty = 1.0.39
reactor = 3.4.34
joda = 2.12.2
Expand Down
79 changes: 79 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
[versions]
opensearch = "2.19.0"
lucene = "9.12.0"

bundled_jdk_vendor = "adoptium"
bundled_jdk = "21.0.5+11"

# optional dependencies
spatial4j = "0.7"
jts = "1.15.0"
jackson = "2.17.2"
jackson_databind = "2.17.2"
snakeyaml = "2.1"
icu4j = "75.1"
supercsv = "2.4.0"
log4j = "2.21.0"
slf4j = "1.7.36"
asm = "9.7"
jettison = "1.5.4"
woodstox = "6.4.0"
kotlin = "1.7.10"
antlr4 = "4.13.1"
guava = "32.1.1-jre"
protobuf = "3.25.5"
jakarta_annotation = "1.3.5"
google_http_client = "1.44.1"
google_auth = "1.29.0"
tdigest = "3.2"
hdrhistogram = "2.2.2"
grpc = "1.68.0"

# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = "5.13.0"

netty = "4.1.115.Final"
joda = "2.12.7"

# project reactor
reactor_netty = "1.1.23"
reactor = "3.5.20"

# client dependencies
httpclient = "4.5.14"
httpcore = "4.4.16"
httpasyncclient = "4.1.5"
commonslogging = "1.2"
commonscodec = "1.16.1"
commonslang = "3.14.0"
commonscompress = "1.26.1"
commonsio = "2.16.0"
# plugin dependencies
aws = "2.20.86"
reactivestreams = "1.0.4"

# when updating this version, you need to ensure compatibility with:
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
# - distribution/tools/plugin-cli
bouncycastle="1.78"
# test dependencies
randomizedrunner = "2.7.1"
junit = "4.13.2"
hamcrest = "2.1"
mockito = "5.14.2"
objenesis = "3.3"
bytebuddy = "1.15.10"

# benchmark dependencies
jmh = "1.35"

# compression
zstd = "1.5.5-5"

jzlib = "1.1.3"

resteasy = "6.2.4.Final"

# opentelemetry dependencies
opentelemetry = "1.41.0"
opentelemetrysemconv = "1.27.0-alpha"

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1d65f327e8406f80f744060e10135dd5f61a369a
3 changes: 3 additions & 0 deletions plugins/transport-nio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ thirdPartyAudit {
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueConsumerIndexField',
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerIndexField',
'io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerLimitField',
'io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueConsumerIndexField',
'io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerIndexField',
'io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerLimitField',
'io.netty.util.internal.shaded.org.jctools.util.UnsafeAccess',
'io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess',
'io.netty.util.internal.shaded.org.jctools.util.UnsafeLongArrayAccess',
Expand Down

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

0 comments on commit 334930e

Please sign in to comment.