You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
62104596ac
Netty 4.2 deprecates NioEventLoopGroup in favour of the generic MultiThreadIoEventLoopGroup driven by an IoHandlerFactory. Server.java now builds its boss/worker groups with MultiThreadIoEventLoopGroup(.., NioIoHandler.newFactory()) — functionally equivalent, and the codebase now compiles with zero deprecation warnings. Verified: compile, 15/15 tests, shaded jar.