From caf5188246bd9d055445598ba481c4d4941ffb43 Mon Sep 17 00:00:00 2001 From: games647 Date: Sun, 5 May 2024 13:29:06 +0200 Subject: [PATCH] Experimental bump of BungeeCord module to Java 17 Java 17+ and 21 are LTS releases. The other proxy Velocity also includes Java 17. Ubuntu 24 LTS includes Java 21 already. However, Ubuntu 22 LTS only uses Java 11, so it might be necessary to fallback although Ubuntu 23 includes it. Nevertheless, third-party JDK installations are also a thing and Minecraft 1.20.6 nowadays also requires Java 21. --- README.md | 4 +++- bungee/pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf8187ad..9259b6ad 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,9 @@ Possible values: `Premium`, `Cracked`, `Unknown` ## Requirements -* Java 8 supported, but Java 21+ recommended for improved threading +* Java: 21+ recommended for improved multi-threading code by FastLogin + * Spigot: 8+ + * BungeeCord and Velocity: 17+ * Server software in offlinemode: * Spigot (or a fork e.g. Paper) 1.8.8+ * Protocol plugin: diff --git a/bungee/pom.xml b/bungee/pom.xml index f0cf4f5b..d976030c 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -41,7 +41,7 @@ jar - 8 + 17