SOLR-14475: Fix deprecation warnings resulting from upgrading commons cli to 1.4

This commit is contained in:
Erick Erickson 2020-05-13 19:30:57 -04:00
parent 329e7c7bd5
commit 687dd42f57
3 changed files with 633 additions and 647 deletions

View File

@ -33,6 +33,7 @@ allprojects {
"-Xdoclint:-missing",
"-Xdoclint:-accessibility",
"-proc:none", // proc:none was added because of LOG4J2-1925 / JDK-8186647
"-Xmaxwarns", "10000",
]
}
}

View File

@ -1109,7 +1109,7 @@ public class SimScenario implements AutoCloseable {
}
@Override
public void close() throws Exception {
public void close() throws IOException {
if (cluster != null) {
cluster.close();
cluster = null;

File diff suppressed because it is too large Load Diff