Skip to content

Commit 66ed5cb

Browse files
authored
Bump Project Reactor to 3.8.1 and Reactor Netty to 1.3.1 (#20217)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 947efd3 commit 66ed5cb

17 files changed

+14
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919
- 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))
2020
- Bump `actions/checkout` from 5 to 6 ([#20186](https://github.com/opensearch-project/OpenSearch/pull/20186))
2121
- 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))
22+
- Bump Project Reactor to 3.8.1 and Reactor Netty to 1.3.1 ([#20217](https://github.com/opensearch-project/OpenSearch/pull/20217))
2223

2324
[Unreleased 3.x]: https://github.com/opensearch-project/OpenSearch/compare/3.4...main

client/rest/licenses/reactor-core-3.8.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5c00fd2b5daae88de5adb072b1921acbf2ba64b0

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ joda = "2.12.7"
4040
roaringbitmap = "1.3.0"
4141

4242
# project reactor
43-
reactor_netty = "1.3.0"
44-
reactor = "3.8.0"
43+
reactor_netty = "1.3.1"
44+
reactor = "3.8.1"
4545

4646
# client dependencies
4747
httpclient5 = "5.4.4"
@@ -149,6 +149,7 @@ netty-codec-dns = { group = "io.netty", name = "netty-codec-dns", version.ref =
149149
netty-codec-http = { group = "io.netty", name = "netty-codec-http", version.ref = "netty" }
150150
netty-codec-http2 = { group = "io.netty", name = "netty-codec-http2", version.ref = "netty" }
151151
netty-codec-http3 = { group = "io.netty", name = "netty-codec-http3", version.ref = "netty" }
152+
netty-codec-classes-quic = { group = "io.netty", name = "netty-codec-classes-quic", version.ref = "netty" }
152153
netty-common = { group = "io.netty", name = "netty-common", version.ref = "netty" }
153154
netty-handler = { group = "io.netty", name = "netty-handler", version.ref = "netty" }
154155
netty-resolver-dns = { group = "io.netty", name = "netty-resolver-dns", version.ref = "netty" }

plugins/repository-azure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ thirdPartyAudit {
146146
'io.netty.channel.uring.IoUringIoHandler',
147147
'io.netty.channel.uring.IoUringServerSocketChannel',
148148
'io.netty.channel.uring.IoUringSocketChannel',
149+
'io.netty.handler.codec.quic.Quic',
149150
'io.netty.handler.codec.quic.QuicChannel',
150151
'io.netty.handler.codec.quic.QuicChannelBootstrap',
151152
'io.netty.handler.codec.quic.QuicClientCodecBuilder',

plugins/repository-azure/licenses/reactor-netty-core-1.3.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a42b946b2602c0d7b38eecd9af16ea599a6c5624

plugins/repository-azure/licenses/reactor-netty-http-1.3.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6bd9696ef71d0e22090329c269c679a73a0aa89f

plugins/transport-reactor-netty4/build.gradle

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies {
3535

3636
api libs.bundles.reactornetty
3737
api libs.netty.codec.http3
38+
api libs.netty.codec.classes.quic
3839

3940
testImplementation libs.log4jslf4jimpl
4041
javaRestTestImplementation libs.reactor.test
@@ -150,6 +151,7 @@ thirdPartyAudit {
150151
'io.netty.channel.epoll.EpollDatagramChannel',
151152
'io.netty.channel.epoll.EpollServerSocketChannel',
152153
'io.netty.channel.epoll.EpollSocketChannel',
154+
'io.netty.channel.epoll.SegmentedDatagramPacket',
153155
'io.netty.channel.kqueue.KQueue',
154156
'io.netty.channel.kqueue.KQueueDatagramChannel',
155157
'io.netty.channel.kqueue.KQueueServerSocketChannel',
@@ -167,20 +169,6 @@ thirdPartyAudit {
167169
'io.netty.channel.uring.IoUringIoHandler',
168170
'io.netty.channel.uring.IoUringServerSocketChannel',
169171
'io.netty.channel.uring.IoUringSocketChannel',
170-
'io.netty.handler.codec.quic.QuicChannel',
171-
'io.netty.handler.codec.quic.QuicChannelBootstrap',
172-
'io.netty.handler.codec.quic.QuicClientCodecBuilder',
173-
'io.netty.handler.codec.quic.QuicCodecBuilder',
174-
'io.netty.handler.codec.quic.QuicException',
175-
'io.netty.handler.codec.quic.QuicServerCodecBuilder',
176-
'io.netty.handler.codec.quic.QuicSslContext',
177-
'io.netty.handler.codec.quic.QuicSslContextBuilder',
178-
'io.netty.handler.codec.quic.QuicSslEngine',
179-
'io.netty.handler.codec.quic.QuicStreamChannel',
180-
'io.netty.handler.codec.quic.QuicStreamChannelBootstrap',
181-
'io.netty.handler.codec.quic.QuicStreamFrame',
182-
'io.netty.handler.codec.quic.QuicStreamType',
183-
'io.netty.handler.codec.quic.QuicTokenHandler',
184172

185173
'io.netty.pkitesting.CertificateBuilder',
186174
'io.netty.pkitesting.CertificateBuilder$Algorithm',

0 commit comments

Comments
 (0)