Thanks Uwe for backporting the change. While building RC2, saw some issues
while running
./gradlew --no-daemon -Dtests.badapples=false clean check
is failing with below error:
*> Task :lucene:test-framework:compileTestJava*
/local/home/akjain/ws/lucene/lucene/test-framework/src/test/org/apache/lucene/tests/mockfile/TestWindowsFS.java:203:
error: no suitable method found for nextInt(int,int)
RandomStrings.randomAsciiLettersOfLength(r, r.nextInt(2, 10))
^
method Random.nextInt() is not applicable
(actual and formal argument lists differ in length)
method Random.nextInt(int) is not applicable
(actual and formal argument lists differ in length)
Note:
/local/home/akjain/ws/lucene/lucene/test-framework/src/test/org/apache/lucene/tests/util/TestReproduceMessage.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
*> Task :lucene:test-framework:compileTestJava* FAILED
Is there something obvious that I am missing here?