Skip to content

Commit 494d4d9

Browse files
committed
Update to Netty 4.2.x
1 parent 84c5bf6 commit 494d4d9

3 files changed

+7
-7
lines changed

patches/server/0006-Update-to-Netty-4.1.x.patch patches/server/0006-Update-to-Netty-4.2.x.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: hpfxd <[email protected]>
33
Date: Wed, 27 Oct 2021 06:29:44 -0400
4-
Subject: [PATCH] Update to Netty 4.1.x
4+
Subject: [PATCH] Update to Netty 4.2.x
55

66

77
diff --git a/build.gradle.kts b/build.gradle.kts
8-
index c751b21fcf9b6b30b6546179ca11c9f6319f3370..3e97931d3695e9b4e6aca80842832c65ad44bd06 100644
8+
index c751b21fcf9b6b30b6546179ca11c9f6319f3370..a9b2fe09ddc8ceef644f72d2c4868bc6b7df1e34 100644
99
--- a/build.gradle.kts
1010
+++ b/build.gradle.kts
1111
@@ -13,7 +13,7 @@ dependencies {
1212
implementation(project(":pandaspigot-api"))
1313

1414
// Minecraft libraries:
1515
- implementation("com.mojang:netty:1.7.7")
16-
+ implementation("io.netty:netty-all:4.1.91.Final") // PandaSpigot - Update Netty to 4.1.x
16+
+ implementation("io.netty:netty-all:4.2.0.Alpha2") // PandaSpigot - Update Netty to 4.2.x
1717
implementation("com.mojang:authlib:1.5.21")
1818
implementation("org.apache.logging.log4j:log4j-api:2.17.0")
1919
implementation("org.apache.logging.log4j:log4j-core:2.17.0")

patches/server/0014-PandaSpigot-Configuration.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] PandaSpigot Configuration
55

66

77
diff --git a/build.gradle.kts b/build.gradle.kts
8-
index 3e97931d3695e9b4e6aca80842832c65ad44bd06..7c0bac5144853c7258bb65ddf6a0654ca5697269 100644
8+
index a9b2fe09ddc8ceef644f72d2c4868bc6b7df1e34..8c47d829b64c0362284eb8e2a791f6e986a5050c 100644
99
--- a/build.gradle.kts
1010
+++ b/build.gradle.kts
1111
@@ -12,6 +12,12 @@ repositories {
@@ -19,7 +19,7 @@ index 3e97931d3695e9b4e6aca80842832c65ad44bd06..7c0bac5144853c7258bb65ddf6a0654c
1919
+ // PandaSpigot end
2020
+
2121
// Minecraft libraries:
22-
implementation("io.netty:netty-all:4.1.91.Final") // PandaSpigot - Update Netty to 4.1.x
22+
implementation("io.netty:netty-all:4.2.0.Alpha2") // PandaSpigot - Update Netty to 4.2.x
2323
implementation("com.mojang:authlib:1.5.21")
2424
@@ -56,6 +62,13 @@ tasks {
2525
mergeServiceFiles()

patches/server/0040-Use-TerminalConsoleAppender-for-console-improvements.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ This patch contains heavy inspiration from:
2222
https://github.com/PaperMC/Paper/blob/master/patches/server/0137-Use-TerminalConsoleAppender-for-console-improvements.patch
2323

2424
diff --git a/build.gradle.kts b/build.gradle.kts
25-
index 7c0bac5144853c7258bb65ddf6a0654ca5697269..22b69df26679d07893224314d16483aa83b42004 100644
25+
index 8c47d829b64c0362284eb8e2a791f6e986a5050c..05b498d562cd85dd2180242c474ec578c4cd0f20 100644
2626
--- a/build.gradle.kts
2727
+++ b/build.gradle.kts
2828
@@ -21,8 +21,10 @@ dependencies {
2929
// Minecraft libraries:
30-
implementation("io.netty:netty-all:4.1.91.Final") // PandaSpigot - Update Netty to 4.1.x
30+
implementation("io.netty:netty-all:4.2.0.Alpha2") // PandaSpigot - Update Netty to 4.2.x
3131
implementation("com.mojang:authlib:1.5.21")
3232
- implementation("org.apache.logging.log4j:log4j-api:2.17.0")
3333
- implementation("org.apache.logging.log4j:log4j-core:2.17.0")

0 commit comments

Comments
 (0)