Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `com.google.auth:google-auth-library-oauth2-http` from 1.38.0 to 1.41.0 ([#20183](https://github.com/opensearch-project/OpenSearch/pull/20183))
- Bump `actions/checkout` from 5 to 6 ([#20186](https://github.com/opensearch-project/OpenSearch/pull/20186))
- Bump `org.apache.commons:commons-configuration2` from 2.12.0 to 2.13.0 ([#20185](https://github.com/opensearch-project/OpenSearch/pull/20185), [#20184](https://github.com/opensearch-project/OpenSearch/pull/20184))
- Bump Project Reactor to 3.8.1 and Reactor Netty to 1.3.1 ([#20217](https://github.com/opensearch-project/OpenSearch/pull/20217))

[Unreleased 3.x]: https://github.com/opensearch-project/OpenSearch/compare/3.4...main
1 change: 0 additions & 1 deletion client/rest/licenses/reactor-core-3.8.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/reactor-core-3.8.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5c00fd2b5daae88de5adb072b1921acbf2ba64b0
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ joda = "2.12.7"
roaringbitmap = "1.3.0"

# project reactor
reactor_netty = "1.3.0"
reactor = "3.8.0"
reactor_netty = "1.3.1"
reactor = "3.8.1"

# client dependencies
httpclient5 = "5.4.4"
Expand Down Expand Up @@ -149,6 +149,7 @@ netty-codec-dns = { group = "io.netty", name = "netty-codec-dns", version.ref =
netty-codec-http = { group = "io.netty", name = "netty-codec-http", version.ref = "netty" }
netty-codec-http2 = { group = "io.netty", name = "netty-codec-http2", version.ref = "netty" }
netty-codec-http3 = { group = "io.netty", name = "netty-codec-http3", version.ref = "netty" }
netty-codec-classes-quic = { group = "io.netty", name = "netty-codec-classes-quic", version.ref = "netty" }
netty-common = { group = "io.netty", name = "netty-common", version.ref = "netty" }
netty-handler = { group = "io.netty", name = "netty-handler", version.ref = "netty" }
netty-resolver-dns = { group = "io.netty", name = "netty-resolver-dns", version.ref = "netty" }
Expand Down
1 change: 1 addition & 0 deletions plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ thirdPartyAudit {
'io.netty.channel.uring.IoUringIoHandler',
'io.netty.channel.uring.IoUringServerSocketChannel',
'io.netty.channel.uring.IoUringSocketChannel',
'io.netty.handler.codec.quic.Quic',
'io.netty.handler.codec.quic.QuicChannel',
'io.netty.handler.codec.quic.QuicChannelBootstrap',
'io.netty.handler.codec.quic.QuicClientCodecBuilder',
Expand Down

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6bd9696ef71d0e22090329c269c679a73a0aa89f
16 changes: 2 additions & 14 deletions plugins/transport-reactor-netty4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies {

api libs.bundles.reactornetty
api libs.netty.codec.http3
api libs.netty.codec.classes.quic

testImplementation libs.log4jslf4jimpl
javaRestTestImplementation libs.reactor.test
Expand Down Expand Up @@ -150,6 +151,7 @@ thirdPartyAudit {
'io.netty.channel.epoll.EpollDatagramChannel',
'io.netty.channel.epoll.EpollServerSocketChannel',
'io.netty.channel.epoll.EpollSocketChannel',
'io.netty.channel.epoll.SegmentedDatagramPacket',
'io.netty.channel.kqueue.KQueue',
'io.netty.channel.kqueue.KQueueDatagramChannel',
'io.netty.channel.kqueue.KQueueServerSocketChannel',
Expand All @@ -167,20 +169,6 @@ thirdPartyAudit {
'io.netty.channel.uring.IoUringIoHandler',
'io.netty.channel.uring.IoUringServerSocketChannel',
'io.netty.channel.uring.IoUringSocketChannel',
'io.netty.handler.codec.quic.QuicChannel',
'io.netty.handler.codec.quic.QuicChannelBootstrap',
'io.netty.handler.codec.quic.QuicClientCodecBuilder',
'io.netty.handler.codec.quic.QuicCodecBuilder',
'io.netty.handler.codec.quic.QuicException',
'io.netty.handler.codec.quic.QuicServerCodecBuilder',
'io.netty.handler.codec.quic.QuicSslContext',
'io.netty.handler.codec.quic.QuicSslContextBuilder',
'io.netty.handler.codec.quic.QuicSslEngine',
'io.netty.handler.codec.quic.QuicStreamChannel',
'io.netty.handler.codec.quic.QuicStreamChannelBootstrap',
'io.netty.handler.codec.quic.QuicStreamFrame',
'io.netty.handler.codec.quic.QuicStreamType',
'io.netty.handler.codec.quic.QuicTokenHandler',

'io.netty.pkitesting.CertificateBuilder',
'io.netty.pkitesting.CertificateBuilder$Algorithm',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
98e80e8a575aa5cacd0db278a91fc4b34e4721fe

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6bd9696ef71d0e22090329c269c679a73a0aa89f
1 change: 0 additions & 1 deletion server/licenses/reactor-core-3.8.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/reactor-core-3.8.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5c00fd2b5daae88de5adb072b1921acbf2ba64b0
Loading