dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
1.04k stars 257 forks source link

Request: Update netty #3293

Closed Potothingi closed 1 month ago

Potothingi commented 1 month ago

Is your feature request related to a problem? Please describe. I think the performance is degraded by older versions of netty.

Describe the solution you'd like Update netty. https://github.com/dmulloy2/ProtocolLib/blob/3442d3fb8fda576fee30ed456b4d5f9f7b7e3b9f/build.gradle#L39 https://github.com/netty/netty/releases/tag/netty-4.0.23.Final The latest netty is 4.1.114, but ProtocolLib is using version 4.0.23. This is an old version from 10 years ago.

Describe alternatives you've considered Update netty.

Additional context image Older versions of netty may cause poor performance.

dmulloy2 commented 1 month ago

this is not actually the version of netty that's run on the server. it's just the one we compile against