Skip to content

Commit

Permalink
Experimental bump of BungeeCord module to Java 17
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
games647 committed May 5, 2024
1 parent c905ca3 commit caf5188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<packaging>jar</packaging>

<properties>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<!--Represents the main plugin-->
Expand Down

0 comments on commit caf5188

Please sign in to comment.