Solved the problem. Seems like all I needed was to update netty. I was running on 4.1.101.
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.108.Final</version>
</dependency>
Solved the problem. Seems like all I needed was to update netty. I was running on 4.1.101.
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.108.Final</version>
</dependency>