Prohibit Netty 4.2.0

See gh-45122
This commit is contained in:
Phillip Webb
2025-04-11 10:23:45 -07:00
parent 376b10adfc
commit 768de9a29f

View File

@@ -1653,6 +1653,10 @@ bom {
contains ".RC"
because "we don't want alphas, betas, or release candidates"
}
prohibit {
versionRange "[4.2.0,)"
because "Reactor Netty will not support it in time for 3.5.x"
}
group("io.netty") {
bom("netty-bom")
}
@@ -1915,6 +1919,10 @@ bom {
}
}
library("Rabbit Stream Client", "0.23.0") {
prohibit {
versionRange "[0.24.0,)"
because "It requires Netty 4.2.0"
}
group("com.rabbitmq") {
modules = [
"stream-client"