Convert to Netty 5, sans ByteBuf -> Buffer migration

Since `ByteBuf` is everywhere in the codebase, moving to the `Buffer` interface will be the most difficult part of the migration.

The main causality is the HAProxy support, which seems to have not been pushed up to Maven Central or Sonatype snapshots.
This commit is contained in:
Andrew Steinborn
2022-03-19 18:31:23 -04:00
parent 302b15d3bc
commit 81e302e6d2
110 changed files with 360 additions and 373 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.17.1'
nettyVersion = '4.1.74.Final'
nettyVersion = '5.0.0.Alpha1'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '3.6.1'
configurateVersion = '3.7.2'