Skip to content

Commit 0abbeb6

Browse files
committed
regression: downgrade netty to 4.1.119
Fixes an allocation regression occasionally crashing Netty threads See also: netty/netty#15028 Fix is planned for Netty 4.2.1
1 parent c2cd8d9 commit 0abbeb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Spigot-Server-Patches/0251-Upgrade-to-Java-21-upgrade-Netty-to-4.2.0.Final.patch renamed to Spigot-Server-Patches/0251-Upgrade-to-Java-21-upgrade-Netty-to-4.1.119.Final.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
From 8ebf84f1d2c2b8d03261a3510681fb40df5309b1 Mon Sep 17 00:00:00 2001
1+
From c23ead22e18a64f9586648f06598be3e24612258 Mon Sep 17 00:00:00 2001
22
From: RoccoDev <[email protected]>
33
Date: Tue, 15 Apr 2025 21:00:48 +0200
4-
Subject: [PATCH] Upgrade to Java 21, upgrade Netty to 4.2.0.Final
4+
Subject: [PATCH] Upgrade to Java 21, upgrade Netty to 4.1.119.Final
55

66

77
diff --git a/pom.xml b/pom.xml
8-
index cb6f3e3d1..3c615f489 100644
8+
index cb6f3e3d1..b930af099 100644
99
--- a/pom.xml
1010
+++ b/pom.xml
1111
@@ -14,12 +14,12 @@
1212
<junit.version>4.13.2</junit.version>
1313
<minecraft.version>1.8.8</minecraft.version>
1414
<minecraft_version>1_8_R3</minecraft_version>
1515
- <netty.version>4.1.86.Final</netty.version>
16-
+ <netty.version>4.2.0.Final</netty.version>
16+
+ <netty.version>4.1.119.Final</netty.version>
1717
<buildtag.prefix>git-Bukkit-</buildtag.prefix>
1818
<buildtag.suffix></buildtag.suffix>
1919
<!--PaperSpigot - Bump to 1.8 - This will haunt me -->

0 commit comments

Comments
 (0)