Skip to content

Commit

Permalink
JAVA-2560 : Update contributing guide
Browse files Browse the repository at this point in the history
Specify that Java 9 should be used to compile and run the tests.
  • Loading branch information
jyemin committed Apr 30, 2018
1 parent 74b9ff6 commit be95177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -17,12 +17,12 @@ Pull Requests

Pull requests should generally be made against the master (default) branch and include relevant tests, if applicable.

Code should compile with a Java 9 or later `javac` executable and tests should pass under all Java versions which the driver currently
Code should compile with the Java 9 compiler and tests should pass under all Java versions which the driver currently
supports. Currently the Java driver supports a minimum version of Java 6. Please run './gradlew test' to confirm. By default, running the
tests requires that you start a mongod server on localhost, listening on the default port and configured to run with
[`enableTestCommands`](http://docs.mongodb.org/manual/reference/parameters/#param.enableTestCommands), which may be set with the
`--setParameter enableTestCommands=1` command-line parameter. At minimum, please test against the latest release version of the MongoDB
server and the latest version of Java currently available.
server.

The results of pull request testing will be appended to the request. If any tests do not pass, or relevant tests are not included, the
pull request will not be considered.
Expand Down

0 comments on commit be95177

Please sign in to comment.