Clean up a number of issues regarding Netty on the 4.x branch:
- We only test Netty when JDK == 6, but now our minimum is 8. We should add a new variant specifically for Netty to ensure it's tested regardless of Java version
- We should upgrade our Netty dependency to the latest patch
- We should remove all references to the streamType connection string parameter, as it's no longer supported
- We should rename the now-test-only system property to org.mongodb.test.async.type