spinscale opened a new pull request, #16159: URL: https://github.com/apache/lucene/pull/16159
Running `./gradlew :lucene:spatial3d:compileTestJava -Pvalidation.errorprone=true` returns an errorprone error in `lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/TestSerializableObjectClassFilter.java` The errorprone version used in main does not throw this error anymore, thus it only needs disabling on branches with older dependencies. Note: This is of course up for discussion, but I figured it might be easier to add this line, that to update error prone to the same version as in main, which could be done as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
