Skip to content

Commit 2a9e4d5

Browse files
committed
JAVA-2560 : Update contributing guide
Specify that Java 9 should be used to compile and run the tests.
1 parent 1edbbb0 commit 2a9e4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Pull Requests
1717

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

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

2727
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
2828
pull request will not be considered.

0 commit comments

Comments
 (0)