Remove support for MongoDB 4.0 by jyemin · Pull Request #1663 · mongodb/mongo-java-driver

@jyemin

  • Remove branching code in the driver based on 4.0 version checks
  • Remove testing of 4.0
  • Clean up tests

JAVA-5831

@jyemin

* Remove branching code in the driver based on 4.0 version checks
* Remove testing of 4.0
* Clean up tests

JAVA-5831

jyemin

@jyemin

@jyemin

jyemin

rozza

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of suggestions / comments.

@jyemin

Renamed MIN_WIRE_VERSION to UNKNOWN_WIRE_VERSION

rozza

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jyemin