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
17
17
18
18
Pull requests should generally be made against the master (default) branch and include relevant tests, if applicable.
19
19
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
21
21
supports. Currently the Java driver supports a minimum version of Java 6. Please run './gradlew test' to confirm. By default, running the
22
22
tests requires that you start a mongod server on localhost, listening on the default port and configured to run with
23
23
[ ` enableTestCommands ` ] ( http://docs.mongodb.org/manual/reference/parameters/#param.enableTestCommands ) , which may be set with the
24
24
` --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.
26
26
27
27
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
28
28
pull request will not be considered.
You can’t perform that action at this time.
0 commit comments