File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ Pull Requests
1717
1818Pull 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
2121supports. Currently the Java driver supports a minimum version of Java 6. Please run './gradlew test' to confirm. By default, running the
2222tests 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
2727The results of pull request testing will be appended to the request. If any tests do not pass, or relevant tests are not included, the
2828pull request will not be considered.
You can’t perform that action at this time.
0 commit comments