Skip to content

Commit 9e1c6d5

Browse files
authored
Updating Netty and Reactor Netty Dependencies (Azure#37202)
1 parent d4512b2 commit 9e1c6d5

File tree

11 files changed

+75
-75
lines changed

11 files changed

+75
-75
lines changed

common/perf-test-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Special allowance for performance libraries as they aren't shipped. -->
5252
<include>com.beust:jcommander:[1.78]</include> <!-- {x-include-update;com.beust:jcommander;external_dependency} -->
5353

54-
<include>io.projectreactor:reactor-core:[3.4.32]</include> <!-- {x-include-update;io.projectreactor:reactor-core;external_dependency} -->
54+
<include>io.projectreactor:reactor-core:[3.4.33]</include> <!-- {x-include-update;io.projectreactor:reactor-core;external_dependency} -->
5555
</includes>
5656
</bannedDependencies>
5757
</rules>

eng/versioning/external_dependencies.txt

+16-16
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ io.fabric8:kubernetes-client;5.12.3
5454
io.micrometer:micrometer-core;1.9.15
5555
io.micrometer:micrometer-registry-azure-monitor;1.9.15
5656
io.micrometer:micrometer-registry-graphite;1.9.15
57-
io.netty:netty-buffer;4.1.97.Final
58-
io.netty:netty-common;4.1.97.Final
59-
io.netty:netty-codec;4.1.97.Final
60-
io.netty:netty-codec-http;4.1.97.Final
61-
io.netty:netty-codec-http2;4.1.97.Final
62-
io.netty:netty-transport;4.1.97.Final
63-
io.netty:netty-handler;4.1.97.Final
64-
io.netty:netty-handler-proxy;4.1.97.Final
65-
io.netty:netty-tcnative;2.0.61.Final
66-
io.netty:netty-tcnative-boringssl-static;2.0.61.Final
67-
io.netty:netty-transport-native-epoll;4.1.97.Final
68-
io.netty:netty-transport-native-unix-common;4.1.97.Final
69-
io.netty:netty-transport-native-kqueue;4.1.97.Final
70-
io.projectreactor.netty:reactor-netty;1.0.36
71-
io.projectreactor.netty:reactor-netty-http;1.0.36
72-
io.projectreactor:reactor-core;3.4.32
57+
io.netty:netty-buffer;4.1.100.Final
58+
io.netty:netty-common;4.1.100.Final
59+
io.netty:netty-codec;4.1.100.Final
60+
io.netty:netty-codec-http;4.1.100.Final
61+
io.netty:netty-codec-http2;4.1.100.Final
62+
io.netty:netty-transport;4.1.100.Final
63+
io.netty:netty-handler;4.1.100.Final
64+
io.netty:netty-handler-proxy;4.1.100.Final
65+
io.netty:netty-tcnative;2.0.62.Final
66+
io.netty:netty-tcnative-boringssl-static;2.0.62.Final
67+
io.netty:netty-transport-native-epoll;4.1.100.Final
68+
io.netty:netty-transport-native-unix-common;4.1.100.Final
69+
io.netty:netty-transport-native-kqueue;4.1.100.Final
70+
io.projectreactor.netty:reactor-netty;1.0.38
71+
io.projectreactor.netty:reactor-netty-http;1.0.38
72+
io.projectreactor:reactor-core;3.4.33
7373
io.vertx:vertx-codegen;4.4.4
7474
io.vertx:vertx-core;4.4.4
7575
jakarta.validation:jakarta.validation-api;2.0.2

sdk/aot/azure-aot-graalvm-support-netty/pom.xml

+16-16
Original file line numberDiff line numberDiff line change
@@ -66,44 +66,44 @@
6666
<dependency>
6767
<groupId>io.netty</groupId>
6868
<artifactId>netty-handler</artifactId>
69-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
69+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
7070
</dependency>
7171
<dependency>
7272
<groupId>io.netty</groupId>
7373
<artifactId>netty-handler-proxy</artifactId>
74-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
74+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>io.netty</groupId>
7878
<artifactId>netty-buffer</artifactId>
79-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
79+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
8080
</dependency>
8181
<dependency>
8282
<groupId>io.netty</groupId>
8383
<artifactId>netty-codec-http</artifactId>
84-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
84+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
8585
</dependency>
8686

8787
<dependency>
8888
<groupId>io.netty</groupId>
8989
<artifactId>netty-codec-http2</artifactId>
90-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
90+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>io.netty</groupId>
9494
<artifactId>netty-transport-native-unix-common</artifactId>
95-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
95+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
9696
</dependency>
9797
<dependency>
9898
<groupId>io.netty</groupId>
9999
<artifactId>netty-transport-native-epoll</artifactId>
100-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
100+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
101101
<classifier>linux-x86_64</classifier>
102102
</dependency>
103103
<dependency>
104104
<groupId>io.netty</groupId>
105105
<artifactId>netty-transport-native-kqueue</artifactId>
106-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
106+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
107107
<classifier>osx-x86_64</classifier>
108108
</dependency>
109109
</dependencies>
@@ -118,14 +118,14 @@
118118
<rules>
119119
<bannedDependencies>
120120
<includes>
121-
<include>io.netty:netty-buffer:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
122-
<include>io.netty:netty-codec-http:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
123-
<include>io.netty:netty-codec-http2:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
124-
<include>io.netty:netty-handler:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
125-
<include>io.netty:netty-handler-proxy:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
126-
<include>io.netty:netty-transport-native-unix-common:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
127-
<include>io.netty:netty-transport-native-epoll:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
128-
<include>io.netty:netty-transport-native-kqueue:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
121+
<include>io.netty:netty-buffer:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
122+
<include>io.netty:netty-codec-http:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
123+
<include>io.netty:netty-codec-http2:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
124+
<include>io.netty:netty-handler:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
125+
<include>io.netty:netty-handler-proxy:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
126+
<include>io.netty:netty-transport-native-unix-common:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
127+
<include>io.netty:netty-transport-native-epoll:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
128+
<include>io.netty:netty-transport-native-kqueue:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
129129
</includes>
130130
</bannedDependencies>
131131
</rules>

sdk/core/azure-core-http-netty/pom.xml

+24-24
Original file line numberDiff line numberDiff line change
@@ -78,69 +78,69 @@
7878
<dependency>
7979
<groupId>io.netty</groupId>
8080
<artifactId>netty-handler</artifactId>
81-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
81+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
8282
</dependency>
8383
<dependency>
8484
<groupId>io.netty</groupId>
8585
<artifactId>netty-handler-proxy</artifactId>
86-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
86+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
8787
</dependency>
8888
<dependency>
8989
<groupId>io.netty</groupId>
9090
<artifactId>netty-buffer</artifactId>
91-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
91+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
9292
</dependency>
9393
<dependency>
9494
<groupId>io.netty</groupId>
9595
<artifactId>netty-codec</artifactId>
96-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-codec;external_dependency} -->
96+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-codec;external_dependency} -->
9797
</dependency>
9898
<dependency>
9999
<groupId>io.netty</groupId>
100100
<artifactId>netty-codec-http</artifactId>
101-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
101+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>io.netty</groupId>
106106
<artifactId>netty-codec-http2</artifactId>
107-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
107+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
108108
</dependency>
109109
<dependency>
110110
<groupId>io.netty</groupId>
111111
<artifactId>netty-transport-native-unix-common</artifactId>
112-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
112+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
113113
</dependency>
114114
<dependency>
115115
<groupId>io.netty</groupId>
116116
<artifactId>netty-transport-native-epoll</artifactId>
117-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
117+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
118118
<classifier>linux-x86_64</classifier>
119119
</dependency>
120120
<dependency>
121121
<groupId>io.netty</groupId>
122122
<artifactId>netty-transport-native-kqueue</artifactId>
123-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
123+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
124124
<classifier>osx-x86_64</classifier>
125125
</dependency>
126126

127127
<dependency>
128128
<groupId>io.netty</groupId>
129129
<artifactId>netty-tcnative-boringssl-static</artifactId>
130-
<version>2.0.61.Final</version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
130+
<version>2.0.62.Final</version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
131131
<classifier>${boring-ssl-classifier}</classifier>
132132
</dependency>
133133

134134
<dependency>
135135
<groupId>io.projectreactor.netty</groupId>
136136
<artifactId>reactor-netty-http</artifactId>
137-
<version>1.0.36</version> <!-- {x-version-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
137+
<version>1.0.38</version> <!-- {x-version-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
138138
</dependency>
139139

140140
<dependency>
141141
<groupId>io.netty</groupId>
142142
<artifactId>netty-common</artifactId>
143-
<version>4.1.97.Final</version> <!-- {x-version-update;io.netty:netty-common;external_dependency} -->
143+
<version>4.1.100.Final</version> <!-- {x-version-update;io.netty:netty-common;external_dependency} -->
144144
</dependency>
145145
<!-- test dependencies on azure-core, because we want to run tests inherited from this module using Netty -->
146146
<dependency>
@@ -207,18 +207,18 @@
207207
<rules>
208208
<bannedDependencies>
209209
<includes>
210-
<include>io.netty:netty-tcnative-boringssl-static:[2.0.61.Final]</include> <!-- {x-include-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
211-
<include>io.projectreactor.netty:reactor-netty-http:[1.0.36]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
212-
<include>io.netty:netty-buffer:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
213-
<include>io.netty:netty-common:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-common;external_dependency} -->
214-
<include>io.netty:netty-codec:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-codec;external_dependency} -->
215-
<include>io.netty:netty-codec-http:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
216-
<include>io.netty:netty-codec-http2:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
217-
<include>io.netty:netty-handler:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
218-
<include>io.netty:netty-handler-proxy:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
219-
<include>io.netty:netty-transport-native-unix-common:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
220-
<include>io.netty:netty-transport-native-epoll:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
221-
<include>io.netty:netty-transport-native-kqueue:[4.1.97.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
210+
<include>io.netty:netty-tcnative-boringssl-static:[2.0.62.Final]</include> <!-- {x-include-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
211+
<include>io.projectreactor.netty:reactor-netty-http:[1.0.38]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
212+
<include>io.netty:netty-buffer:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
213+
<include>io.netty:netty-common:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-common;external_dependency} -->
214+
<include>io.netty:netty-codec:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-codec;external_dependency} -->
215+
<include>io.netty:netty-codec-http:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
216+
<include>io.netty:netty-codec-http2:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
217+
<include>io.netty:netty-handler:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
218+
<include>io.netty:netty-handler-proxy:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
219+
<include>io.netty:netty-transport-native-unix-common:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
220+
<include>io.netty:netty-transport-native-epoll:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
221+
<include>io.netty:netty-transport-native-kqueue:[4.1.100.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
222222
</includes>
223223
</bannedDependencies>
224224
</rules>

sdk/core/azure-core-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>io.projectreactor.netty</groupId>
108108
<artifactId>reactor-netty-http</artifactId>
109-
<version>1.0.36</version> <!-- {x-version-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
109+
<version>1.0.38</version> <!-- {x-version-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
110110
</dependency>
111111
<dependency>
112112
<groupId>org.apache.commons</groupId>
@@ -154,7 +154,7 @@
154154
<includes>
155155
<include>io.projectreactor:reactor-test:[3.4.32]</include> <!-- {x-include-update;io.projectreactor:reactor-test;external_dependency} -->
156156
<include>com.fasterxml.jackson.dataformat:jackson-dataformat-xml:[2.13.5]</include> <!-- {x-include-update;com.fasterxml.jackson.dataformat:jackson-dataformat-xml;external_dependency} -->
157-
<include>io.projectreactor.netty:reactor-netty-http:[1.0.36]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
157+
<include>io.projectreactor.netty:reactor-netty-http:[1.0.38]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
158158
<!-- special allowance for azure-core-test as it is not a shipping library: -->
159159
<include>org.junit.jupiter:junit-jupiter-api:[5.9.3]</include> <!-- {x-include-update;org.junit.jupiter:junit-jupiter-api;external_dependency} -->
160160
<include>org.junit.jupiter:junit-jupiter-params:[5.9.3]</include> <!-- {x-include-update;org.junit.jupiter:junit-jupiter-params;external_dependency} -->

0 commit comments

Comments
 (0)